Trace number 4387800

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
Fun-sCOP order+GlueMiniSat (2019-06-15)? (TO) 2528.43 985.049

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-29.xml
MD5SUM91ee56688d10982c4440a8b03ad88e11
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 benchmark9.38861
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree109
Maximum variable degree120
Distribution of variable degrees[{"degree":109,"count":1},{"degree":110,"count":1},{"degree":111,"count":1},{"degree":112,"count":4},{"degree":113,"count":2},{"degree":114,"count":5},{"degree":116,"count":4},{"degree":117,"count":1},{"degree":119,"count":1},{"degree":120,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-10110-serial-file.bin HOME/instance-4387800-1568290498.xml
0.65/0.53	
0.65/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Thu Sep 12 14:14:20 CEST 2019
0.65/0.56	c PID: 10113
0.65/0.56	c IP: 172.20.3.150
0.65/0.56	c HOST: node150.alineos.net
0.65/0.56	c (0,0) Parsing Begin
2.52/1.30	c (0,0) Parsing End
2.52/1.31	c (0,0) CSP: 0 int (0 aux), 21 bool (0 aux), 133 ctr, max domain size 2
2.52/1.31	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.52/1.31	c (0,0) Constraint Name Generate Begin
2.52/1.31	c (0,0) Ctr:HOME/instance-4387800-1568290498.xml,ExtensionSupport:Var
2.52/1.31	c (0,0) Constraint Name Generate End
2.52/1.31	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.52/1.31	c (0,0) CSP to CSPinCNF Begin
104.79/80.87	c (80,75) translated 14 (10%) constraints
189.66/154.11	c (153,144) translated 27 (20%) constraints
274.12/227.45	c (226,214) translated 40 (30%) constraints
366.27/306.51	c (305,288) translated 54 (40%) constraints
454.12/385.11	c (384,358) translated 67 (50%) constraints
1920.44/814.21	c (813,427) translated 80 (60%) constraints
2520.18/982.82	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.18/982.83	c (scop.sh) Killing background jobs.

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387800-1568290498/watcher-4387800-1568290498 -o /tmp/evaluation-result-4387800-1568290498/solver-4387800-1568290498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568287240-8654 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387800-1568290498.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=10110, runsolver pid=10107

[startup+0.100494 s]*
/proc/loadavg: 1.84 1.84 1.94 3/229 10127
/proc/meminfo: memFree=10438364/32770624 swapFree=67037524/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (scop.sh) S 10107 10110 7440 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405322485 115843072 349 33554432000 4194304 5098028 140728980593152 140728980590408 139858630066812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10076160 140728980599592 140728980599920 140728980599920 140728980602829 0
/proc/10110/statm: 28282 349 296 221 0 87 0
[pid=10113] ppid=10110 vsize=15012696 memory=72668 CPUtime=0.11 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10110 10110 7440 0 -1 1077944320 6414 0 0 0 10 1 0 0 20 0 15 0 405322485 15373000704 18167 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3753174 18167 2937 1 0 3715579 0
[pid=10113/tid=10114] ppid=10110 vsize=15012696 memory=-6601833317647732518 CPUtime=0.08 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) R 10110 10110 7440 0 -1 4202560 4267 0 0 0 7 1 0 0 20 0 15 0 405322486 15373000704 18233 33554432000 4194304 4196468 140724751717408 140320118569704 140320146797725 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10110 vsize=15012696 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 18233 33554432000 4194304 4196468 140724751717408 140320151018512 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319942102160 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319941049104 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319939996560 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319116953840 140320146786946 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10110 10110 7440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 18233 33554432000 4194304 4196468 140724751717408 140318729036960 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 18233 33554432000 4194304 4196468 140724751717408 140318460601072 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140318086092752 140320146794395 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10110 10110 7440 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319115901680 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10110 10110 7440 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319114849136 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0.01 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) R 10110 10110 7440 0 -1 4202560 402 0 0 0 1 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319113793016 140320128003441 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 18233 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74064 KiB

[startup+0.210994 s]*
/proc/loadavg: 1.84 1.84 1.94 3/229 10127
/proc/meminfo: memFree=10420128/32770624 swapFree=67037524/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (scop.sh) S 10107 10110 7440 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405322485 115843072 349 33554432000 4194304 5098028 140728980593152 140728980590408 139858630066812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10076160 140728980599592 140728980599920 140728980599920 140728980602829 0
/proc/10110/statm: 28282 349 296 221 0 87 0
[pid=10113] ppid=10110 vsize=15012696 memory=88040 CPUtime=0.25 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10110 10110 7440 0 -1 1077944320 11564 0 0 0 22 3 0 0 20 0 15 0 405322485 15373000704 22010 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3753174 22010 2943 1 0 3715579 0
[pid=10113/tid=10114] ppid=10110 vsize=15012696 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) R 10110 10110 7440 0 -1 4202560 9343 0 0 0 17 3 0 0 20 0 15 0 405322486 15373000704 22010 33554432000 4194304 4196468 140724751717408 140320118575184 140320130856286 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10110 vsize=15012696 memory=13574 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 22010 33554432000 4194304 4196468 140724751717408 140320151018512 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10110 vsize=15012696 memory=3688924028637693600 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319942102160 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319941049104 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319939996560 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319116953840 140320146786946 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10110 10110 7440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 22010 33554432000 4194304 4196468 140724751717408 140318729036960 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 22010 33554432000 4194304 4196468 140724751717408 140318460601072 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140318086092752 140320146794395 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10110 10110 7440 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319115901680 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10110 10110 7440 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319114849136 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10110 vsize=15012696 memory=140375794009728 CPUtime=0.03 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10110 10110 7440 0 -1 1077944384 412 0 0 0 3 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319113796080 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10110 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 22010 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 89436 KiB

[startup+0.310783 s]*
/proc/loadavg: 1.84 1.84 1.94 4/229 10127
/proc/meminfo: memFree=10416828/32770624 swapFree=67037524/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (scop.sh) S 10107 10110 7440 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405322485 115843072 349 33554432000 4194304 5098028 140728980593152 140728980590408 139858630066812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10076160 140728980599592 140728980599920 140728980599920 140728980602829 0
/proc/10110/statm: 28282 349 296 221 0 87 0
[pid=10113] ppid=10110 vsize=15012696 memory=92008 CPUtime=0.43 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10110 10110 7440 0 -1 1077944320 12536 0 0 0 39 4 0 0 20 0 15 0 405322485 15373000704 23002 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3753174 23002 3053 1 0 3715579 0
[pid=10113/tid=10114] ppid=10110 vsize=15012696 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) R 10110 10110 7440 0 -1 4202560 10110 0 0 0 26 3 0 0 20 0 15 0 405322486 15373000704 23002 33554432000 4194304 4196468 140724751717408 140320118579024 140320127051680 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10110 vsize=15012696 memory=13917 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 23002 33554432000 4194304 4196468 140724751717408 140320151018512 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10110 vsize=15012696 memory=2944129 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319942102160 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319941049104 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319939996560 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319116953840 140320146786946 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10110 10110 7440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 23002 33554432000 4194304 4196468 140724751717408 140318729036960 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322489 15373000704 23002 33554432000 4194304 4196468 140724751717408 140318460601072 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140318086092752 140320146794395 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10110 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10110 10110 7440 0 -1 1077944384 431 0 0 0 2 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319115901680 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10110 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10110 10110 7440 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319114849136 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10110 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10110 10110 7440 0 -1 1077944384 455 0 0 0 7 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319113796080 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10110 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322492 15373000704 23002 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 93404 KiB

[startup+0.700768 s]
/proc/loadavg: 1.84 1.84 1.94 6/229 10127
/proc/meminfo: memFree=10366364/32770624 swapFree=67037524/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (scop.sh) S 10107 10110 7440 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405322485 115843072 349 33554432000 4194304 5098028 140728980593152 140728980590408 139858630066812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10076160 140728980599592 140728980599920 140728980599920 140728980602829 0
/proc/10110/statm: 28282 349 296 221 0 87 0
[pid=10113] ppid=10110 vsize=15018968 memory=129536 CPUtime=0.98 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10110 10110 7440 0 -1 1077944320 19602 0 0 0 93 5 0 0 20 0 15 0 405322485 15379423232 32384 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3754742 32384 3182 1 0 3716091 0
[pid=10113/tid=10114] ppid=10110 vsize=15018968 memory=13240 CPUtime=0.67 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) R 10110 10110 7440 0 -1 4202560 16664 0 0 0 63 4 0 0 20 0 15 0 405322486 15379423232 32384 33554432000 4194304 4196468 140724751717408 140320118611840 140320146797725 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10110 vsize=15018968 memory=500 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15379423232 32384 33554432000 4194304 4196468 140724751717408 140320151018512 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10110 vsize=15018968 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322487 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319942102160 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10110 vsize=15018968 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319941049104 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10110 vsize=15018968 memory=924 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) S 10110 10110 7440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405322487 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319939996560 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10110 vsize=15018968 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10110 10110 7440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405322489 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319116953840 140320146786946 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10110 vsize=15018968 memory=2064 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10110 10110 7440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405322489 15379423232 32384 33554432000 4194304 4196468 140724751717408 140318729036960 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10110 vsize=15018968 memory=2876 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322489 15379423232 32384 33554432000 4194304 4196468 140724751717408 140318460601072 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10110 vsize=15018968 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140318086092752 140320146794395 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10110 vsize=15018968 memory=892 CPUtime=0.08 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) R 10110 10110 7440 0 -1 4202560 630 0 0 0 8 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319115901680 140320130678898 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10110 vsize=15018968 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10110 10110 7440 0 -1 1077944384 424 0 0 0 7 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319114849136 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10110 vsize=15018968 memory=111632 CPUtime=0.14 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10110 10110 7440 0 -1 1077944384 549 0 0 0 14 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319113796080 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10110 vsize=15018968 memory=804 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10110 vsize=15018968 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10110 10110 7440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405322492 15379423232 32384 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 130932 KiB

[startup+1.50081 s]
/proc/loadavg: 2.25 1.93 1.96 5/229 10127
/proc/meminfo: memFree=10134880/32770624 swapFree=67037524/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10110/stat : 10110 (scop.sh) S 10107 10110 7440 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405322485 115843072 349 33554432000 4194304 5098028 140728980593152 140728980590408 139858630066812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10076160 140728980599592 140728980599920 140728980599920 140728980602829 0
/proc/10110/statm: 28282 349 296 221 0 87 0

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

/proc/10113/task/10117/stat : 10117 (java) R 10110 10110 7440 0 -1 4202560 3116805 0 0 0 50885 550 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319941049304 140320128372257 0 4 2 25189581 0 0 0 -1 7 0 0 487 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10110 vsize=15025188 memory=2676 CPUtime=514.04 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) R 10110 10110 7440 0 -1 4202560 2109133 0 0 0 50926 478 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319939996448 140320128372285 0 4 2 25189581 0 0 0 -1 1 0 0 422 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10110 vsize=15025188 memory=13240 CPUtime=3.91 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10110 10110 7440 0 -1 1077944384 126310 0 0 0 383 8 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319116952160 140320146786005 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10110 vsize=15025188 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10110 10110 7440 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318729037024 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10110 vsize=15025188 memory=12069248 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318460601088 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10110 vsize=15025188 memory=15080 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318086092752 140320146794395 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10110 vsize=15025188 memory=7804 CPUtime=4.21 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10110 10110 7440 0 -1 1077944384 10920 0 0 0 420 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319115901728 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10110 vsize=15025188 memory=2676 CPUtime=3.51 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10110 10110 7440 0 -1 1077944384 10083 0 0 0 349 2 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319114848896 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10110 vsize=15025188 memory=13240 CPUtime=0.92 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10110 10110 7440 0 -1 1077944384 10748 0 1 0 91 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319113796128 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10110 vsize=15025188 memory=500 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10110 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10110 vsize=15025188 memory=12069248 CPUtime=0.5 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10110 10110 7440 0 -1 1077944384 527 0 0 0 28 22 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12070640 KiB

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

[startup+982.852 s]
# the end of solver process 10110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001878 s, system=0.002103 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+984.002 s]*
/proc/loadavg: 4.71 4.67 3.78 6/235 10523
/proc/meminfo: memFree=11950312/32770624 swapFree=67015216/67108860
[pid=10113] ppid=10107 vsize=15025188 memory=12069248 CPUtime=2524.98 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10107 10110 7440 0 -1 1077944320 8943234 0 3 0 250427 2071 0 0 20 0 15 0 405322485 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3756297 3017312 1378 1 0 3717627 0
[pid=10113/tid=10114] ppid=10107 vsize=15025188 memory=-7824251494390584935 CPUtime=447.75 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) S 10107 10110 7440 0 -1 1077944384 153006 0 1 0 44700 75 0 0 20 0 15 0 405322486 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320118605920 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10107 vsize=15025188 memory=-7003737579269690708 CPUtime=518.37 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) R 10107 10110 7440 0 -1 4202560 2107182 0 0 0 51297 540 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320151018712 140320128372303 0 4 2 25189581 0 0 0 -1 5 0 0 390 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10107 vsize=15025188 memory=8026095556011583081 CPUtime=514.93 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) R 10107 10110 7440 0 -1 4202560 1285183 0 1 0 51094 399 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319942102360 140320128372208 0 4 2 25189581 0 0 0 -1 3 0 0 480 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10107 vsize=15025188 memory=8026095556011583081 CPUtime=515.52 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) R 10107 10110 7440 0 -1 4202560 3128811 0 0 0 51002 550 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319941049304 140320131726404 0 4 2 25189581 0 0 0 -1 7 0 0 487 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10107 vsize=15025188 memory=7596554884817971558 CPUtime=515.25 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) R 10107 10110 7440 0 -1 4202560 2109133 0 0 0 51047 478 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319939996448 140320128372240 0 4 2 25189581 0 0 0 -1 1 0 0 422 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10107 vsize=15025188 memory=7091870157205039468 CPUtime=3.91 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10107 10110 7440 0 -1 1077944384 126310 0 0 0 383 8 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319116952160 140320146786005 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10107 vsize=15025188 memory=7809922773897799273 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10107 10110 7440 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318729037024 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10107 vsize=15025188 memory=7809922773897799273 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318460601088 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10107 vsize=15025188 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10107 10110 7440 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318086092400 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10107 vsize=15025188 memory=288230583166042426 CPUtime=4.21 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10107 10110 7440 0 -1 1077944384 10920 0 0 0 420 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319115901728 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10107 vsize=15025188 memory=16100381516106309 CPUtime=3.51 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10107 10110 7440 0 -1 1077944384 10083 0 0 0 349 2 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319114848896 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10107 vsize=15025188 memory=2752 CPUtime=0.92 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10107 10110 7440 0 -1 1077944384 10748 0 1 0 91 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319113796128 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10107 vsize=15025188 memory=2472 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10107 vsize=15025188 memory=1408 CPUtime=0.5 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10107 10110 7440 0 -1 1077944384 527 0 0 0 28 22 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current cumulated CPU time of completed processes: 0.003981 s
Current children cumulated CPU time: 2524.98 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12069248 KiB

[startup+984.402 s]
/proc/loadavg: 4.71 4.67 3.78 6/235 10523
/proc/meminfo: memFree=11950312/32770624 swapFree=67015216/67108860
[pid=10113] ppid=10107 vsize=15025188 memory=12069248 CPUtime=2526.54 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10107 10110 7440 0 -1 1077944320 8943854 0 3 0 250583 2071 0 0 20 0 15 0 405322485 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3756297 3017312 1378 1 0 3717627 0
[pid=10113/tid=10114] ppid=10107 vsize=15025188 memory=7416 CPUtime=447.75 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) S 10107 10110 7440 0 -1 1077944384 153006 0 1 0 44700 75 0 0 20 0 15 0 405322486 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320118605920 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10107 vsize=15025188 memory=860 CPUtime=518.76 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) R 10107 10110 7440 0 -1 4202560 2107802 0 0 0 51336 540 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320151018712 140320128372291 0 4 2 25189581 0 0 0 -1 5 0 0 390 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10107 vsize=15025188 memory=776 CPUtime=515.32 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) R 10107 10110 7440 0 -1 4202560 1285183 0 1 0 51133 399 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319942102360 140320129952383 0 4 2 25189581 0 0 0 -1 3 0 0 480 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10107 vsize=15025188 memory=1612 CPUtime=515.9 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) R 10107 10110 7440 0 -1 4202560 3128811 0 0 0 51040 550 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319941049304 140320128329050 0 4 2 25189581 0 0 0 -1 7 0 0 487 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10107 vsize=15025188 memory=1224 CPUtime=515.64 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) R 10107 10110 7440 0 -1 4202560 2109133 0 0 0 51086 478 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319939996448 140320131726514 0 4 2 25189581 0 0 0 -1 1 0 0 422 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10107 vsize=15025188 memory=3824 CPUtime=3.91 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10107 10110 7440 0 -1 1077944384 126310 0 0 0 383 8 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319116952160 140320146786005 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10107 vsize=15025188 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10107 10110 7440 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318729037024 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10107 vsize=15025188 memory=15080 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318460601088 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10107 vsize=15025188 memory=7804 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10107 10110 7440 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318086092400 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10107 vsize=15025188 memory=2676 CPUtime=4.21 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10107 10110 7440 0 -1 1077944384 10920 0 0 0 420 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319115901728 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10107 vsize=15025188 memory=13240 CPUtime=3.51 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10107 10110 7440 0 -1 1077944384 10083 0 0 0 349 2 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319114848896 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10107 vsize=15025188 memory=500 CPUtime=0.92 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10107 10110 7440 0 -1 1077944384 10748 0 1 0 91 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319113796128 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10107 vsize=15025188 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10107 vsize=15025188 memory=1784 CPUtime=0.5 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10107 10110 7440 0 -1 1077944384 527 0 0 0 28 22 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current cumulated CPU time of completed processes: 0.003981 s
Current children cumulated CPU time: 2526.54 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12069248 KiB

[startup+984.802 s]
/proc/loadavg: 4.71 4.67 3.78 6/235 10523
/proc/meminfo: memFree=11950312/32770624 swapFree=67015216/67108860
[pid=10113] ppid=10107 vsize=15025188 memory=12069248 CPUtime=2528.14 cores=1,3,5,7
/proc/10113/stat : 10113 (java) S 10107 10110 7440 0 -1 1077944320 8943854 0 3 0 250743 2071 0 0 20 0 15 0 405322485 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140724751699952 140320146775799 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
/proc/10113/statm: 3756297 3017312 1378 1 0 3717627 0
[pid=10113/tid=10114] ppid=10107 vsize=15025188 memory=288230583166042426 CPUtime=447.75 cores=1,3,5,7
/proc/10113/task/10114/stat : 10114 (java) S 10107 10110 7440 0 -1 1077944384 153006 0 1 0 44700 75 0 0 20 0 15 0 405322486 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320118605920 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10115] ppid=10107 vsize=15025188 memory=16100381516106309 CPUtime=519.16 cores=1,3,5,7
/proc/10113/task/10115/stat : 10115 (java) R 10107 10110 7440 0 -1 4202560 2107802 0 0 0 51376 540 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140320151018712 140320128371734 0 4 2 25189581 0 0 0 -1 5 0 0 390 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10116] ppid=10107 vsize=15025188 memory=1392 CPUtime=515.72 cores=1,3,5,7
/proc/10113/task/10116/stat : 10116 (java) R 10107 10110 7440 0 -1 4202560 1285183 0 1 0 51173 399 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319942102360 140320131726404 0 4 2 25189581 0 0 0 -1 3 0 0 480 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10117] ppid=10107 vsize=15025188 memory=12069248 CPUtime=516.3 cores=1,3,5,7
/proc/10113/task/10117/stat : 10117 (java) R 10107 10110 7440 0 -1 4202560 3128811 0 0 0 51080 550 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319941049304 140320128372307 0 4 2 25189581 0 0 0 -1 7 0 0 487 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10118] ppid=10107 vsize=15025188 memory=17300 CPUtime=516.04 cores=1,3,5,7
/proc/10113/task/10118/stat : 10118 (java) R 10107 10110 7440 0 -1 4202560 2109133 0 0 0 51126 478 0 0 20 0 15 0 405322487 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319939996448 140320131473574 0 4 2 25189581 0 0 0 -1 1 0 0 422 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10119] ppid=10107 vsize=15025188 memory=1296 CPUtime=3.91 cores=1,3,5,7
/proc/10113/task/10119/stat : 10119 (java) S 10107 10110 7440 0 -1 1077944384 126310 0 0 0 383 8 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319116952160 140320146786005 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10120] ppid=10107 vsize=15025188 memory=2184 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10120/stat : 10120 (java) S 10107 10110 7440 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318729037024 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10121] ppid=10107 vsize=15025188 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10121/stat : 10121 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322489 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318460601088 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10122] ppid=10107 vsize=15025188 memory=4964 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10122/stat : 10122 (java) S 10107 10110 7440 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140318086092400 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10123] ppid=10107 vsize=15025188 memory=10092 CPUtime=4.21 cores=1,3,5,7
/proc/10113/task/10123/stat : 10123 (java) S 10107 10110 7440 0 -1 1077944384 10920 0 0 0 420 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319115901728 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10124] ppid=10107 vsize=15025188 memory=1908 CPUtime=3.51 cores=1,3,5,7
/proc/10113/task/10124/stat : 10124 (java) S 10107 10110 7440 0 -1 1077944384 10083 0 0 0 349 2 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319114848896 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10125] ppid=10107 vsize=15025188 memory=12069248 CPUtime=0.92 cores=1,3,5,7
/proc/10113/task/10125/stat : 10125 (java) S 10107 10110 7440 0 -1 1077944384 10748 0 1 0 91 1 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319113796128 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10126] ppid=10107 vsize=15025188 memory=12069248 CPUtime=0 cores=1,3,5,7
/proc/10113/task/10126/stat : 10126 (java) S 10107 10110 7440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140317588188000 140320146786005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
[pid=10113/tid=10127] ppid=10107 vsize=15025188 memory=4104 CPUtime=0.5 cores=1,3,5,7
/proc/10113/task/10127/stat : 10127 (java) S 10107 10110 7440 0 -1 1077944384 527 0 0 0 28 22 0 0 20 0 15 0 405322492 15385792512 3017312 33554432000 4194304 4196468 140724751717408 140319112743472 140320146786946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28246016 140724751725294 140724751725722 140724751725722 140724751728591 0
Current cumulated CPU time of completed processes: 0.003981 s
Current children cumulated CPU time: 2528.14 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12069248 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 985.049
CPU time (s): 2528.43
CPU user time (s): 2507.48
CPU system time (s): 20.9503
CPU usage (%): 256.681
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 12070640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.48
system time used= 20.9503
maximum resident set size= 12069440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8944962
page faults= 3
swaps= 0
block input operations= 480
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61990
involuntary context switches= 52817


# summary of solver processes directly reported to runsolver:
#   pid: 10110,10113
#   total CPU time (s): 2528.43
#   total CPU user time (s): 2507.48
#   total CPU system time (s): 20.9503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47967 second user time and 10.074 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-12 14:14:19
IDJOB=4387800
IDBENCH=126013
IDSOLVER=2825
FILE ID=node150/4387800-1568290498
RUNJOBID= node150-1568287240-8654
PBS_JOBID= 21701061
Free space on /tmp= 52648 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-29.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387800-1568290498/watcher-4387800-1568290498 -o /tmp/evaluation-result-4387800-1568290498/solver-4387800-1568290498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568287240-8654 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387800-1568290498.xml

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

MD5SUM BENCH= 91ee56688d10982c4440a8b03ad88e11
RANDOM SEED=283407204

node150.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.79
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.79
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.79
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.79
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:        10498544 kB
MemAvailable:   20992648 kB
Buffers:          136700 kB
Cached:         10493784 kB
SwapCached:         1312 kB
Active:         11290012 kB
Inactive:       10193836 kB
Active(anon):    8865756 kB
Inactive(anon):  2028492 kB
Active(file):    2424256 kB
Inactive(file):  8165344 kB
Unevictable:      110668 kB
Mlocked:          110668 kB
SwapTotal:      67108860 kB
SwapFree:       67037524 kB
Dirty:             22544 kB
Writeback:             0 kB
AnonPages:      10962112 kB
Mapped:            58416 kB
Shmem:             32688 kB
Slab:             363056 kB
SReclaimable:     332964 kB
SUnreclaim:        30092 kB
KernelStack:        3808 kB
PageTables:        26448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13195844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7467008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 52624 MiB
End job on node150 at 2019-09-12 14:30:44