Trace number 4305490

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-15-16_c18.xml
MD5SUM57cb1bb20db45191d6ed694399d37744
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":16},{"arity":16,"count":15}]
Number of extensional constraints31
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":31}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-9485-serial-file.bin HOME/instance-4305490-1534077105.xml
0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Sun Aug 12 14:31:46 CEST 2018
0.66/0.55	c PID: 9488
0.66/0.55	c IP: 172.20.3.151
0.66/0.55	c HOST: node151.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.71/1.31	c (0,0) Parsing End
2.71/1.32	c (0,0) CSP: 240 int (0 aux), 0 bool (0 aux), 31 ctr, max domain size 26
2.71/1.32	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.32	c (0,0) Constraint Name Generate Begin
2.71/1.32	c (0,0) Ctr:HOME/instance-4305490-1534077105.xml,ExtensionSupport:IntVar
2.71/1.32	c (0,0) Constraint Name Generate End
2.71/1.32	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.32	c (0,0) CSP to CSPinCNF Begin
94.32/63.96	c (63,56) translated 4 (10%) constraints
156.05/110.36	c (109,97) translated 7 (20%) constraints
215.90/156.09	c (155,138) translated 10 (30%) constraints
350.11/221.16	c (220,180) translated 13 (40%) constraints
410.03/267.34	c (266,221) translated 16 (50%) constraints
549.14/350.79	c (350,286) translated 19 (60%) constraints
739.49/434.95	c (434,334) translated 22 (70%) constraints
1555.18/678.05	c (677,383) translated 25 (80%) constraints
2520.13/944.22	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.13/944.22	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 (5854 MiB free)
  memory of node 1: 16384 MiB (6452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305490-1534077105/watcher-4305490-1534077105 -o /tmp/evaluation-result-4305490-1534077105/solver-4305490-1534077105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305490-1534077105.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
solver pid=9485, runsolver pid=9482
Current StackSize limit: 8192 KiB


[startup+0.100303 s]*
/proc/loadavg: 4.88 4.39 3.64 3/224 9502
/proc/meminfo: memFree=12541180/32770624 swapFree=67108860/67108860
[pid=9485] ppid=9482 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9485/stat : 9485 (scop.sh) S 9482 9485 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225273724 115843072 348 33554432000 4194304 5098028 140723063787312 140723063784568 139942989722236 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36159488 140723063788608 140723063788807 140723063788807 140723063791565 0
/proc/9485/statm: 28282 348 296 221 0 87 0
[pid=9488] ppid=9485 vsize=15012476 memory=73028 CPUtime=0.1 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9485 9485 3762 0 -1 1077944320 5903 0 0 0 9 1 0 0 20 0 15 0 225273724 15372775424 18257 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3753119 18257 2739 1 0 3715579 0
[pid=9488/tid=9489] ppid=9485 vsize=15012476 memory=-6526411401870300574 CPUtime=0.08 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) R 9485 9485 3762 0 -1 4202560 4035 0 0 0 7 1 0 0 20 0 15 0 225273725 15372775424 18257 33554432000 4194304 4196468 140721983111296 139773532882968 139773545157982 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9485 vsize=15012476 memory=3472468927796852400 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 18257 33554432000 4194304 4196468 140721983111296 139773565320336 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 18257 33554432000 4194304 4196468 140721983111296 139773341023248 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 18257 33554432000 4194304 4196468 140721983111296 139773339970448 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 18257 33554432000 4194304 4196468 140721983111296 139773338917648 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772900616560 139773561088642 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9485 9485 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772160893984 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 18257 33554432000 4194304 4196468 140721983111296 139771926012784 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139771551504208 139773561096091 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9485 9485 3762 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772899564400 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772898511600 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) R 9485 9485 3762 0 -1 4202560 253 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772897458800 139773545239813 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 18257 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74420 KiB

[startup+0.210464 s]*
/proc/loadavg: 4.88 4.39 3.64 3/224 9502
/proc/meminfo: memFree=12528152/32770624 swapFree=67108860/67108860
[pid=9485] ppid=9482 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9485/stat : 9485 (scop.sh) S 9482 9485 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225273724 115843072 348 33554432000 4194304 5098028 140723063787312 140723063784568 139942989722236 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36159488 140723063788608 140723063788807 140723063788807 140723063791565 0
/proc/9485/statm: 28282 348 296 221 0 87 0
[pid=9488] ppid=9485 vsize=15012476 memory=86600 CPUtime=0.24 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9485 9485 3762 0 -1 1077944320 9480 0 0 0 21 3 0 0 20 0 15 0 225273724 15372775424 21650 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3753119 21650 2865 1 0 3715579 0
[pid=9488/tid=9489] ppid=9485 vsize=15012476 memory=-8976644418600983157 CPUtime=0.19 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) R 9485 9485 3762 0 -1 4202560 7386 0 0 0 17 2 0 0 20 0 15 0 225273725 15372775424 21650 33554432000 4194304 4196468 140721983111296 139773532892848 139773561089430 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9485 vsize=15012476 memory=3472468927796852400 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 21650 33554432000 4194304 4196468 140721983111296 139773565320336 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 21650 33554432000 4194304 4196468 140721983111296 139773341023248 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 21650 33554432000 4194304 4196468 140721983111296 139773339970448 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 21650 33554432000 4194304 4196468 140721983111296 139773338917648 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772900616560 139773561088642 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9485 9485 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772160893984 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 21650 33554432000 4194304 4196468 140721983111296 139771926012784 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9485 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139771551504208 139773561096091 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9485 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9485 9485 3762 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772899564400 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9485 9485 3762 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772898511600 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0.03 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) R 9485 9485 3762 0 -1 4202560 287 0 0 0 3 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772897458800 139773561089430 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 21650 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87992 KiB

[startup+0.310497 s]*
/proc/loadavg: 4.88 4.39 3.64 3/224 9502
/proc/meminfo: memFree=12524576/32770624 swapFree=67108860/67108860
[pid=9485] ppid=9482 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9485/stat : 9485 (scop.sh) S 9482 9485 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225273724 115843072 348 33554432000 4194304 5098028 140723063787312 140723063784568 139942989722236 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36159488 140723063788608 140723063788807 140723063788807 140723063791565 0
/proc/9485/statm: 28282 348 296 221 0 87 0
[pid=9488] ppid=9485 vsize=15012476 memory=90120 CPUtime=0.41 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9485 9485 3762 0 -1 1077944320 9996 0 0 0 38 3 0 0 20 0 15 0 225273724 15372775424 22530 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3753119 22530 2969 1 0 3715579 0
[pid=9488/tid=9489] ppid=9485 vsize=15012476 memory=-8976644418600983157 CPUtime=0.28 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) R 9485 9485 3762 0 -1 4202560 7755 0 0 0 26 2 0 0 20 0 15 0 225273725 15372775424 22530 33554432000 4194304 4196468 140721983111296 139773532872944 139773545121125 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9485 vsize=15012476 memory=3472468927796852400 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 22530 33554432000 4194304 4196468 140721983111296 139773565320336 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9485 vsize=15012476 memory=281263025638272 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 22530 33554432000 4194304 4196468 140721983111296 139773341023248 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9485 vsize=15012476 memory=281262912962336 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 22530 33554432000 4194304 4196468 140721983111296 139773339970448 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9485 vsize=15012476 memory=140631456466191 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15372775424 22530 33554432000 4194304 4196468 140721983111296 139773338917648 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9485 vsize=15012476 memory=281263025647456 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772900616560 139773561088642 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9485 vsize=15012476 memory=140631456470799 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9485 9485 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772160893984 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9485 vsize=15012476 memory=281262912971552 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273728 15372775424 22530 33554432000 4194304 4196468 140721983111296 139771926012784 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9485 vsize=15012476 memory=140631456482836 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139771551504208 139773561096091 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9485 vsize=15012476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9485 9485 3762 0 -1 1077944384 545 0 0 0 3 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772899564400 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9485 vsize=15012476 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9485 9485 3762 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772898511600 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9485 vsize=15012476 memory=140631569172096 CPUtime=0.07 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9485 9485 3762 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772897458800 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9485 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9485 vsize=15012476 memory=140631569173488 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273731 15372775424 22530 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91512 KiB

[startup+0.700761 s]
/proc/loadavg: 4.88 4.39 3.64 3/224 9502
/proc/meminfo: memFree=12500412/32770624 swapFree=67108860/67108860
[pid=9485] ppid=9482 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9485/stat : 9485 (scop.sh) S 9482 9485 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225273724 115843072 348 33554432000 4194304 5098028 140723063787312 140723063784568 139942989722236 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36159488 140723063788608 140723063788807 140723063788807 140723063791565 0
/proc/9485/statm: 28282 348 296 221 0 87 0
[pid=9488] ppid=9485 vsize=15018748 memory=129080 CPUtime=1.01 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9485 9485 3762 0 -1 1077944320 16841 0 0 0 96 5 0 0 20 0 15 0 225273724 15379197952 32270 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3754687 32270 3147 1 0 3716091 0
[pid=9488/tid=9489] ppid=9485 vsize=15018748 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) R 9485 9485 3762 0 -1 4202560 14078 0 0 0 63 4 0 0 20 0 15 0 225273725 15379197952 32270 33554432000 4194304 4196468 140721983111296 139773532914032 139773561099421 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9485 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15379197952 32270 33554432000 4194304 4196468 140721983111296 139773565320336 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9485 vsize=15018748 memory=8751464017575360309 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15379197952 32270 33554432000 4194304 4196468 140721983111296 139773341023248 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9485 vsize=15018748 memory=5788902676991533888 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273726 15379197952 32270 33554432000 4194304 4196468 140721983111296 139773339970448 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9485 vsize=15018748 memory=6440526044186890340 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) S 9485 9485 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225273726 15379197952 32270 33554432000 4194304 4196468 140721983111296 139773338917648 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9485 vsize=15018748 memory=170926128 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9485 9485 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225273728 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772900616560 139773561088642 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9485 vsize=15018748 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9485 9485 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225273728 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772160893984 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9485 vsize=15018748 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273728 15379197952 32270 33554432000 4194304 4196468 140721983111296 139771926012784 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9485 vsize=15018748 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139771551504208 139773561096091 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9485 vsize=15018748 memory=4536 CPUtime=0.08 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9485 9485 3762 0 -1 1077944384 688 0 0 0 8 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772899564400 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9485 vsize=15018748 memory=8448 CPUtime=0.08 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) R 9485 9485 3762 0 -1 4202560 333 0 0 0 8 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772898511600 139773545038313 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9485 vsize=15018748 memory=1628 CPUtime=0.15 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9485 9485 3762 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772897458800 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9485 vsize=15018748 memory=1144 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9485 vsize=15018748 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9485 9485 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225273731 15379197952 32270 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 130472 KiB

[startup+1.50132 s]
/proc/loadavg: 4.88 4.39 3.64 5/224 9502
/proc/meminfo: memFree=12398208/32770624 swapFree=67108860/67108860
[pid=9485] ppid=9482 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9485/stat : 9485 (scop.sh) S 9482 9485 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225273724 115843072 348 33554432000 4194304 5098028 140723063787312 140723063784568 139942989722236 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36159488 140723063788608 140723063788807 140723063788807 140723063791565 0
/proc/9485/statm: 28282 348 296 221 0 87 0

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

/proc/9488/task/9492/stat : 9492 (java) R 9485 9485 3762 0 -1 4202560 613759 0 0 0 51696 566 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773339970336 139773542673312 0 4 2 25189581 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9485 vsize=15024968 memory=7230648406000886117 CPUtime=522.69 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) R 9485 9485 3762 0 -1 4202560 500171 0 0 0 51671 598 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773338917848 139773546062791 0 4 2 25189581 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9485 vsize=15024968 memory=7230648406000886117 CPUtime=3.85 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9485 9485 3762 0 -1 1077944384 281288 0 0 0 342 43 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772900614880 139773561087701 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9485 vsize=15024968 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9485 9485 3762 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772160894048 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9485 vsize=15024968 memory=2928 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9485 9485 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771926012800 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9485 vsize=15024968 memory=2912 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771551504208 139773561096091 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9485 vsize=15024968 memory=4108 CPUtime=4.61 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9485 9485 3762 0 -1 1077944384 17983 0 0 0 459 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772899564448 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9485 vsize=15024968 memory=1408 CPUtime=5.46 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9485 9485 3762 0 -1 1077944384 13938 0 0 0 545 1 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772898511648 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9485 vsize=15024968 memory=3272 CPUtime=1.09 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9485 9485 3762 0 -1 1077944384 16465 0 0 0 107 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772897458560 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9485 vsize=15024968 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9485 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9485 vsize=15024968 memory=12064980 CPUtime=0.68 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9485 9485 3762 0 -1 1077944384 1059 0 0 0 39 29 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12066372 KiB

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

[startup+944.238 s]
# the end of solver process 9485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.003575 s

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

[startup+946.317 s]
# the end of solver process 9488 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2504.05 s, system=24.2021 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+945.601 s]
/proc/loadavg: 4.18 3.98 3.64 6/221 10627
/proc/meminfo: memFree=3377336/32770624 swapFree=67108860/67108860
[pid=9488] ppid=9482 vsize=15024968 memory=12064980 CPUtime=2525.7 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9482 9485 3762 0 -1 1077944320 2765299 0 0 0 250161 2409 0 0 20 0 15 0 225273724 15385567232 3016245 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3756242 3016245 3248 1 0 3717627 0
[pid=9488/tid=9489] ppid=9482 vsize=15024968 memory=61188 CPUtime=413.53 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) S 9482 9485 3762 0 -1 1077944384 79214 0 0 0 41294 59 0 0 20 0 15 0 225273725 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773532915856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9482 vsize=15024968 memory=1392 CPUtime=525.3 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) R 9482 9485 3762 0 -1 4202560 620982 0 0 0 51969 561 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773565320536 139773546062791 0 4 2 25189581 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9482 vsize=15024968 memory=12064980 CPUtime=523 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) R 9482 9485 3762 0 -1 4202560 618042 0 0 0 51737 563 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773341023448 139773542673936 0 4 2 25189581 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9482 vsize=15024968 memory=6791534058613427641 CPUtime=523.99 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) R 9482 9485 3762 0 -1 4202560 614296 0 0 0 51833 566 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773339970336 139773542673371 0 4 2 25189581 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9482 vsize=15024968 memory=1764 CPUtime=524.09 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) R 9482 9485 3762 0 -1 4202560 500692 0 0 0 51811 598 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773338917848 139773546062791 0 4 2 25189581 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9482 vsize=15024968 memory=1392 CPUtime=3.85 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9482 9485 3762 0 -1 1077944384 281288 0 0 0 342 43 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772900614880 139773561087701 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9482 vsize=15024968 memory=12064980 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9482 9485 3762 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772160894048 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9482 vsize=15024968 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9482 9485 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771926012800 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9482 vsize=15024968 memory=34892 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9482 9485 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771551503856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9482 vsize=15024968 memory=4032 CPUtime=4.61 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9482 9485 3762 0 -1 1077944384 17983 0 0 0 459 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772899564448 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9482 vsize=15024968 memory=18232 CPUtime=5.46 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9482 9485 3762 0 -1 1077944384 13938 0 0 0 545 1 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772898511648 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9482 vsize=15024968 memory=6791534058613427641 CPUtime=1.09 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9482 9485 3762 0 -1 1077944384 16465 0 0 0 107 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772897458560 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9482 vsize=15024968 memory=2092 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9482 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9482 vsize=15024968 memory=8148 CPUtime=0.68 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9482 9485 3762 0 -1 1077944384 1068 0 0 0 39 29 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current cumulated CPU time of completed processes: 0.003575 s
Current children cumulated CPU time: 2525.7 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12064980 KiB

[startup+946.001 s]*
/proc/loadavg: 4.18 3.98 3.64 6/221 10627
/proc/meminfo: memFree=3377336/32770624 swapFree=67108860/67108860
[pid=9488] ppid=9482 vsize=15024968 memory=12064980 CPUtime=2527.32 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9482 9485 3762 0 -1 1077944320 2765483 0 0 0 250323 2409 0 0 20 0 15 0 225273724 15385567232 3016245 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3756242 3016245 3248 1 0 3717627 0
[pid=9488/tid=9489] ppid=9482 vsize=15024968 memory=-7824251494390848869 CPUtime=413.53 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) S 9482 9485 3762 0 -1 1077944384 79214 0 0 0 41294 59 0 0 20 0 15 0 225273725 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773532915856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9482 vsize=15024968 memory=-7003737579269690708 CPUtime=525.71 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) R 9482 9485 3762 0 -1 4202560 620983 0 0 0 52010 561 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773565320536 139773545775247 0 4 2 25189581 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9482 vsize=15024968 memory=16105883402768362 CPUtime=523.41 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) R 9482 9485 3762 0 -1 4202560 618212 0 0 0 51778 563 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773341023448 139773542674506 0 4 2 25189581 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9482 vsize=15024968 memory=5787516201668206676 CPUtime=524.39 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) R 9482 9485 3762 0 -1 4202560 614309 0 0 0 51873 566 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773339970336 139773545531355 0 4 2 25189581 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9482 vsize=15024968 memory=5933601709951571042 CPUtime=524.5 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) R 9482 9485 3762 0 -1 4202560 500692 0 0 0 51852 598 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773338917848 139773542674506 0 4 2 25189581 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9482 vsize=15024968 memory=7300444231587751762 CPUtime=3.85 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9482 9485 3762 0 -1 1077944384 281288 0 0 0 342 43 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772900614880 139773561087701 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9482 vsize=15024968 memory=7300990757251404889 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9482 9485 3762 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772160894048 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9482 vsize=15024968 memory=5865489090888164433 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9482 9485 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771926012800 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9482 vsize=15024968 memory=6009604279115407697 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9482 9485 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771551503856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9482 vsize=15024968 memory=6225777061145371217 CPUtime=4.61 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9482 9485 3762 0 -1 1077944384 17983 0 0 0 459 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772899564448 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9482 vsize=15024968 memory=6370736674134385233 CPUtime=5.46 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9482 9485 3762 0 -1 1077944384 13938 0 0 0 545 1 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772898511648 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9482 vsize=15024968 memory=6009018316643061840 CPUtime=1.09 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9482 9485 3762 0 -1 1077944384 16465 0 0 0 107 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772897458560 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9482 vsize=15024968 memory=5792262874651971664 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9482 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9482 vsize=15024968 memory=7156871063736963152 CPUtime=0.68 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9482 9485 3762 0 -1 1077944384 1068 0 0 0 39 29 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current cumulated CPU time of completed processes: 0.003575 s
Current children cumulated CPU time: 2527.32 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12064980 KiB

[startup+946.201 s]
/proc/loadavg: 4.18 3.98 3.64 6/221 10627
/proc/meminfo: memFree=3377336/32770624 swapFree=67108860/67108860
[pid=9488] ppid=9482 vsize=15024968 memory=12064980 CPUtime=2528.09 cores=0,2,4,6
/proc/9488/stat : 9488 (java) S 9482 9485 3762 0 -1 1077944320 2765712 0 0 0 250400 2409 0 0 20 0 15 0 225273724 15385567232 3016245 33554432000 4194304 4196468 140721983111296 140721983093840 139773561077495 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
/proc/9488/statm: 3756242 3016245 3248 1 0 3717627 0
[pid=9488/tid=9489] ppid=9482 vsize=15024968 memory=288230596050944315 CPUtime=413.53 cores=0,2,4,6
/proc/9488/task/9489/stat : 9489 (java) S 9482 9485 3762 0 -1 1077944384 79214 0 0 0 41294 59 0 0 20 0 15 0 225273725 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773532915856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9490] ppid=9482 vsize=15024968 memory=15541829625973996 CPUtime=525.9 cores=0,2,4,6
/proc/9488/task/9490/stat : 9490 (java) R 9482 9485 3762 0 -1 4202560 621011 0 0 0 52029 561 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773565320536 139773545775247 0 4 2 25189581 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9491] ppid=9482 vsize=15024968 memory=1412 CPUtime=523.6 cores=0,2,4,6
/proc/9488/task/9491/stat : 9491 (java) R 9482 9485 3762 0 -1 4202560 618342 0 0 0 51797 563 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773341023448 139773546062532 0 4 2 25189581 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9492] ppid=9482 vsize=15024968 memory=3356 CPUtime=524.58 cores=0,2,4,6
/proc/9488/task/9492/stat : 9492 (java) R 9482 9485 3762 0 -1 4202560 614343 0 0 0 51892 566 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773339970336 139773544254075 0 4 2 25189581 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9493] ppid=9482 vsize=15024968 memory=1472 CPUtime=524.69 cores=0,2,4,6
/proc/9488/task/9493/stat : 9493 (java) R 9482 9485 3762 0 -1 4202560 500729 0 0 0 51871 598 0 0 20 0 15 0 225273726 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139773338917848 139773546028100 0 4 2 25189581 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9494] ppid=9482 vsize=15024968 memory=121092 CPUtime=3.85 cores=0,2,4,6
/proc/9488/task/9494/stat : 9494 (java) S 9482 9485 3762 0 -1 1077944384 281288 0 0 0 342 43 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772900614880 139773561087701 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9495] ppid=9482 vsize=15024968 memory=180584 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9495/stat : 9495 (java) S 9482 9485 3762 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772160894048 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9496] ppid=9482 vsize=15024968 memory=-7824251494390848869 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9496/stat : 9496 (java) S 9482 9485 3762 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 225273728 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771926012800 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9497] ppid=9482 vsize=15024968 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9497/stat : 9497 (java) S 9482 9485 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771551503856 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9498] ppid=9482 vsize=15024968 memory=11764 CPUtime=4.61 cores=0,2,4,6
/proc/9488/task/9498/stat : 9498 (java) S 9482 9485 3762 0 -1 1077944384 17983 0 0 0 459 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772899564448 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9499] ppid=9482 vsize=15024968 memory=0 CPUtime=5.46 cores=0,2,4,6
/proc/9488/task/9499/stat : 9499 (java) S 9482 9485 3762 0 -1 1077944384 13938 0 0 0 545 1 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772898511648 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9500] ppid=9482 vsize=15024968 memory=7230648406000886117 CPUtime=1.09 cores=0,2,4,6
/proc/9488/task/9500/stat : 9500 (java) S 9482 9485 3762 0 -1 1077944384 16465 0 0 0 107 2 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772897458560 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9501] ppid=9482 vsize=15024968 memory=7230648406000886117 CPUtime=0 cores=0,2,4,6
/proc/9488/task/9501/stat : 9501 (java) S 9482 9485 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139771053599456 139773561087701 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
[pid=9488/tid=9502] ppid=9482 vsize=15024968 memory=140631457086991 CPUtime=0.68 cores=0,2,4,6
/proc/9488/task/9502/stat : 9502 (java) S 9482 9485 3762 0 -1 1077944384 1068 0 0 0 39 29 0 0 20 0 15 0 225273731 15385567232 3016245 33554432000 4194304 4196468 140721983111296 139772896406192 139773561088642 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39608320 140721983116295 140721983116593 140721983116593 140721983119311 0
Current cumulated CPU time of completed processes: 0.003575 s
Current children cumulated CPU time: 2528.09 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12064980 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 946.317
CPU time (s): 2528.25
CPU user time (s): 2504.05
CPU system time (s): 24.2021
CPU usage (%): 267.167
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12066372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2504.05
system time used= 24.2021
maximum resident set size= 12065156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2766833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39448
involuntary context switches= 22863


# summary of solver processes directly reported to runsolver:
#   pid: 9485,9488
#   total CPU time (s): 2528.25
#   total CPU user time (s): 2504.05
#   total CPU system time (s): 24.2021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04237 second user time and 9.38232 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 14:31:45
IDJOB=4305490
IDBENCH=141447
IDSOLVER=2782
FILE ID=node151/4305490-1534077105
RUNJOBID= node151-1534062410-3793
PBS_JOBID= 21036982
Free space on /tmp= 41240 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-16_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305490-1534077105/watcher-4305490-1534077105 -o /tmp/evaluation-result-4305490-1534077105/solver-4305490-1534077105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305490-1534077105.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=1517474679

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12603232 kB
MemAvailable:   31709360 kB
Buffers:          258436 kB
Cached:         18869708 kB
SwapCached:            0 kB
Active:          9233280 kB
Inactive:       10143816 kB
Active(anon):      67996 kB
Inactive(anon):   233400 kB
Active(file):    9165284 kB
Inactive(file):  9910416 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10192 kB
Writeback:             0 kB
AnonPages:        256096 kB
Mapped:            71948 kB
Shmem:             49800 kB
Slab:             487176 kB
SReclaimable:     458888 kB
SUnreclaim:        28288 kB
KernelStack:        3728 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5907860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41172 MiB
End job on node151 at 2018-08-12 14:47:32