Trace number 4305595

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)UNSAT 4.62237 2.4979

General information on the benchmark

NameDubois/
Dubois-025_c18.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008505
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
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-24461-serial-file.bin HOME/instance-4305595-1534075282.xml
0.54/0.51	
0.67/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 14:01:23 CEST 2018
0.67/0.54	c PID: 24464
0.67/0.54	c IP: 172.20.3.103
0.67/0.54	c HOST: node103.alineos.net
0.67/0.55	c (0,0) Parsing Begin
1.17/0.86	c (0,0) Parsing End
1.17/0.87	c (0,0) CSP: 0 int (0 aux), 75 bool (0 aux), 50 ctr, max domain size 2
1.17/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.87	c (0,0) Constraint Name Generate Begin
1.17/0.87	c (0,0) Ctr:HOME/instance-4305595-1534075282.xml,ExtensionSupport:IntVar
1.17/0.87	c (0,0) Constraint Name Generate End
1.17/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.87	c (0,0) CSP to CSPinCNF Begin
1.74/1.11	c (0,0) translated 5 (10%) constraints
1.74/1.16	c (0,0) translated 10 (20%) constraints
1.98/1.21	c (0,0) translated 15 (30%) constraints
1.98/1.27	c (0,0) translated 20 (40%) constraints
1.98/1.27	c (0,0) translated 25 (50%) constraints
2.28/1.30	c (0,0) translated 30 (60%) constraints
2.28/1.32	c (0,0) translated 35 (70%) constraints
2.28/1.35	c (0,0) translated 40 (80%) constraints
2.28/1.36	c (0,0) translated 45 (90%) constraints
2.28/1.37	c (0,0) translated 50 (100%) constraints
2.57/1.41	c (0,0) STATISTICS1:HOME/instance-4305595-1534075282.xml,ExtensionSupport:IntVar,275,950,-1,2,3,1,,2:2500,3:650;2:300,1:2500;0:50,
2.57/1.41	c (0,0) ==========================================
2.57/1.41	c (0,0) Both Encoding selects:
2.57/1.41	c (0,0) Order
2.57/1.41	c (0,0) ==========================================
2.57/1.43	c (0,0) translated 95 (10%) constraints
2.57/1.44	c (0,0) translated 190 (20%) constraints
2.57/1.44	c (0,0) translated 285 (30%) constraints
2.57/1.45	c (0,0) translated 380 (40%) constraints
2.57/1.45	c (0,0) translated 475 (50%) constraints
2.57/1.46	c (0,0) translated 570 (60%) constraints
2.57/1.46	c (0,0) translated 665 (70%) constraints
2.57/1.47	c (0,0) translated 760 (80%) constraints
2.57/1.47	c (0,0) translated 855 (90%) constraints
2.57/1.48	c (0,0) translated 950 (100%) constraints
2.57/1.48	c (0,0) CSP to CSPinCNF End
2.57/1.48	c (0,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.57/1.48	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.57/1.48	c (0,0) CSPinCNF Propagation Begin
2.90/1.52	c (1,0) 0 values, 50 unsatisfiable literals, and 0 valid clauses are removed
2.90/1.52	c (1,0) CSPinCNF Propagation End
2.90/1.52	c (1,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.90/1.52	c (1,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.90/1.52	c (1,0) Simplify CSPinCNF Begin
2.90/1.53	c (1,1) Simplify CSPinCNF End
2.90/1.53	c (1,1) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.90/1.53	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.90/1.53	c (1,1) Calculate Precise Domain Begin
2.90/1.53	c (1,1) 0 values are removed by re-calculation
2.90/1.53	c (1,1) Calculate Precise Domain End
2.90/1.53	c (1,1) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.90/1.53	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.90/1.53	c (1,1) CSPinCNF to SatSolver Begin
2.90/1.56	c (1,1) 95 (10 %) CSP clauses are encoded (275 SAT variables, 94 SAT clauses)
2.90/1.57	c (1,1) 190 (20 %) CSP clauses are encoded (275 SAT variables, 189 SAT clauses)
2.90/1.58	c (1,1) 285 (30 %) CSP clauses are encoded (275 SAT variables, 284 SAT clauses)
2.90/1.58	c (1,1) 380 (40 %) CSP clauses are encoded (275 SAT variables, 379 SAT clauses)
2.90/1.58	c (1,1) 475 (50 %) CSP clauses are encoded (275 SAT variables, 474 SAT clauses)
2.90/1.59	c (1,1) 570 (60 %) CSP clauses are encoded (275 SAT variables, 569 SAT clauses)
2.90/1.59	c (1,1) 665 (70 %) CSP clauses are encoded (275 SAT variables, 664 SAT clauses)
2.90/1.60	c (1,1) 760 (80 %) CSP clauses are encoded (275 SAT variables, 759 SAT clauses)
2.90/1.60	c (1,1) 855 (90 %) CSP clauses are encoded (275 SAT variables, 854 SAT clauses)
3.23/1.60	c (1,1) 950 (100 %) CSP clauses are encoded (275 SAT variables, 949 SAT clauses)
3.23/1.60	c (1,1) Launch Command will be: minisat_release
3.23/1.60	c (1,1) CSPinCNF to SatSolver End
3.23/1.60	c (1,1) Heap : 168 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.23/1.61	c (1,1) STATISTICS2:HOME/instance-4305595-1534075282.xml,ExtensionSupport:IntVar,275,950,-1,2,3,1,,2:2500,3:600;2:350,1:2500,
3.23/1.61	c (1,1) 275 bool, 950 clause
3.23/1.61	c (1,1) Export Begin
3.43/1.70	c (1,1) Export to HOME/scop-24461-serial-file.bin
3.43/1.70	c (1,1) Export End
3.43/1.70	c (1,1) Export File Size: 0.02 MB
3.43/1.70	c (1,1) 0,0,0,1,1,1,1,STOP-AFTER(DIMACS)
3.43/1.70	c END-Prog: Sun Aug 12 14:01:24 CEST 2018
3.43/1.71	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-24461-serial-file.bin
4.07/2.20	c (0,0) Read Serial File Begin
4.07/2.20	c (0,0) HOME/scop-24461-serial-file.bin
4.23/2.37	c (0,0) Read Serial File End
4.23/2.38	
4.23/2.38	scop order+minisat_release (2018-07-31)
4.23/2.39	(Solving Process)
4.23/2.39	
4.39/2.41	c BEGIN-Prog: Sun Aug 12 14:01:25 CEST 2018
4.39/2.41	c PID: 24479
4.39/2.41	c IP: 172.20.3.103
4.39/2.41	c HOST: node103.alineos.net
4.39/2.41	c (0,0) SatSolver.solve Begin
4.39/2.41	c (0,0) 0 bool, 0 clause
4.39/2.41	c (0,0) minisat_release HOME/instance-4305595-1534075282.xml-scop-24464.cnf
4.39/2.44	c (0,0) c This is COMiniSatPS.
4.39/2.44	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.39/2.44	c (0,0) c ============================[ Problem Statistics ]=============================
4.39/2.44	c (0,0) c |                                                                             |
4.39/2.44	c (0,0) c |  Number of variables:           275                                         |
4.39/2.44	c (0,0) c |  Number of clauses:             950                                         |
4.39/2.44	c (0,0) c |  Parse time:                   0.00 s                                       |
4.39/2.44	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.39/2.44	c (0,0) c |  Simplification time:          0.00 s                                       |
4.39/2.44	c (0,0) c |                                                                             |
4.39/2.44	c (0,0) c ===============================================================================
4.39/2.44	c (0,0) c Solved by simplification
4.39/2.44	c (0,0) c restarts              : 0
4.39/2.44	c (0,0) c conflicts             : 0              (0 /sec)
4.39/2.44	c (0,0) c decisions             : 0              (-nan % random) (0 /sec)
4.39/2.44	c (0,0) c propagations          : 0              (0 /sec)
4.39/2.44	c (0,0) c conflict literals     : 0              (-nan % deleted)
4.39/2.44	c (0,0) c CPU time              : 0.003814 s
4.39/2.44	c (0,0) 
4.39/2.44	c (0,0) s UNSATISFIABLE
4.39/2.48	c (0,0) SatSolver.solve End
4.39/2.48	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.39/2.48	c (0,0) Show results Begin
4.39/2.48	s UNSATISFIABLE
4.39/2.48	c (0,0) Show results End
4.39/2.48	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.39/2.49	c (0,0) 0,0,STOP-AFTER(ALL)
4.39/2.49	c END-Prog: Sun Aug 12 14:01:25 CEST 2018

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 (8032 MiB free)
  memory of node 1: 16384 MiB (8593 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305595-1534075282/watcher-4305595-1534075282 -o /tmp/evaluation-result-4305595-1534075282/solver-4305595-1534075282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20637 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305595-1534075282.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=24461, runsolver pid=24458


[startup+0.100138 s]*
/proc/loadavg: 2.62 2.29 2.15 4/224 24478
/proc/meminfo: memFree=16964400/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0
[pid=24464] ppid=24461 vsize=15012476 memory=75140 CPUtime=0.11 cores=0,2,4,6
/proc/24464/stat : 24464 (java) S 24461 24461 20606 0 -1 1077944320 6342 0 0 0 9 2 0 0 20 0 15 0 225091432 15372775424 18719 33554432000 4194304 4196468 140720527624640 140720527607184 139837650169591 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
/proc/24464/statm: 3753119 18719 2770 1 0 3715579 0
[pid=24464/tid=24465] ppid=24461 vsize=15012476 memory=-6078870780940435399 CPUtime=0.09 cores=0,2,4,6
/proc/24464/task/24465/stat : 24465 (java) R 24461 24461 20606 0 -1 4202560 4474 0 0 0 7 2 0 0 20 0 15 0 225091432 15372775424 18785 33554432000 4194304 4196468 140720527624640 139837621981576 139837630445340 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24466] ppid=24461 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 18785 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 18785 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 18785 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 18785 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091435 15372775424 18785 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 18851 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) S 24461 24461 20606 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836988664688 139837650180738 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836987611888 139837650180738 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0.01 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) S 24461 24461 20606 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 225091438 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836986559088 139837650180738 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 18851 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 18851 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 76532 KiB

[startup+0.210739 s]*
/proc/loadavg: 2.62 2.29 2.15 3/224 24478
/proc/meminfo: memFree=16950768/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0
[pid=24464] ppid=24461 vsize=15012476 memory=86636 CPUtime=0.25 cores=0,2,4,6
/proc/24464/stat : 24464 (java) S 24461 24461 20606 0 -1 1077944320 9501 0 0 0 22 3 0 0 20 0 15 0 225091432 15372775424 21659 33554432000 4194304 4196468 140720527624640 140720527607184 139837650169591 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
/proc/24464/statm: 3753119 21659 2906 1 0 3715579 0
[pid=24464/tid=24465] ppid=24461 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/24464/task/24465/stat : 24465 (java) R 24461 24461 20606 0 -1 4202560 7404 0 0 0 17 2 0 0 20 0 15 0 225091432 15372775424 21659 33554432000 4194304 4196468 140720527624640 139837621993376 139837650181526 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24466] ppid=24461 vsize=15012476 memory=545 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 21659 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15012476 memory=140435206674018 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 21659 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 21659 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 21659 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091435 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 21659 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) R 24461 24461 20606 0 -1 4202560 322 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836988664688 139837629332752 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) R 24461 24461 20606 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836987611888 139837628037408 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15012476 memory=140435205510784 CPUtime=0.03 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) R 24461 24461 20606 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 225091438 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836986559088 139837650180738 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 21659 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) R 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 21659 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88028 KiB

[startup+0.310795 s]*
/proc/loadavg: 2.62 2.29 2.15 3/224 24478
/proc/meminfo: memFree=16947232/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0
[pid=24464] ppid=24461 vsize=15012476 memory=90168 CPUtime=0.43 cores=0,2,4,6
/proc/24464/stat : 24464 (java) S 24461 24461 20606 0 -1 1077944320 10040 0 0 0 39 4 0 0 20 0 15 0 225091432 15372775424 22542 33554432000 4194304 4196468 140720527624640 140720527607184 139837650169591 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
/proc/24464/statm: 3753119 22542 2977 1 0 3715579 0
[pid=24464/tid=24465] ppid=24461 vsize=15012476 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/24464/task/24465/stat : 24465 (java) R 24461 24461 20606 0 -1 4202560 7784 0 0 0 27 3 0 0 20 0 15 0 225091432 15372775424 22542 33554432000 4194304 4196468 140720527624640 139837621964592 139837634250078 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24466] ppid=24461 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 22542 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 22542 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 22542 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15372775424 22542 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091435 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15012476 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15372775424 22542 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) R 24461 24461 20606 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 225091438 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836988664784 139837627804240 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) R 24461 24461 20606 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 225091438 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836987611888 139837650180738 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) R 24461 24461 20606 0 -1 4202560 309 0 0 0 7 0 0 0 20 0 15 0 225091438 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836986559088 139837628931500 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 22542 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15012476 memory=3617014130905522225 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091439 15372775424 22542 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91560 KiB

[startup+0.700821 s]
/proc/loadavg: 2.62 2.29 2.15 3/224 24478
/proc/meminfo: memFree=16922528/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0
[pid=24464] ppid=24461 vsize=15020872 memory=129928 CPUtime=1 cores=0,2,4,6
/proc/24464/stat : 24464 (java) S 24461 24461 20606 0 -1 1077944320 17084 0 0 0 94 6 0 0 20 0 15 0 225091432 15381372928 32482 33554432000 4194304 4196468 140720527624640 140720527607184 139837650169591 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
/proc/24464/statm: 3755218 32482 3161 1 0 3716603 0
[pid=24464/tid=24465] ppid=24461 vsize=15020872 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/24464/task/24465/stat : 24465 (java) R 24461 24461 20606 0 -1 4202560 14418 0 0 0 63 4 0 0 20 0 15 0 225091432 15381372928 32482 33554432000 4194304 4196468 140720527624640 139837622005984 139837634250078 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24466] ppid=24461 vsize=15020872 memory=288230377057956186 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15381372928 32482 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15020872 memory=14408211646139281 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15381372928 32482 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15381372928 32482 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15381372928 32482 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225091435 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15381372928 32482 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15020872 memory=280870191628528 CPUtime=0.09 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) S 24461 24461 20606 0 -1 1077944384 614 0 0 0 9 0 0 0 20 0 15 0 225091438 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836988664688 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15020872 memory=6942133144549615185 CPUtime=0.06 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) S 24461 24461 20606 0 -1 1077944384 315 0 0 0 6 0 0 0 20 0 15 0 225091438 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836987611888 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15020872 memory=7378705338933264492 CPUtime=0.15 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) S 24461 24461 20606 0 -1 1077944384 404 0 0 0 15 0 0 0 20 0 15 0 225091438 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836986559088 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15020872 memory=7649399384315278386 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15381372928 32482 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091439 15381372928 32482 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131320 KiB

[startup+1.50267 s]
/proc/loadavg: 2.57 2.28 2.15 3/224 24478
/proc/meminfo: memFree=16894116/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0

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

/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15385567232 44666 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15385567232 44666 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15385567232 44666 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15385567232 44666 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225091435 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15024968 memory=22 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15385567232 44666 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15024968 memory=21 CPUtime=0.36 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) R 24461 24461 20606 0 -1 4202560 798 0 0 0 35 1 0 0 20 0 15 0 225091438 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836988646032 139837633580607 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15024968 memory=54 CPUtime=0.36 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) R 24461 24461 20606 0 -1 4202560 781 0 0 0 35 1 0 0 20 0 15 0 225091438 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836987593120 139837633665795 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15024968 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) R 24461 24461 20606 0 -1 1077944384 2545 0 0 0 67 1 0 0 20 0 15 0 225091438 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836986559088 139837650180738 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15385567232 44666 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15024968 memory=2698 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15385567232 44666 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 180056 KiB

[startup+2.49786 s]
# the end of solver process 24461 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.42677 s, system=0.195596 s

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

[startup+1.60328 s]
/proc/loadavg: 2.57 2.28 2.15 3/224 24478
/proc/meminfo: memFree=16894116/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225091432 115843072 348 33554432000 4194304 5098028 140733998197568 140733998194824 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 348 296 221 0 87 0
[pid=24464] ppid=24461 vsize=15027084 memory=189464 CPUtime=3.23 cores=0,2,4,6
/proc/24464/stat : 24464 (java) S 24461 24461 20606 0 -1 1077944320 21746 0 0 0 313 10 0 0 20 0 15 0 225091432 15387734016 47366 33554432000 4194304 4196468 140720527624640 140720527607184 139837650169591 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
/proc/24464/statm: 3756771 47366 3201 1 0 3717627 0
[pid=24464/tid=24465] ppid=24461 vsize=15027084 memory=1948 CPUtime=1.57 cores=0,2,4,6
/proc/24464/task/24465/stat : 24465 (java) R 24461 24461 20606 0 -1 4202560 15885 0 0 0 151 6 0 0 20 0 15 0 225091432 15387734016 47366 33554432000 4194304 4196468 140720527624640 139837622000272 139837650181526 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24466] ppid=24461 vsize=15027084 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24466/stat : 24466 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15387734016 47366 33554432000 4194304 4196468 140720527624640 139837654412432 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24467] ppid=24461 vsize=15027084 memory=976 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24467/stat : 24467 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15387734016 47366 33554432000 4194304 4196468 140720527624640 139837430115344 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24468] ppid=24461 vsize=15027084 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24468/stat : 24468 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091434 15387734016 47366 33554432000 4194304 4196468 140720527624640 139837429062544 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24469] ppid=24461 vsize=15027084 memory=1024 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24469/stat : 24469 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091434 15387734016 47366 33554432000 4194304 4196468 140720527624640 139837428009744 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24470] ppid=24461 vsize=15027084 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24470/stat : 24470 (java) S 24461 24461 20606 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225091435 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836989716848 139837650180738 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24471] ppid=24461 vsize=15027084 memory=2076 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24471/stat : 24471 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091436 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836249859104 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24472] ppid=24461 vsize=15027084 memory=9004 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24472/stat : 24472 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091436 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836014977904 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24473] ppid=24461 vsize=15027084 memory=768 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24473/stat : 24473 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091438 15387734016 47366 33554432000 4194304 4196468 140720527624640 139835640469328 139837650188187 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24474] ppid=24461 vsize=15027084 memory=736 CPUtime=0.44 cores=0,2,4,6
/proc/24464/task/24474/stat : 24474 (java) R 24461 24461 20606 0 -1 1077944384 1021 0 0 0 43 1 0 0 20 0 15 0 225091438 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836988664688 139837650180738 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24475] ppid=24461 vsize=15027084 memory=1520 CPUtime=0.45 cores=0,2,4,6
/proc/24464/task/24475/stat : 24475 (java) R 24461 24461 20606 0 -1 4202560 836 0 0 0 44 1 0 0 20 0 15 0 225091438 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836987611888 139837650181526 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24476] ppid=24461 vsize=15027084 memory=1708 CPUtime=0.74 cores=0,2,4,6
/proc/24464/task/24476/stat : 24476 (java) R 24461 24461 20606 0 -1 4202560 2667 0 0 0 73 1 0 0 20 0 15 0 225091438 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836986554816 139837650190938 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24477] ppid=24461 vsize=15027084 memory=5116 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24477/stat : 24477 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15387734016 47366 33554432000 4194304 4196468 140720527624640 139835142564576 139837650179797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
[pid=24464/tid=24478] ppid=24461 vsize=15027084 memory=33 CPUtime=0 cores=0,2,4,6
/proc/24464/task/24478/stat : 24478 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091439 15387734016 47366 33554432000 4194304 4196468 140720527624640 139836985506480 139837650180738 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14753792 140720527627271 140720527627569 140720527627569 140720527630287 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 190856 KiB

[startup+2.00036 s]*
/proc/loadavg: 2.57 2.28 2.15 3/224 24493
/proc/meminfo: memFree=16972404/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1468 CPUtime=3.44 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 590 22717 0 0 0 0 333 11 20 0 1 0 225091432 115843072 367 33554432000 4194304 5098028 140733998197568 140733998194312 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 367 311 221 0 87 0
[pid=24479] ppid=24461 vsize=7404280 memory=65424 CPUtime=0.4 cores=0,2,4,6
/proc/24479/stat : 24479 (java) S 24461 24461 20606 0 -1 1077944320 10369 0 0 0 37 3 0 0 20 0 15 0 225091603 7581982720 16356 33554432000 4194304 4196468 140731544919920 140731544902464 139904741633783 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
/proc/24479/statm: 1851070 16356 2997 1 0 1813530 0
[pid=24479/tid=24480] ppid=24461 vsize=7404280 memory=4026532046 CPUtime=0.27 cores=0,2,4,6
/proc/24479/task/24480/stat : 24480 (java) R 24461 24461 20606 0 -1 4202560 8113 0 0 0 25 2 0 0 20 0 15 0 225091604 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904713451152 139904721909000 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24481] ppid=24461 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24481/stat : 24481 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091605 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904745875728 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24482] ppid=24461 vsize=7404280 memory=140435205847170 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24482/stat : 24482 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091605 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904546044304 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24483] ppid=24461 vsize=7404280 memory=7305218272153855334 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24483/stat : 24483 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091605 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904544991760 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24484] ppid=24461 vsize=7404280 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24484/stat : 24484 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091605 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904543939216 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24485] ppid=24461 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24485/stat : 24485 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091606 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904121002480 139904741644930 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24486] ppid=24461 vsize=7404280 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24486/stat : 24486 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091607 7581982720 16356 33554432000 4194304 4196468 140731544919920 139903593604512 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24487] ppid=24461 vsize=7404280 memory=-6804530833007812508 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24487/stat : 24487 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091607 7581982720 16356 33554432000 4194304 4196468 140731544919920 139903325169136 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24488] ppid=24461 vsize=7404280 memory=7751995073768813331 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24488/stat : 24488 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091609 7581982720 16356 33554432000 4194304 4196468 140731544919920 139902950660816 139904741652379 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24489] ppid=24461 vsize=7404280 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24479/task/24489/stat : 24489 (java) S 24461 24461 20606 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 225091609 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904119949296 139904741644930 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24490] ppid=24461 vsize=7404280 memory=3184097920075968559 CPUtime=0.02 cores=0,2,4,6
/proc/24479/task/24490/stat : 24490 (java) S 24461 24461 20606 0 -1 1077944384 315 0 0 0 2 0 0 0 20 0 15 0 225091609 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904118896752 139904741644930 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24491] ppid=24461 vsize=7404280 memory=3472468731432928944 CPUtime=0.07 cores=0,2,4,6
/proc/24479/task/24491/stat : 24491 (java) S 24461 24461 20606 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 225091609 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904117844208 139904741644930 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24492] ppid=24461 vsize=7404280 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24492/stat : 24492 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091610 7581982720 16356 33554432000 4194304 4196468 140731544919920 139902452755040 139904741643989 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24493] ppid=24461 vsize=7404280 memory=8031868845533956529 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24493/stat : 24493 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091610 7581982720 16356 33554432000 4194304 4196468 140731544919920 139904116792112 139904741644930 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 66892 KiB

[startup+2.4007 s]
/proc/loadavg: 2.57 2.28 2.15 3/224 24493
/proc/meminfo: memFree=16972404/32770624 swapFree=67058748/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1468 CPUtime=3.44 cores=0,2,4,6
/proc/24461/stat : 24461 (scop.sh) S 24458 24461 20606 0 -1 4202496 590 22717 0 0 0 0 333 11 20 0 1 0 225091432 115843072 367 33554432000 4194304 5098028 140733998197568 140733998194312 140559801193084 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9474048 140733998203969 140733998204167 140733998204167 140733998206925 0
/proc/24461/statm: 28282 367 311 221 0 87 0
[pid=24479] ppid=24461 vsize=7408432 memory=100792 CPUtime=0.95 cores=0,2,4,6
/proc/24479/stat : 24479 (java) S 24461 24461 20606 0 -1 1077944320 16923 0 0 0 89 6 0 0 20 0 15 0 225091603 7586234368 25198 33554432000 4194304 4196468 140731544919920 140731544902464 139904741633783 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
/proc/24479/statm: 1852108 25198 3058 1 0 1814042 0
[pid=24479/tid=24480] ppid=24461 vsize=7408432 memory=6791534058613427641 CPUtime=0.66 cores=0,2,4,6
/proc/24479/task/24480/stat : 24480 (java) R 24461 24461 20606 0 -1 4202560 14468 0 0 0 61 5 0 0 20 0 15 0 225091604 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904713460000 139904741655709 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24481] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24481/stat : 24481 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091605 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904745875728 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24482] ppid=24461 vsize=7408432 memory=3388 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24482/stat : 24482 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091605 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904546044304 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24483] ppid=24461 vsize=7408432 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24483/stat : 24483 (java) S 24461 24461 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091605 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904544991760 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24484] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24484/stat : 24484 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091605 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904543939216 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24485] ppid=24461 vsize=7408432 memory=280870192175424 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24485/stat : 24485 (java) S 24461 24461 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225091606 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904121002480 139904741644930 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24486] ppid=24461 vsize=7408432 memory=3184238355172079216 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24486/stat : 24486 (java) S 24461 24461 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091607 7586234368 25198 33554432000 4194304 4196468 140731544919920 139903593604512 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24487] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24487/stat : 24487 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091607 7586234368 25198 33554432000 4194304 4196468 140731544919920 139903325169136 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24488] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24488/stat : 24488 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091609 7586234368 25198 33554432000 4194304 4196468 140731544919920 139902950660816 139904741652379 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24489] ppid=24461 vsize=7408432 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/24479/task/24489/stat : 24489 (java) S 24461 24461 20606 0 -1 1077944384 313 0 0 0 5 0 0 0 20 0 15 0 225091609 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904119949296 139904741644930 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24490] ppid=24461 vsize=7408432 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/24479/task/24490/stat : 24490 (java) S 24461 24461 20606 0 -1 1077944384 343 0 0 0 5 0 0 0 20 0 15 0 225091609 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904118896752 139904741644930 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24491] ppid=24461 vsize=7408432 memory=9126232286719478932 CPUtime=0.16 cores=0,2,4,6
/proc/24479/task/24491/stat : 24491 (java) S 24461 24461 20606 0 -1 1077944384 463 0 0 0 16 0 0 0 20 0 15 0 225091609 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904117844208 139904741644930 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24492] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24492/stat : 24492 (java) S 24461 24461 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091610 7586234368 25198 33554432000 4194304 4196468 140731544919920 139902452755040 139904741643989 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
[pid=24479/tid=24493] ppid=24461 vsize=7408432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24479/task/24493/stat : 24493 (java) S 24461 24461 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091610 7586234368 25198 33554432000 4194304 4196468 140731544919920 139904116792112 139904741644930 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15585280 140731544921269 140731544921393 140731544921393 140731544924111 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 102260 KiB

Child status: 0
Real time (s): 2.4979
CPU time (s): 4.62237
CPU user time (s): 4.42677
CPU system time (s): 0.195596
CPU usage (%): 185.05
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 199404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.42678
system time used= 0.195596
maximum resident set size= 200516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4975
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 24461
#   total CPU time (s): 4.62237
#   total CPU user time (s): 4.42677
#   total CPU system time (s): 0.195596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032455 second user time and 0.078965 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 14:01:22
IDJOB=4305595
IDBENCH=141409
IDSOLVER=2783
FILE ID=node103/4305595-1534075282
RUNJOBID= node103-1534064938-20637
PBS_JOBID= 21036991
Free space on /tmp= 34676 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-025_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-4305595-1534075282/watcher-4305595-1534075282 -o /tmp/evaluation-result-4305595-1534075282/solver-4305595-1534075282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20637 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305595-1534075282.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=635136190

node103.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.48
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.48
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.48
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.48
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:        17025772 kB
MemAvailable:   31788720 kB
Buffers:          121204 kB
Cached:         14785100 kB
SwapCached:         5820 kB
Active:          7660748 kB
Inactive:        7414348 kB
Active(anon):     160432 kB
Inactive(anon):    60092 kB
Active(file):    7500316 kB
Inactive(file):  7354256 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058748 kB
Dirty:              8412 kB
Writeback:             0 kB
AnonPages:        185728 kB
Mapped:            61956 kB
Shmem:             48616 kB
Slab:             365916 kB
SReclaimable:     336836 kB
SUnreclaim:        29080 kB
KernelStack:        3952 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5870284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34668 MiB
End job on node103 at 2018-08-12 14:01:25