Trace number 4305749

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 both+MapleCOMSPS (2018-07-31)? (TO) 2520.11 2505.32

General information on the benchmark

NamePseudoBoolean-dec/
Pb-robin16_c18.xml
MD5SUM5947b7d603c6960c1f689b2eabbe33a0
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 variables14400
Number of constraints1088
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":14400}]
Minimum variable degree10
Maximum variable degree10
Distribution of variable degrees[{"degree":10,"count":14400}]
Minimum constraint arity120
Maximum constraint arity225
Distribution of constraint arities[{"arity":120,"count":960},{"arity":225,"count":128}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1088}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-26467-serial-file.bin HOME/instance-4305749-1534069576.xml
0.55/0.51	
0.55/0.52	scop both+minisat_release (2018-07-31)
0.67/0.52	(Encoding Process)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Sun Aug 12 12:26:17 CEST 2018
0.67/0.54	c PID: 26470
0.67/0.54	c IP: 172.20.3.106
0.67/0.54	c HOST: node106.alineos.net
0.67/0.55	c (0,0) Parsing Begin
6.61/2.54	c (2,2) Parsing End
6.61/2.56	c (2,2) CSP: 0 int (0 aux), 14400 bool (0 aux), 1088 ctr, max domain size 2
6.61/2.57	c (2,2) Heap : 563 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
6.61/2.57	c (2,2) Constraint Name Generate Begin
6.93/2.64	c (2,2) Ctr:HOME/instance-4305749-1534069576.xml,IntVar:Num:WeightedSum
6.93/2.64	c (2,2) Constraint Name Generate End
6.93/2.64	c (2,2) Heap : 563 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
6.93/2.64	c (2,2) CSP to CSPinCNF Begin
9.30/3.80	c (3,3) translated 109 (10%) constraints
10.26/4.71	c (4,4) translated 218 (20%) constraints
11.21/5.68	c (5,5) translated 327 (30%) constraints
12.34/6.46	c (5,5) translated 436 (40%) constraints
13.44/7.23	c (6,6) translated 544 (50%) constraints
14.20/7.97	c (7,7) translated 653 (60%) constraints
15.43/8.80	c (8,8) translated 762 (70%) constraints
16.14/9.53	c (9,8) translated 871 (80%) constraints
17.21/10.56	c (10,9) translated 980 (90%) constraints
20.04/13.10	c (12,12) translated 1088 (100%) constraints
21.85/13.97	c (13,13) STATISTICS1:HOME/instance-4305749-1534069576.xml,IntVar:Num:WeightedSum,14400,1088,9223372036854775807,2,1,225,9223372036854775807:1088,2:144000,1:1088,225:128;120:960,22500:128;6400:960
21.85/13.97	c (13,13) ==========================================
21.85/13.97	c (13,13) Both Encoding selects:
21.85/13.97	c (13,13) Log
21.85/13.97	c (13,13) ==========================================
22.12/14.18	c (13,13) translated 109 (10%) constraints
22.31/14.39	c (13,13) translated 218 (20%) constraints
22.52/14.59	c (14,13) translated 327 (30%) constraints
23.26/14.91	c (14,13) translated 436 (40%) constraints
23.48/15.11	c (14,14) translated 544 (50%) constraints
23.70/15.31	c (14,14) translated 653 (60%) constraints
23.95/15.51	c (14,14) translated 762 (70%) constraints
24.15/15.71	c (15,14) translated 871 (80%) constraints
24.35/15.99	c (15,15) translated 980 (90%) constraints
25.05/16.66	c (16,15) translated 1088 (100%) constraints
25.05/16.67	c (16,15) CSP to CSPinCNF End
25.05/16.68	c (16,15) CSP: 0 int (0 aux), 14400 bool (0 aux), 1088 ctr, max domain size 2
25.05/16.68	c (16,15) Heap : 1406 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
25.05/16.68	c (16,15) CSPinCNF Propagation Begin
26.24/17.58	c (17,16) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.24/17.58	c (17,16) CSPinCNF Propagation End
26.24/17.58	c (17,16) CSP: 0 int (0 aux), 14400 bool (0 aux), 1088 ctr, max domain size 2
26.24/17.58	c (17,16) Heap : 1535 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
26.24/17.58	c (17,16) Simplify CSPinCNF Begin
26.35/17.63	c (17,16) Simplify CSPinCNF End
26.35/17.63	c (17,16) CSP: 0 int (0 aux), 14400 bool (0 aux), 1088 ctr, max domain size 2
26.35/17.63	c (17,16) Heap : 1591 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
26.35/17.63	c (17,16) Calculate Precise Domain Begin
26.35/17.63	c (17,16) 0 values are removed by re-calculation
26.35/17.63	c (17,16) Calculate Precise Domain End
26.35/17.63	c (17,16) CSP: 0 int (0 aux), 14400 bool (0 aux), 1088 ctr, max domain size 2
26.35/17.63	c (17,16) Heap : 1591 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
26.35/17.63	c (17,16) CSPinCNF to SatSolver Begin
28.16/18.21	c (17,17) 109 (10 %) CSP clauses are being encoded (40104 SAT variables, 76788 SAT clauses)
28.98/18.52	c (18,17) 218 (20 %) CSP clauses are being encoded (66046 SAT variables, 154287 SAT clauses)
29.39/18.77	c (18,17) 327 (30 %) CSP clauses are being encoded (91988 SAT variables, 231786 SAT clauses)
29.61/19.00	c (18,18) 436 (40 %) CSP clauses are being encoded (117930 SAT variables, 309285 SAT clauses)
29.84/19.19	c (18,18) 544 (50 %) CSP clauses are being encoded (136200 SAT variables, 348903 SAT clauses)
30.36/19.37	c (18,18) 653 (60 %) CSP clauses are being encoded (149280 SAT variables, 362092 SAT clauses)
30.88/19.52	c (19,18) 762 (70 %) CSP clauses are being encoded (162360 SAT variables, 375281 SAT clauses)
30.98/19.65	c (19,18) 871 (80 %) CSP clauses are being encoded (175440 SAT variables, 388470 SAT clauses)
31.98/20.05	c (19,18) 980 (90 %) CSP clauses are being encoded (198951 SAT variables, 437398 SAT clauses)
32.57/20.64	c (20,19) 1088 (100 %) CSP clauses are being encoded (271203 SAT variables, 653614 SAT clauses)
32.57/20.64	c (20,19) Launch Command will be: minisat_release
32.57/20.64	c (20,19) CSPinCNF to SatSolver End
32.57/20.64	c (20,19) Heap : 1052 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
33.61/21.44	c (20,20) STATISTICS2:HOME/instance-4305749-1534069576.xml,IntVar:Num:WeightedSum,14400,1088,9223372036854775807,2,1,225,9223372036854775807:1088,2:144000,1:1088,225:128;120:960,2:1088
33.61/21.44	c (20,20) 271872 bool, 655616 clause
33.61/21.44	c (20,20) Export Begin
35.12/22.77	c (22,21) Export to HOME/scop-26467-serial-file.bin
35.12/22.77	c (22,21) Export End
35.12/22.77	c (22,21) Export File Size: 5.27 MB
35.12/22.77	c (22,21) 2,2,16,17,17,17,20,STOP-AFTER(DIMACS)
35.12/22.77	c END-Prog: Sun Aug 12 12:26:39 CEST 2018
0.00/22.81	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-26467-serial-file.bin
35.92/23.30	c (0,0) Read Serial File Begin
35.92/23.30	c (0,0) HOME/scop-26467-serial-file.bin
37.72/24.70	c (1,1) Read Serial File End
37.99/24.71	
37.99/24.71	scop log+minisat_release (2018-07-31)
37.99/24.71	(Solving Process)
37.99/24.71	
37.99/24.73	c BEGIN-Prog: Sun Aug 12 12:26:41 CEST 2018
37.99/24.73	c PID: 26485
37.99/24.73	c IP: 172.20.3.106
37.99/24.73	c HOST: node106.alineos.net
37.99/24.74	c (1,1) SatSolver.solve Begin
37.99/24.74	c (1,1) 0 bool, 0 clause
37.99/24.74	c (1,1) minisat_release HOME/instance-4305749-1534069576.xml-scop-26470.cnf
2520.05/2505.30	c (2482,0) receiving signal SIGTERM
2520.05/2505.30	s UNKNOWN
2520.05/2505.31	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.05/2505.31	c (scop.sh) Remove HOME/scop-26467-serial-file.bin.
2520.05/2505.31	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 (8264 MiB free)
  memory of node 1: 16384 MiB (11647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305749-1534069576/watcher-4305749-1534069576 -o /tmp/evaluation-result-4305749-1534069576/solver-4305749-1534069576 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23199 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305749-1534069576.xml 

running on 4 cores: 1,3,5,7

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=26467, runsolver pid=26464

[startup+0.100145 s]*
/proc/loadavg: 2.00 2.01 2.05 4/222 26484
/proc/meminfo: memFree=20326552/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224520492 115843072 349 33554432000 4194304 5098028 140724970533312 140724970530568 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 349 296 221 0 87 0
[pid=26470] ppid=26467 vsize=15012476 memory=72868 CPUtime=0.11 cores=1,3,5,7
/proc/26470/stat : 26470 (java) S 26467 26467 23167 0 -1 1077944320 6358 0 0 0 9 2 0 0 20 0 15 0 224520493 15372775424 18217 33554432000 4194304 4196468 140723414872880 140723414855424 140283206090487 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
/proc/26470/statm: 3753119 18217 2771 1 0 3715579 0
[pid=26470/tid=26471] ppid=26467 vsize=15012476 memory=-6078870780940435395 CPUtime=0.08 cores=1,3,5,7
/proc/26470/task/26471/stat : 26471 (java) R 26467 26467 23167 0 -1 4202560 4478 0 0 0 7 1 0 0 20 0 15 0 224520493 15372775424 18283 33554432000 4194304 4196468 140723414872880 140283177902472 140283186366194 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26472] ppid=26467 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26472/stat : 26472 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 18283 33554432000 4194304 4196468 140723414872880 140283210332560 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26473] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26473/stat : 26473 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 18283 33554432000 4194304 4196468 140723414872880 140283028420880 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26474] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26474/stat : 26474 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 18283 33554432000 4194304 4196468 140723414872880 140282665970320 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26475] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26475/stat : 26475 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 18283 33554432000 4194304 4196468 140723414872880 140282664917520 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26476] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26476/stat : 26476 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520496 15372775424 18283 33554432000 4194304 4196468 140723414872880 140282243656304 140283206101634 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26477] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26477/stat : 26477 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 18283 33554432000 4194304 4196468 140723414872880 140281752053024 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26478] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26478/stat : 26478 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 18349 33554432000 4194304 4196468 140723414872880 140281483617904 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26479] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26479/stat : 26479 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 18349 33554432000 4194304 4196468 140723414872880 140281109109328 140283206109083 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26480] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26480/stat : 26480 (java) S 26467 26467 23167 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 18349 33554432000 4194304 4196468 140723414872880 140282242603120 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26481] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26481/stat : 26481 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 18349 33554432000 4194304 4196468 140723414872880 140282241550320 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26482] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0.01 cores=1,3,5,7
/proc/26470/task/26482/stat : 26482 (java) S 26467 26467 23167 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 224520499 15372775424 18349 33554432000 4194304 4196468 140723414872880 140282240498032 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26483] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26483/stat : 26483 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 18349 33554432000 4194304 4196468 140723414872880 140280611203552 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26484] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26484/stat : 26484 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520500 15372775424 18349 33554432000 4194304 4196468 140723414872880 140282239445936 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74264 KiB

[startup+0.210754 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 26484
/proc/meminfo: memFree=20313096/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224520492 115843072 349 33554432000 4194304 5098028 140724970533312 140724970530568 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 349 296 221 0 87 0
[pid=26470] ppid=26467 vsize=15012476 memory=85880 CPUtime=0.26 cores=1,3,5,7
/proc/26470/stat : 26470 (java) S 26467 26467 23167 0 -1 1077944320 9827 0 0 0 23 3 0 0 20 0 15 0 224520493 15372775424 21470 33554432000 4194304 4196468 140723414872880 140723414855424 140283206090487 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
/proc/26470/statm: 3753119 21470 2879 1 0 3715579 0
[pid=26470/tid=26471] ppid=26467 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/26470/task/26471/stat : 26471 (java) R 26467 26467 23167 0 -1 4202560 7724 0 0 0 17 2 0 0 20 0 15 0 224520493 15372775424 21470 33554432000 4194304 4196468 140723414872880 140283177915872 140283206102422 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26472] ppid=26467 vsize=15012476 memory=546 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26472/stat : 26472 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 21470 33554432000 4194304 4196468 140723414872880 140283210332560 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26473] ppid=26467 vsize=15012476 memory=140551758555113 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26473/stat : 26473 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 21470 33554432000 4194304 4196468 140723414872880 140283028420880 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26474] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26474/stat : 26474 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282665970320 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26475] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26475/stat : 26475 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282664917520 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26476] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26476/stat : 26476 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520496 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282243656304 140283206101634 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26477] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26477/stat : 26477 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 21470 33554432000 4194304 4196468 140723414872880 140281752053024 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26478] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26478/stat : 26478 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 21470 33554432000 4194304 4196468 140723414872880 140281483617904 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26479] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26479/stat : 26479 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 21470 33554432000 4194304 4196468 140723414872880 140281109109328 140283206109083 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26480] ppid=26467 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26470/task/26480/stat : 26480 (java) R 26467 26467 23167 0 -1 4202560 447 0 0 0 1 0 0 0 20 0 15 0 224520499 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282242603120 140283187418832 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26481] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26481/stat : 26481 (java) S 26467 26467 23167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282241550320 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26482] ppid=26467 vsize=15012476 memory=140551757362816 CPUtime=0.03 cores=1,3,5,7
/proc/26470/task/26482/stat : 26482 (java) R 26467 26467 23167 0 -1 1077944384 302 0 0 0 3 0 0 0 20 0 15 0 224520499 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282240498032 140283206101634 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26483] ppid=26467 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26483/stat : 26483 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 21470 33554432000 4194304 4196468 140723414872880 140280611203552 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26484] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26484/stat : 26484 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520500 15372775424 21470 33554432000 4194304 4196468 140723414872880 140282239445936 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87276 KiB

[startup+0.310755 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 26484
/proc/meminfo: memFree=20309188/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224520492 115843072 349 33554432000 4194304 5098028 140724970533312 140724970530568 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 349 296 221 0 87 0
[pid=26470] ppid=26467 vsize=15012476 memory=89468 CPUtime=0.43 cores=1,3,5,7
/proc/26470/stat : 26470 (java) S 26467 26467 23167 0 -1 1077944320 10381 0 0 0 39 4 0 0 20 0 15 0 224520493 15372775424 22367 33554432000 4194304 4196468 140723414872880 140723414855424 140283206090487 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
/proc/26470/statm: 3753119 22367 2983 1 0 3715579 0
[pid=26470/tid=26471] ppid=26467 vsize=15012476 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/26470/task/26471/stat : 26471 (java) R 26467 26467 23167 0 -1 4202560 8118 0 0 0 27 3 0 0 20 0 15 0 224520493 15372775424 22367 33554432000 4194304 4196468 140723414872880 140283177885936 140283190170974 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26472] ppid=26467 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26472/stat : 26472 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 22367 33554432000 4194304 4196468 140723414872880 140283210332560 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26473] ppid=26467 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26473/stat : 26473 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 22367 33554432000 4194304 4196468 140723414872880 140283028420880 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26474] ppid=26467 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26474/stat : 26474 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282665970320 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26475] ppid=26467 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26475/stat : 26475 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282664917520 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26476] ppid=26467 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26476/stat : 26476 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520496 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282243656304 140283206101634 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26477] ppid=26467 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26477/stat : 26477 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 22367 33554432000 4194304 4196468 140723414872880 140281752053024 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26478] ppid=26467 vsize=15012476 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26478/stat : 26478 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520497 15372775424 22367 33554432000 4194304 4196468 140723414872880 140281483617904 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26479] ppid=26467 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26479/stat : 26479 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 22367 33554432000 4194304 4196468 140723414872880 140281109109328 140283206109083 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26480] ppid=26467 vsize=15012476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26470/task/26480/stat : 26480 (java) R 26467 26467 23167 0 -1 1077944384 554 0 0 0 3 0 0 0 20 0 15 0 224520499 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282242603120 140283206101634 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26481] ppid=26467 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26470/task/26481/stat : 26481 (java) R 26467 26467 23167 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 15 0 224520499 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282241550320 140283185336314 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26482] ppid=26467 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26470/task/26482/stat : 26482 (java) R 26467 26467 23167 0 -1 4202560 324 0 0 0 7 0 0 0 20 0 15 0 224520499 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282240498032 140283184934090 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26483] ppid=26467 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26483/stat : 26483 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15372775424 22367 33554432000 4194304 4196468 140723414872880 140280611203552 140283206100693 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26484] ppid=26467 vsize=15012476 memory=3761410793958088753 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26484/stat : 26484 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520500 15372775424 22367 33554432000 4194304 4196468 140723414872880 140282239445936 140283206101634 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 90864 KiB

[startup+0.702768 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 26484
/proc/meminfo: memFree=20282956/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224520492 115843072 349 33554432000 4194304 5098028 140724970533312 140724970530568 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 349 296 221 0 87 0
[pid=26470] ppid=26467 vsize=15018748 memory=132064 CPUtime=1.08 cores=1,3,5,7
/proc/26470/stat : 26470 (java) S 26467 26467 23167 0 -1 1077944320 17611 0 0 0 103 5 0 0 20 0 15 0 224520493 15379197952 33016 33554432000 4194304 4196468 140723414872880 140723414855424 140283206090487 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
/proc/26470/statm: 3754687 33016 3127 1 0 3716091 0
[pid=26470/tid=26471] ppid=26467 vsize=15018748 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/26470/task/26471/stat : 26471 (java) R 26467 26467 23167 0 -1 4202560 14574 0 0 0 64 4 0 0 20 0 15 0 224520493 15379197952 33016 33554432000 4194304 4196468 140723414872880 140283177927920 140282710655067 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26472] ppid=26467 vsize=15018748 memory=116 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26472/stat : 26472 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520495 15379197952 33016 33554432000 4194304 4196468 140723414872880 140283210332560 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26473] ppid=26467 vsize=15018748 memory=12868 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26473/stat : 26473 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15379197952 33016 33554432000 4194304 4196468 140723414872880 140283028420880 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26474] ppid=26467 vsize=15018748 memory=26497 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26474/stat : 26474 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282665970320 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26475] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26475/stat : 26475 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224520495 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282664917520 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26476] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26476/stat : 26476 (java) S 26467 26467 23167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224520496 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282243656304 140283206101634 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26477] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26477/stat : 26477 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224520497 15379197952 33016 33554432000 4194304 4196468 140723414872880 140281752053024 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26478] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26478/stat : 26478 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520497 15379197952 33016 33554432000 4194304 4196468 140723414872880 140281483617904 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26479] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26479/stat : 26479 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15379197952 33016 33554432000 4194304 4196468 140723414872880 140281109109328 140283206109083 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26480] ppid=26467 vsize=15018748 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26470/task/26480/stat : 26480 (java) R 26467 26467 23167 0 -1 4202560 775 0 0 0 12 0 0 0 20 0 15 0 224520499 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282242593040 140283183685232 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26481] ppid=26467 vsize=15018748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26470/task/26481/stat : 26481 (java) R 26467 26467 23167 0 -1 4202560 407 0 0 0 8 0 0 0 20 0 15 0 224520499 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282241542272 140283186792151 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26482] ppid=26467 vsize=15018748 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26470/task/26482/stat : 26482 (java) R 26467 26467 23167 0 -1 4202560 519 0 0 0 18 0 0 0 20 0 15 0 224520499 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282240495288 140283185377368 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26483] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26483/stat : 26483 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224520499 15379197952 33016 33554432000 4194304 4196468 140723414872880 140280611203552 140283206100693 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
[pid=26470/tid=26484] ppid=26467 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26470/task/26484/stat : 26484 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224520500 15379197952 33016 33554432000 4194304 4196468 140723414872880 140282239445936 140283206101634 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140723414877191 140723414877489 140723414877489 140723414880207 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 133460 KiB

[startup+1.50075 s]
/proc/loadavg: 2.00 2.01 2.05 5/222 26484
/proc/meminfo: memFree=20181540/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224520492 115843072 349 33554432000 4194304 5098028 140724970533312 140724970530568 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 349 296 221 0 87 0

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

[pid=26485/tid=26488] ppid=26467 vsize=8068220 memory=250796 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26488/stat : 26488 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393221610128 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26489] ppid=26467 vsize=8068220 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26489/stat : 26489 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392867899664 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26490] ppid=26467 vsize=8068220 memory=868 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26490/stat : 26490 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392866847120 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26491] ppid=26467 vsize=8068220 memory=1808 CPUtime=0.06 cores=1,3,5,7
/proc/26485/task/26491/stat : 26491 (java) S 26467 26467 23167 0 -1 1077944384 8 0 0 0 2 4 0 0 20 0 19 0 224522776 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392830425840 140393384000130 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26492] ppid=26467 vsize=8068220 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26492/stat : 26492 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392280352416 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26493] ppid=26467 vsize=8068220 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26493/stat : 26493 (java) S 26467 26467 23167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392146130160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26494] ppid=26467 vsize=8068220 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26494/stat : 26494 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391771625936 140393384007579 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26495] ppid=26467 vsize=8068220 memory=748 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26495/stat : 26495 (java) S 26467 26467 23167 0 -1 1077944384 1104 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392829372656 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26496] ppid=26467 vsize=8068220 memory=1220 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26496/stat : 26496 (java) S 26467 26467 23167 0 -1 1077944384 685 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392828320112 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26497] ppid=26467 vsize=8068220 memory=6580 CPUtime=0.26 cores=1,3,5,7
/proc/26485/task/26497/stat : 26497 (java) S 26467 26467 23167 0 -1 1077944384 837 0 0 0 25 1 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392827267056 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26498] ppid=26467 vsize=8068220 memory=924 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26498/stat : 26498 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391273720160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26499] ppid=26467 vsize=8068220 memory=1168 CPUtime=1.46 cores=1,3,5,7
/proc/26485/task/26499/stat : 26499 (java) S 26467 26467 23167 0 -1 1077944384 161 0 0 0 66 80 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392826215472 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26501] ppid=26467 vsize=8068220 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26501/stat : 26501 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392818407232 140393384013593 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26503] ppid=26467 vsize=8068220 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26503/stat : 26503 (java) S 26467 26467 23167 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390736834480 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26504] ppid=26467 vsize=8068220 memory=924 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26504/stat : 26504 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390871055920 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26505] ppid=26467 vsize=8068220 memory=2192 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26505/stat : 26505 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522971 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390468410656 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
Current children cumulated CPU time: 2457.02 s
Current children cumulated vsize: 8465700 KiB
Current children cumulated memory: 439744 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/227 26997
/proc/meminfo: memFree=19144816/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1472 CPUtime=35.29 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 590 56080 0 0 0 0 3356 173 20 0 1 0 224520492 115843072 368 33554432000 4194304 5098028 140724970533312 140724970530056 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 368 311 221 0 87 0
[pid=26485] ppid=26467 vsize=8068220 memory=181324 CPUtime=4.54 cores=1,3,5,7
/proc/26485/stat : 26485 (java) S 26467 26467 23167 0 -1 1077944320 19928 0 0 0 299 155 0 0 20 0 19 0 224522773 8261857280 45331 33554432000 4194304 4196468 140722898264016 140722898246560 140393383988983 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
/proc/26485/statm: 2017055 45331 3174 1 0 1978454 0
[pid=26500] ppid=26485 vsize=284620 memory=242944 CPUtime=2477.23 cores=1,3,5,7
/proc/26500/stat : 26500 (minisat_release) R 26485 26467 23167 0 -1 4202496 1261191 0 0 0 247221 502 0 0 20 0 1 0 224522969 291450880 60736 33554432000 4194304 4308513 140726024753456 140726024750904 4264136 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 19324928 140726024758388 140726024758486 140726024758486 140726024761285 0
/proc/26500/statm: 71155 60736 341 28 0 67395 0
[pid=26485/tid=26486] ppid=26467 vsize=8068220 memory=804 CPUtime=1.97 cores=1,3,5,7
/proc/26485/task/26486/stat : 26486 (java) S 26467 26467 23167 0 -1 1077944384 15704 0 0 0 129 68 0 0 20 0 19 0 224522774 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393355829136 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26487] ppid=26467 vsize=8068220 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26487/stat : 26487 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393388231184 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26488] ppid=26467 vsize=8068220 memory=912 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26488/stat : 26488 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393221610128 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26489] ppid=26467 vsize=8068220 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26489/stat : 26489 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392867899664 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26490] ppid=26467 vsize=8068220 memory=2972 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26490/stat : 26490 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392866847120 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26491] ppid=26467 vsize=8068220 memory=2596 CPUtime=0.06 cores=1,3,5,7
/proc/26485/task/26491/stat : 26491 (java) S 26467 26467 23167 0 -1 1077944384 8 0 0 0 2 4 0 0 20 0 19 0 224522776 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392830425840 140393384000130 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26492] ppid=26467 vsize=8068220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26492/stat : 26492 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392280352416 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26493] ppid=26467 vsize=8068220 memory=3464 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26493/stat : 26493 (java) S 26467 26467 23167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392146130160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26494] ppid=26467 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26494/stat : 26494 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391771625936 140393384007579 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26495] ppid=26467 vsize=8068220 memory=181324 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26495/stat : 26495 (java) S 26467 26467 23167 0 -1 1077944384 1104 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392829372656 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26496] ppid=26467 vsize=8068220 memory=236800 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26496/stat : 26496 (java) S 26467 26467 23167 0 -1 1077944384 685 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392828320112 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26497] ppid=26467 vsize=8068220 memory=668092 CPUtime=0.26 cores=1,3,5,7
/proc/26485/task/26497/stat : 26497 (java) S 26467 26467 23167 0 -1 1077944384 837 0 0 0 25 1 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392827267056 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26498] ppid=26467 vsize=8068220 memory=-7824251494390651746 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26498/stat : 26498 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391273720160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26499] ppid=26467 vsize=8068220 memory=4872558044660077418 CPUtime=1.49 cores=1,3,5,7
/proc/26485/task/26499/stat : 26499 (java) S 26467 26467 23167 0 -1 1077944384 165 0 0 0 68 81 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392826215472 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26501] ppid=26467 vsize=8068220 memory=301741390604534054 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26501/stat : 26501 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392818407232 140393384013593 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26503] ppid=26467 vsize=8068220 memory=15262540770838158 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26503/stat : 26503 (java) S 26467 26467 23167 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390736834480 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26504] ppid=26467 vsize=8068220 memory=7599388386692169796 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26504/stat : 26504 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390871055920 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26505] ppid=26467 vsize=8068220 memory=288288857282314831 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26505/stat : 26505 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522971 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390468410656 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
Current children cumulated CPU time: 2517.06 s
Current children cumulated vsize: 8465968 KiB
Current children cumulated memory: 425740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/227 26997
/proc/meminfo: memFree=19126508/32770624 swapFree=67108688/67108860
[pid=26467] ppid=26464 vsize=113128 memory=1472 CPUtime=35.29 cores=1,3,5,7
/proc/26467/stat : 26467 (scop.sh) S 26464 26467 23167 0 -1 4202496 590 56080 0 0 0 0 3356 173 20 0 1 0 224520492 115843072 368 33554432000 4194304 5098028 140724970533312 140724970530056 140556439917180 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19800064 140724970538049 140724970538247 140724970538247 140724970541005 0
/proc/26467/statm: 28282 368 311 221 0 87 0
[pid=26485] ppid=26467 vsize=8068220 memory=181324 CPUtime=4.54 cores=1,3,5,7
/proc/26485/stat : 26485 (java) S 26467 26467 23167 0 -1 1077944320 19930 0 0 0 299 155 0 0 20 0 19 0 224522773 8261857280 45331 33554432000 4194304 4196468 140722898264016 140722898246560 140393383988983 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
/proc/26485/statm: 2017055 45331 3174 1 0 1978454 0
[pid=26500] ppid=26485 vsize=284620 memory=255232 CPUtime=2480.22 cores=1,3,5,7
/proc/26500/stat : 26500 (minisat_release) R 26485 26467 23167 0 -1 4202496 1261239 0 0 0 247520 502 0 0 20 0 1 0 224522969 291450880 63808 33554432000 4194304 4308513 140726024753456 140726024750904 4276008 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 19324928 140726024758388 140726024758486 140726024758486 140726024761285 0
/proc/26500/statm: 71155 63808 341 28 0 67395 0
[pid=26485/tid=26486] ppid=26467 vsize=8068220 memory=924 CPUtime=1.97 cores=1,3,5,7
/proc/26485/task/26486/stat : 26486 (java) S 26467 26467 23167 0 -1 1077944384 15704 0 0 0 129 68 0 0 20 0 19 0 224522774 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393355829136 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26487] ppid=26467 vsize=8068220 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26487/stat : 26487 (java) S 26467 26467 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393388231184 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26488] ppid=26467 vsize=8068220 memory=301741382048153914 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26488/stat : 26488 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140393221610128 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26489] ppid=26467 vsize=8068220 memory=13565994345960240 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26489/stat : 26489 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392867899664 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26490] ppid=26467 vsize=8068220 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26490/stat : 26490 (java) S 26467 26467 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224522775 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392866847120 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26491] ppid=26467 vsize=8068220 memory=912 CPUtime=0.06 cores=1,3,5,7
/proc/26485/task/26491/stat : 26491 (java) S 26467 26467 23167 0 -1 1077944384 8 0 0 0 2 4 0 0 20 0 19 0 224522776 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392830425840 140393384000130 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26492] ppid=26467 vsize=8068220 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26492/stat : 26492 (java) S 26467 26467 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392280352416 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26493] ppid=26467 vsize=8068220 memory=2972 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26493/stat : 26493 (java) S 26467 26467 23167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 224522777 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392146130160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26494] ppid=26467 vsize=8068220 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26494/stat : 26494 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391771625936 140393384007579 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26495] ppid=26467 vsize=8068220 memory=1408 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26495/stat : 26495 (java) S 26467 26467 23167 0 -1 1077944384 1104 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392829372656 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26496] ppid=26467 vsize=8068220 memory=3464 CPUtime=0.35 cores=1,3,5,7
/proc/26485/task/26496/stat : 26496 (java) S 26467 26467 23167 0 -1 1077944384 685 0 0 0 35 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392828320112 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26497] ppid=26467 vsize=8068220 memory=1472 CPUtime=0.26 cores=1,3,5,7
/proc/26485/task/26497/stat : 26497 (java) S 26467 26467 23167 0 -1 1077944384 837 0 0 0 25 1 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392827267056 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26498] ppid=26467 vsize=8068220 memory=181324 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26498/stat : 26498 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140391273720160 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26499] ppid=26467 vsize=8068220 memory=236800 CPUtime=1.5 cores=1,3,5,7
/proc/26485/task/26499/stat : 26499 (java) S 26467 26467 23167 0 -1 1077944384 167 0 0 0 68 82 0 0 20 0 19 0 224522780 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392826215472 140393384000130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26501] ppid=26467 vsize=8068220 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26501/stat : 26501 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140392818407232 140393384013593 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26503] ppid=26467 vsize=8068220 memory=181324 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26503/stat : 26503 (java) S 26467 26467 23167 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390736834480 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26504] ppid=26467 vsize=8068220 memory=236800 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26504/stat : 26504 (java) S 26467 26467 23167 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224522969 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390871055920 140393384010909 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
[pid=26485/tid=26505] ppid=26467 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/26485/task/26505/stat : 26505 (java) S 26467 26467 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224522971 8261857280 45331 33554432000 4194304 4196468 140722898264016 140390468410656 140393383999189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33079296 140722898265269 140722898265393 140722898265393 140722898268111 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 8465968 KiB
Current children cumulated memory: 438028 KiB

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

[startup+2505.32 s]
# the end of solver process 26467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=33.568 s, system=1.73743 s

[startup+2505.32 s]
# the end of solver process 26485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.77 s, system=8.3429 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): 2505.32
CPU time (s): 2520.11
CPU user time (s): 2511.77
CPU system time (s): 8.3429
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3403140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.77
system time used= 8.3429
maximum resident set size= 3401744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1338401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60231
involuntary context switches= 3222


# summary of solver processes directly reported to runsolver:
#   pid: 26467,26485
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2511.77
#   total CPU system time (s): 8.3429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2084 second user time and 25.0702 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 12:26:16
IDJOB=4305749
IDBENCH=141231
IDSOLVER=2783
FILE ID=node106/4305749-1534069576
RUNJOBID= node106-1534060601-23199
PBS_JOBID= 21036975
Free space on /tmp= 39652 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-robin16_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305749-1534069576/watcher-4305749-1534069576 -o /tmp/evaluation-result-4305749-1534069576/solver-4305749-1534069576 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23199 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305749-1534069576.xml

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

MD5SUM BENCH= 5947b7d603c6960c1f689b2eabbe33a0
RANDOM SEED=87627638

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20389840 kB
MemAvailable:   31583588 kB
Buffers:          125688 kB
Cached:         11214812 kB
SwapCached:            0 kB
Active:          5868764 kB
Inactive:        5846552 kB
Active(anon):     321488 kB
Inactive(anon):   105404 kB
Active(file):    5547276 kB
Inactive(file):  5741148 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8604 kB
Writeback:            12 kB
AnonPages:        381428 kB
Mapped:            63596 kB
Shmem:             49632 kB
Slab:             362200 kB
SReclaimable:     333784 kB
SUnreclaim:        28416 kB
KernelStack:        3648 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6020896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39544 MiB
End job on node106 at 2018-08-12 13:08:02