Trace number 4305400

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-07-31)? (TO) 2520.15 2514.42

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P02_c18.xml
MD5SUM9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables119
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":49},{"size":50,"count":14}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":56},{"degree":2,"count":49},{"degree":8,"count":14}]
Minimum constraint arity3
Maximum constraint arity49
Distribution of constraint arities[{"arity":3,"count":49},{"arity":14,"count":1},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-5222-serial-file.bin HOME/instance-4305400-1534067441.xml
0.66/0.52	
0.66/0.53	scop order+minisat_release (2018-07-31)
0.66/0.53	(Encoding Process)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Sun Aug 12 11:50:41 CEST 2018
0.66/0.55	c PID: 5225
0.66/0.55	c IP: 172.20.3.151
0.66/0.55	c HOST: node151.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.41/0.90	c (0,0) Parsing End
1.41/0.91	c (0,0) CSP: 63 int (0 aux), 0 bool (0 aux), 51 ctr, max domain size 50
1.41/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.41/0.91	c (0,0) Constraint Name Generate Begin
1.41/0.91	c (0,0) Ctr:HOME/instance-4305400-1534067441.xml,AllDifferent:Dist:Eq:IntVar
1.41/0.91	c (0,0) Constraint Name Generate End
1.41/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.41/0.91	c (0,0) CSP to CSPinCNF Begin
1.57/1.02	c (0,0) translated 6 (10%) constraints
1.57/1.04	c (0,0) translated 11 (20%) constraints
1.57/1.05	c (0,0) translated 16 (30%) constraints
1.57/1.07	c (0,0) translated 21 (40%) constraints
1.57/1.08	c (0,0) translated 26 (50%) constraints
1.57/1.09	c (0,0) translated 31 (60%) constraints
1.57/1.10	c (0,0) translated 36 (70%) constraints
1.57/1.11	c (0,0) translated 41 (80%) constraints
1.80/1.11	c (0,0) translated 46 (90%) constraints
1.80/1.16	c (0,0) translated 51 (100%) constraints
2.37/1.39	c (0,0) STATISTICS1:HOME/instance-4305400-1534067441.xml,AllDifferent:Dist:Eq:IntVar,63,1418,2450,50,49,3,2450:196;50:91;49:1176,50:602;49:2646,49:2;14:2;2:1316;1:98,3:196;2:1267;1:126,
2.37/1.39	c (0,0) ==========================================
2.37/1.39	c (0,0) Order
2.37/1.39	c (0,0) ==========================================
2.65/1.42	c (0,0) translated 142 (10%) constraints
2.65/1.44	c (0,0) translated 284 (20%) constraints
2.65/1.45	c (0,0) translated 426 (30%) constraints
2.65/1.47	c (0,0) translated 568 (40%) constraints
2.65/1.48	c (0,0) translated 709 (50%) constraints
2.65/1.49	c (0,0) translated 851 (60%) constraints
2.96/1.50	c (0,0) translated 993 (70%) constraints
2.96/1.51	c (0,0) translated 1135 (80%) constraints
2.96/1.52	c (0,0) translated 1277 (90%) constraints
2.96/1.53	c (1,0) translated 1418 (100%) constraints
2.96/1.54	c (1,1) CSP to CSPinCNF End
2.96/1.54	c (1,1) CSP: 63 int (0 aux), 0 bool (0 aux), 1418 ctr, max domain size 50
2.96/1.54	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.96/1.54	c (1,1) CSPinCNF Propagation Begin
2.96/1.57	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.96/1.57	c (1,1) CSPinCNF Propagation End
2.96/1.57	c (1,1) CSP: 63 int (0 aux), 0 bool (0 aux), 1418 ctr, max domain size 50
2.96/1.57	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.96/1.57	c (1,1) Simplify CSPinCNF Begin
3.61/1.73	c (1,1) Simplify CSPinCNF End
3.61/1.73	c (1,1) CSP: 63 int (0 aux), 2632 bool (2632 aux), 4050 ctr, max domain size 50
3.61/1.73	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.61/1.73	c (1,1) Calculate Precise Domain Begin
3.61/1.74	c (1,1) 0 values are removed by re-calculation
3.61/1.74	c (1,1) Calculate Precise Domain End
3.61/1.74	c (1,1) CSP: 63 int (0 aux), 2632 bool (2632 aux), 4050 ctr, max domain size 50
3.61/1.74	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.61/1.74	c (1,1) CSPinCNF to SatSolver Begin
5.73/2.55	c (2,2) 405 (10 %) CSP clauses are encoded (5670 SAT variables, 248477 SAT clauses)
6.00/2.63	c (2,2) 810 (20 %) CSP clauses are encoded (5670 SAT variables, 261822 SAT clauses)
6.25/2.70	c (2,2) 1215 (30 %) CSP clauses are encoded (5670 SAT variables, 275187 SAT clauses)
6.25/2.77	c (2,2) 1620 (40 %) CSP clauses are encoded (5670 SAT variables, 288552 SAT clauses)
6.48/2.81	c (2,2) 2025 (50 %) CSP clauses are encoded (5670 SAT variables, 301917 SAT clauses)
6.48/2.84	c (2,2) 2430 (60 %) CSP clauses are encoded (5670 SAT variables, 315282 SAT clauses)
6.48/2.88	c (2,2) 2835 (70 %) CSP clauses are encoded (5670 SAT variables, 328647 SAT clauses)
6.62/2.91	c (2,2) 3240 (80 %) CSP clauses are encoded (5670 SAT variables, 342012 SAT clauses)
6.62/2.94	c (2,2) 3645 (90 %) CSP clauses are encoded (5670 SAT variables, 355377 SAT clauses)
6.62/2.98	c (2,2) 4050 (100 %) CSP clauses are encoded (5670 SAT variables, 368742 SAT clauses)
6.62/2.98	c (2,2) Launch Command will be: minisat_release
6.62/2.98	c (2,2) CSPinCNF to SatSolver End
6.62/2.98	c (2,2) Heap : 957 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
6.85/3.02	c (2,2) STATISTICS2:HOME/instance-4305400-1534067441.xml,AllDifferent:Dist:Eq:IntVar,2695,4050,2450,50,49,3,2450:196;50:182;49:2352,50:784;49:4998;2:5264,49:2;14:2;2:3948;1:98,3:196;2:2534;1:5390,
6.85/3.02	c (2,2) 5670 bool, 368743 clause
6.85/3.02	c (2,2) Export Begin
6.85/3.10	c (2,2) Export to HOME/scop-5222-serial-file.bin
6.85/3.10	c (2,2) Export End
6.85/3.10	c (2,2) Export File Size: 0.01 MB
6.85/3.10	c (2,2) 0,0,1,1,1,1,2,STOP-AFTER(DIMACS)
6.85/3.10	c END-Prog: Sun Aug 12 11:50:44 CEST 2018
0.00/3.12	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-5222-serial-file.bin
7.05/3.62	c (0,0) Read Serial File Begin
7.05/3.62	c (0,0) HOME/scop-5222-serial-file.bin
7.05/3.78	c (0,0) Read Serial File End
7.05/3.79	
7.05/3.79	scop order+minisat_release (2018-07-31)
7.05/3.79	(Solving Process)
7.05/3.79	
7.05/3.81	c BEGIN-Prog: Sun Aug 12 11:50:45 CEST 2018
7.05/3.81	c PID: 5240
7.05/3.81	c IP: 172.20.3.151
7.05/3.81	c HOST: node151.alineos.net
7.05/3.82	c (0,0) SatSolver.solve Begin
7.05/3.82	c (0,0) 0 bool, 0 clause
7.05/3.82	c (0,0) minisat_release HOME/instance-4305400-1534067441.xml-scop-5225.cnf
2520.09/2514.40	c (2510,0) SatSolver is killed by some reasons.
2520.09/2514.40	c (2510,0) receiving signal SIGTERM
2520.09/2514.40	s UNKNOWN
2520.09/2514.41	c (2510,0) TO,TO,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(Nothing)
2520.09/2514.41	c END-Prog: Sun Aug 12 12:32:35 CEST 2018
2520.09/2514.41	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.09/2514.41	c (scop.sh) Killing background jobs.

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2862 MiB free)
  memory of node 1: 16384 MiB (5373 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305400-1534067441/watcher-4305400-1534067441 -o /tmp/evaluation-result-4305400-1534067441/solver-4305400-1534067441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305400-1534067441.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5222, runsolver pid=5219

[startup+0.100514 s]*
/proc/loadavg: 2.00 2.00 2.04 3/222 5239
/proc/meminfo: memFree=8376348/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224307275 115843072 349 33554432000 4194304 5098028 140723050811600 140723050808856 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 349 296 221 0 87 0
[pid=5225] ppid=5222 vsize=15012476 memory=69652 CPUtime=0.1 cores=0,2,4,6
/proc/5225/stat : 5225 (java) S 5222 5222 3762 0 -1 1077944320 6585 0 0 0 8 2 0 0 20 0 15 0 224307275 15372775424 17413 33554432000 4194304 4196468 140725821462576 140725821445120 140354552037111 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
/proc/5225/statm: 3753119 17413 2739 1 0 3715579 0
[pid=5225/tid=5226] ppid=5222 vsize=15012476 memory=-2843871807142741150 CPUtime=0.09 cores=0,2,4,6
/proc/5225/task/5226/stat : 5226 (java) R 5222 5222 3762 0 -1 4202560 4704 0 0 0 7 2 0 0 20 0 15 0 224307275 15372775424 17413 33554432000 4194304 4196468 140725821462576 140354523840056 140354532313936 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5227] ppid=5222 vsize=15012476 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5227/stat : 5227 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 17413 33554432000 4194304 4196468 140725821462576 140354556279824 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5228] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5228/stat : 5228 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 17413 33554432000 4194304 4196468 140725821462576 140354370436240 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5229] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5229/stat : 5229 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 17413 33554432000 4194304 4196468 140725821462576 140354369383184 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5230] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5230/stat : 5230 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 17413 33554432000 4194304 4196468 140725821462576 140354368330640 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5231] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5231/stat : 5231 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353387608304 140354552048258 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5232] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5232/stat : 5232 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353155884192 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5233] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5233/stat : 5233 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353021661936 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5234] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5234/stat : 5234 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140352647157712 140354552055707 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5235] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5235/stat : 5235 (java) S 5222 5222 3762 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353386556144 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5236] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5236/stat : 5236 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353385503600 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5237] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5237/stat : 5237 (java) S 5222 5222 3762 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353384450544 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5238] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140352149252960 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5239] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5239/stat : 5239 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 17413 33554432000 4194304 4196468 140725821462576 140353383397936 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 71048 KiB

[startup+0.210451 s]*
/proc/loadavg: 2.00 2.00 2.04 3/222 5239
/proc/meminfo: memFree=8363264/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224307275 115843072 349 33554432000 4194304 5098028 140723050811600 140723050808856 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 349 296 221 0 87 0
[pid=5225] ppid=5222 vsize=15012476 memory=83508 CPUtime=0.25 cores=0,2,4,6
/proc/5225/stat : 5225 (java) S 5222 5222 3762 0 -1 1077944320 10266 0 0 0 22 3 0 0 20 0 15 0 224307275 15372775424 20877 33554432000 4194304 4196468 140725821462576 140725821445120 140354552037111 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
/proc/5225/statm: 3753119 20877 2879 1 0 3715579 0
[pid=5225/tid=5226] ppid=5222 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/5225/task/5226/stat : 5226 (java) R 5222 5222 3762 0 -1 4202560 8160 0 0 0 17 2 0 0 20 0 15 0 224307275 15372775424 20877 33554432000 4194304 4196468 140725821462576 140354523858912 140354552049046 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5227] ppid=5222 vsize=15012476 memory=540 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5227/stat : 5227 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 20877 33554432000 4194304 4196468 140725821462576 140354556279824 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5228] ppid=5222 vsize=15012476 memory=4050059804527171232 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5228/stat : 5228 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 20877 33554432000 4194304 4196468 140725821462576 140354370436240 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5229] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5229/stat : 5229 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 20877 33554432000 4194304 4196468 140725821462576 140354369383184 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5230] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5230/stat : 5230 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 20877 33554432000 4194304 4196468 140725821462576 140354368330640 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5231] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5231/stat : 5231 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353387608304 140354552048258 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5232] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5232/stat : 5232 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353155884192 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5233] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5233/stat : 5233 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353021661936 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5234] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5234/stat : 5234 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140352647157712 140354552055707 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5235] ppid=5222 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5225/task/5235/stat : 5235 (java) S 5222 5222 3762 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353386556144 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5236] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5236/stat : 5236 (java) S 5222 5222 3762 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353385503600 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5237] ppid=5222 vsize=15012476 memory=140436537218688 CPUtime=0.02 cores=0,2,4,6
/proc/5225/task/5237/stat : 5237 (java) S 5222 5222 3762 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353384450544 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5238] ppid=5222 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140352149252960 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5239] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5239/stat : 5239 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 20877 33554432000 4194304 4196468 140725821462576 140353383397936 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 84904 KiB

[startup+0.310418 s]*
/proc/loadavg: 2.00 2.00 2.04 3/222 5239
/proc/meminfo: memFree=8358984/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224307275 115843072 349 33554432000 4194304 5098028 140723050811600 140723050808856 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 349 296 221 0 87 0
[pid=5225] ppid=5222 vsize=15012476 memory=87624 CPUtime=0.41 cores=0,2,4,6
/proc/5225/stat : 5225 (java) S 5222 5222 3762 0 -1 1077944320 10875 0 0 0 38 3 0 0 20 0 15 0 224307275 15372775424 21906 33554432000 4194304 4196468 140725821462576 140725821445120 140354552037111 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
/proc/5225/statm: 3753119 21906 2973 1 0 3715579 0
[pid=5225/tid=5226] ppid=5222 vsize=15012476 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5225/task/5226/stat : 5226 (java) R 5222 5222 3762 0 -1 4202560 8596 0 0 0 26 2 0 0 20 0 15 0 224307275 15372775424 21906 33554432000 4194304 4196468 140725821462576 140354523832560 140354533600671 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5227] ppid=5222 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5227/stat : 5227 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 21906 33554432000 4194304 4196468 140725821462576 140354556279824 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5228] ppid=5222 vsize=15012476 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5228/stat : 5228 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 21906 33554432000 4194304 4196468 140725821462576 140354370436240 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5229] ppid=5222 vsize=15012476 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5229/stat : 5229 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 21906 33554432000 4194304 4196468 140725821462576 140354369383184 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5230] ppid=5222 vsize=15012476 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5230/stat : 5230 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15372775424 21906 33554432000 4194304 4196468 140725821462576 140354368330640 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5231] ppid=5222 vsize=15012476 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5231/stat : 5231 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353387608304 140354552048258 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5232] ppid=5222 vsize=15012476 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5232/stat : 5232 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353155884192 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5233] ppid=5222 vsize=15012476 memory=8549982201333320512 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5233/stat : 5233 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224307279 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353021661936 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5234] ppid=5222 vsize=15012476 memory=8325818968683490714 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5234/stat : 5234 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140352647157712 140354552055707 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5235] ppid=5222 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5225/task/5235/stat : 5235 (java) S 5222 5222 3762 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353386556144 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5236] ppid=5222 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5225/task/5236/stat : 5236 (java) S 5222 5222 3762 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353385503600 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5237] ppid=5222 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5225/task/5237/stat : 5237 (java) S 5222 5222 3762 0 -1 1077944384 336 0 0 0 7 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353384450544 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5238] ppid=5222 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140352149252960 140354552047317 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5239] ppid=5222 vsize=15012476 memory=3978987661027325743 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5239/stat : 5239 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307282 15372775424 21906 33554432000 4194304 4196468 140725821462576 140353383397936 140354552048258 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 89020 KiB

[startup+0.703985 s]
/proc/loadavg: 2.00 2.00 2.04 3/222 5239
/proc/meminfo: memFree=8334800/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224307275 115843072 349 33554432000 4194304 5098028 140723050811600 140723050808856 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 349 296 221 0 87 0
[pid=5225] ppid=5222 vsize=15020872 memory=127448 CPUtime=0.99 cores=0,2,4,6
/proc/5225/stat : 5225 (java) S 5222 5222 3762 0 -1 1077944320 18088 0 0 0 94 5 0 0 20 0 15 0 224307275 15381372928 31862 33554432000 4194304 4196468 140725821462576 140725821445120 140354552037111 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
/proc/5225/statm: 3755218 31862 3148 1 0 3716603 0
[pid=5225/tid=5226] ppid=5222 vsize=15020872 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/5225/task/5226/stat : 5226 (java) R 5222 5222 3762 0 -1 4202560 15352 0 0 0 62 4 0 0 20 0 15 0 224307275 15381372928 31862 33554432000 4194304 4196468 140725821462576 140354523846000 140354536080741 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5227] ppid=5222 vsize=15020872 memory=180 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5227/stat : 5227 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15381372928 31862 33554432000 4194304 4196468 140725821462576 140354556279824 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5228] ppid=5222 vsize=15020872 memory=14795 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5228/stat : 5228 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15381372928 31862 33554432000 4194304 4196468 140725821462576 140354370436240 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5229] ppid=5222 vsize=15020872 memory=26692 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5229/stat : 5229 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307277 15381372928 31862 33554432000 4194304 4196468 140725821462576 140354369383184 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5230] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5230/stat : 5230 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224307277 15381372928 31862 33554432000 4194304 4196468 140725821462576 140354368330640 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5231] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5231/stat : 5231 (java) S 5222 5222 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224307279 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353387608304 140354552048258 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5232] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5232/stat : 5232 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224307279 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353155884192 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5233] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5233/stat : 5233 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224307279 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353021661936 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5234] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5234/stat : 5234 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140352647157712 140354552055707 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5235] ppid=5222 vsize=15020872 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/5225/task/5235/stat : 5235 (java) R 5222 5222 3762 0 -1 4202560 545 0 0 0 6 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353386543984 140354533561370 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5236] ppid=5222 vsize=15020872 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5225/task/5236/stat : 5236 (java) S 5222 5222 3762 0 -1 1077944384 377 0 0 0 8 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353385503600 140354552048258 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5237] ppid=5222 vsize=15020872 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/5225/task/5237/stat : 5237 (java) R 5222 5222 3762 0 -1 1077944384 461 0 0 0 15 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353384450544 140354552048258 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5238] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140352149252960 140354552047317 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
[pid=5225/tid=5239] ppid=5222 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5239/stat : 5239 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224307282 15381372928 31862 33554432000 4194304 4196468 140725821462576 140353383397936 140354552048258 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36634624 140725821469703 140725821470001 140725821470001 140725821472719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 128844 KiB

[startup+1.50152 s]
/proc/loadavg: 1.92 1.98 2.03 3/222 5239
/proc/meminfo: memFree=8308048/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224307275 115843072 349 33554432000 4194304 5098028 140723050811600 140723050808856 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 349 296 221 0 87 0

################
# More data... #
################

[pid=5240/tid=5243] ppid=5222 vsize=8068220 memory=114360 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5243/stat : 5243 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518913637392 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5244] ppid=5222 vsize=8068220 memory=114360 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5244/stat : 5244 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518912584592 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5245] ppid=5222 vsize=8068220 memory=114360 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5245/stat : 5245 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518911531792 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5246] ppid=5222 vsize=8068220 memory=1472 CPUtime=0.04 cores=0,2,4,6
/proc/5240/task/5246/stat : 5246 (java) S 5222 5222 3762 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 224307590 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518875433328 140519428971138 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5247] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5247/stat : 5247 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518243689504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5248] ppid=5222 vsize=8068220 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5248/stat : 5248 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518109467504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5249] ppid=5222 vsize=8068220 memory=60976 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5249/stat : 5249 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517734963024 140519428978587 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5250] ppid=5222 vsize=8068220 memory=1472 CPUtime=0.08 cores=0,2,4,6
/proc/5240/task/5250/stat : 5250 (java) S 5222 5222 3762 0 -1 1077944384 490 0 0 0 8 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518874381168 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5251] ppid=5222 vsize=8068220 memory=114360 CPUtime=0.09 cores=0,2,4,6
/proc/5240/task/5251/stat : 5251 (java) S 5222 5222 3762 0 -1 1077944384 468 0 0 0 9 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518873328368 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5252] ppid=5222 vsize=8068220 memory=114360 CPUtime=0.18 cores=0,2,4,6
/proc/5240/task/5252/stat : 5252 (java) S 5222 5222 3762 0 -1 1077944384 576 0 0 0 18 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518872275568 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5253] ppid=5222 vsize=8068220 memory=103500 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5253/stat : 5253 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517237058272 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5254] ppid=5222 vsize=8068220 memory=1472 CPUtime=1.4 cores=0,2,4,6
/proc/5240/task/5254/stat : 5254 (java) S 5222 5222 3762 0 -1 1077944384 165 0 0 0 71 69 0 0 20 0 19 0 224307594 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518871222960 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5256] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5256/stat : 5256 (java) S 5222 5222 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 224307659 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518863414464 140519428984601 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5258] ppid=5222 vsize=8068220 memory=114360 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5258/stat : 5258 (java) S 5222 5222 3762 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516834393360 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5259] ppid=5222 vsize=8068220 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5259/stat : 5259 (java) S 5222 5222 3762 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516700172432 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5260] ppid=5222 vsize=8068220 memory=103500 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5260/stat : 5260 (java) S 5222 5222 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 224307662 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516431748768 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
Current children cumulated CPU time: 2447.95 s
Current children cumulated vsize: 8301352 KiB
Current children cumulated memory: 219332 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.15 2.12 3/228 5850
/proc/meminfo: memFree=8160352/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1472 CPUtime=7.05 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 590 27752 0 0 0 0 682 23 20 0 1 0 224307275 115843072 368 33554432000 4194304 5098028 140723050811600 140723050808344 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 368 311 221 0 87 0
[pid=5240] ppid=5222 vsize=8068220 memory=114360 CPUtime=2.63 cores=0,2,4,6
/proc/5240/stat : 5240 (java) S 5222 5222 3762 0 -1 1077944320 18032 0 0 0 190 73 0 0 20 0 19 0 224307587 8261857280 28590 33554432000 4194304 4196468 140723034505872 140723034488416 140519428959991 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
/proc/5240/statm: 2017055 28590 3153 1 0 1978454 0
[pid=5255] ppid=5240 vsize=120004 memory=103500 CPUtime=2498.31 cores=0,2,4,6
/proc/5255/stat : 5255 (minisat_release) R 5240 5222 3762 0 -1 4202496 286503 0 0 0 249810 21 0 0 20 0 1 0 224307659 122884096 25875 33554432000 4194304 4308513 140723489043152 140723489040152 4275941 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23695360 140723489047669 140723489047766 140723489047766 140723489050565 0
/proc/5255/statm: 30001 25875 341 28 0 26241 0
[pid=5240/tid=5241] ppid=5222 vsize=8068220 memory=114360 CPUtime=0.74 cores=0,2,4,6
/proc/5240/task/5241/stat : 5241 (java) S 5222 5222 3762 0 -1 1077944384 14902 0 0 0 70 4 0 0 20 0 19 0 224307587 8261857280 28590 33554432000 4194304 4196468 140723034505872 140519400800144 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5242] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5242/stat : 5242 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140519433202832 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5243] ppid=5222 vsize=8068220 memory=103500 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5243/stat : 5243 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518913637392 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5244] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5244/stat : 5244 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518912584592 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5245] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5245/stat : 5245 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518911531792 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5246] ppid=5222 vsize=8068220 memory=114360 CPUtime=0.04 cores=0,2,4,6
/proc/5240/task/5246/stat : 5246 (java) S 5222 5222 3762 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 224307590 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518875433328 140519428971138 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5247] ppid=5222 vsize=8068220 memory=1144 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5247/stat : 5247 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518243689504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5248] ppid=5222 vsize=8068220 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5248/stat : 5248 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518109467504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5249] ppid=5222 vsize=8068220 memory=55 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5249/stat : 5249 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517734963024 140519428978587 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5250] ppid=5222 vsize=8068220 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/5240/task/5250/stat : 5250 (java) S 5222 5222 3762 0 -1 1077944384 490 0 0 0 8 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518874381168 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5251] ppid=5222 vsize=8068220 memory=103500 CPUtime=0.09 cores=0,2,4,6
/proc/5240/task/5251/stat : 5251 (java) S 5222 5222 3762 0 -1 1077944384 468 0 0 0 9 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518873328368 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5252] ppid=5222 vsize=8068220 memory=4028 CPUtime=0.18 cores=0,2,4,6
/proc/5240/task/5252/stat : 5252 (java) S 5222 5222 3762 0 -1 1077944384 576 0 0 0 18 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518872275568 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5253] ppid=5222 vsize=8068220 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5253/stat : 5253 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517237058272 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5254] ppid=5222 vsize=8068220 memory=11764 CPUtime=1.43 cores=0,2,4,6
/proc/5240/task/5254/stat : 5254 (java) S 5222 5222 3762 0 -1 1077944384 169 0 0 0 73 70 0 0 20 0 19 0 224307594 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518871222960 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5256] ppid=5222 vsize=8068220 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5256/stat : 5256 (java) S 5222 5222 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 224307659 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518863414464 140519428984601 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5258] ppid=5222 vsize=8068220 memory=103500 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5258/stat : 5258 (java) S 5222 5222 3762 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516834393360 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5259] ppid=5222 vsize=8068220 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5259/stat : 5259 (java) S 5222 5222 3762 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516700172432 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5260] ppid=5222 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5260/stat : 5260 (java) S 5222 5222 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 224307662 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516431748768 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
Current children cumulated CPU time: 2507.99 s
Current children cumulated vsize: 8301352 KiB
Current children cumulated memory: 219332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.4 s]
/proc/loadavg: 2.11 2.17 2.12 3/228 5851
/proc/meminfo: memFree=8159856/32770624 swapFree=67108860/67108860
[pid=5222] ppid=5219 vsize=113128 memory=1472 CPUtime=7.05 cores=0,2,4,6
/proc/5222/stat : 5222 (scop.sh) S 5219 5222 3762 0 -1 4202496 590 27752 0 0 0 0 682 23 20 0 1 0 224307275 115843072 368 33554432000 4194304 5098028 140723050811600 140723050808344 140142948045436 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17797120 140723050816576 140723050816775 140723050816775 140723050819533 0
/proc/5222/statm: 28282 368 311 221 0 87 0
[pid=5240] ppid=5222 vsize=8068220 memory=114360 CPUtime=2.64 cores=0,2,4,6
/proc/5240/stat : 5240 (java) S 5222 5222 3762 0 -1 1077944320 18032 0 0 0 191 73 0 0 20 0 19 0 224307587 8261857280 28590 33554432000 4194304 4196468 140723034505872 140723034488416 140519428959991 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
/proc/5240/statm: 2017055 28590 3153 1 0 1978454 0
[pid=5255] ppid=5240 vsize=120004 memory=103500 CPUtime=2510.4 cores=0,2,4,6
/proc/5255/stat : 5255 (minisat_release) R 5240 5222 3762 0 -1 4202496 286533 0 0 0 251019 21 0 0 20 0 1 0 224307659 122884096 25875 33554432000 4194304 4308513 140723489043152 140723489039424 4276446 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23695360 140723489047669 140723489047766 140723489047766 140723489050565 0
/proc/5255/statm: 30001 25875 341 28 0 26241 0
[pid=5240/tid=5241] ppid=5222 vsize=8068220 memory=7301289824817342824 CPUtime=0.74 cores=0,2,4,6
/proc/5240/task/5241/stat : 5241 (java) S 5222 5222 3762 0 -1 1077944384 14902 0 0 0 70 4 0 0 20 0 19 0 224307587 8261857280 28590 33554432000 4194304 4196468 140723034505872 140519400800144 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5242] ppid=5222 vsize=8068220 memory=7301289824817342824 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5242/stat : 5242 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140519433202832 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5243] ppid=5222 vsize=8068220 memory=7594568037360626025 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5243/stat : 5243 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518913637392 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5244] ppid=5222 vsize=8068220 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5244/stat : 5244 (java) S 5222 5222 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518912584592 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5245] ppid=5222 vsize=8068220 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5245/stat : 5245 (java) S 5222 5222 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224307589 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518911531792 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5246] ppid=5222 vsize=8068220 memory=1764 CPUtime=0.04 cores=0,2,4,6
/proc/5240/task/5246/stat : 5246 (java) S 5222 5222 3762 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 224307590 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518875433328 140519428971138 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5247] ppid=5222 vsize=8068220 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5247/stat : 5247 (java) S 5222 5222 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518243689504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5248] ppid=5222 vsize=8068220 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5248/stat : 5248 (java) S 5222 5222 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224307591 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518109467504 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5249] ppid=5222 vsize=8068220 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5249/stat : 5249 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517734963024 140519428978587 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5250] ppid=5222 vsize=8068220 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/5240/task/5250/stat : 5250 (java) S 5222 5222 3762 0 -1 1077944384 490 0 0 0 8 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518874381168 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5251] ppid=5222 vsize=8068220 memory=1776 CPUtime=0.09 cores=0,2,4,6
/proc/5240/task/5251/stat : 5251 (java) S 5222 5222 3762 0 -1 1077944384 468 0 0 0 9 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518873328368 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5252] ppid=5222 vsize=8068220 memory=1004 CPUtime=0.18 cores=0,2,4,6
/proc/5240/task/5252/stat : 5252 (java) S 5222 5222 3762 0 -1 1077944384 576 0 0 0 18 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518872275568 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5253] ppid=5222 vsize=8068220 memory=11764 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5253/stat : 5253 (java) S 5222 5222 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224307593 8261857280 28590 33554432000 4194304 4196468 140723034505872 140517237058272 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5254] ppid=5222 vsize=8068220 memory=5712 CPUtime=1.43 cores=0,2,4,6
/proc/5240/task/5254/stat : 5254 (java) S 5222 5222 3762 0 -1 1077944384 169 0 0 0 73 70 0 0 20 0 19 0 224307594 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518871222960 140519428971138 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5256] ppid=5222 vsize=8068220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5256/stat : 5256 (java) S 5222 5222 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 224307659 8261857280 28590 33554432000 4194304 4196468 140723034505872 140518863414464 140519428984601 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5258] ppid=5222 vsize=8068220 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5258/stat : 5258 (java) S 5222 5222 3762 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516834393360 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5259] ppid=5222 vsize=8068220 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5259/stat : 5259 (java) S 5222 5222 3762 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224307660 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516700172432 140519428981917 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
[pid=5240/tid=5260] ppid=5222 vsize=8068220 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/5240/task/5260/stat : 5260 (java) S 5222 5222 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 224307662 8261857280 28590 33554432000 4194304 4196468 140723034505872 140516431748768 140519428970197 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140723034514614 140723034514737 140723034514737 140723034517455 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 8301352 KiB
Current children cumulated memory: 219332 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2514.41 s]
# the end of solver process 5222 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.82401 s, system=0.241536 s

[startup+2514.42 s]
# the end of solver process 5240 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.94 s, system=1.20265 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2514.42
CPU time (s): 2520.15
CPU user time (s): 2518.94
CPU system time (s): 1.20265
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 15140212
Max. memory (cumulated for all children) (KiB): 970912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.94
system time used= 1.20266
maximum resident set size= 980324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59991
involuntary context switches= 1015


# summary of solver processes directly reported to runsolver:
#   pid: 5222,5240
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2518.94
#   total CPU system time (s): 1.20265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8899 second user time and 27.0699 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 11:50:41
IDJOB=4305400
IDBENCH=141175
IDSOLVER=2782
FILE ID=node151/4305400-1534067441
RUNJOBID= node151-1534062410-3793
PBS_JOBID= 21036982
Free space on /tmp= 40848 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P02_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305400-1534067441/watcher-4305400-1534067441 -o /tmp/evaluation-result-4305400-1534067441/solver-4305400-1534067441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305400-1534067441.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
RANDOM SEED=1726594946

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8434564 kB
MemAvailable:   31752140 kB
Buffers:          260920 kB
Cached:         23011236 kB
SwapCached:            0 kB
Active:         10788300 kB
Inactive:       12690956 kB
Active(anon):     156308 kB
Inactive(anon):   103352 kB
Active(file):   10631992 kB
Inactive(file): 12587604 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        215024 kB
Mapped:            71912 kB
Shmem:             49800 kB
Slab:             554420 kB
SReclaimable:     526440 kB
SUnreclaim:        27980 kB
KernelStack:        3648 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5867916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 40840 MiB
End job on node151 at 2018-08-12 12:32:35