Trace number 4301667

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 260.054 98.8525

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization 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 variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301667-1532883549/watcher-4301667-1532883549 -o /tmp/evaluation-result-4301667-1532883549/solver-4301667-1532883549 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301667-1532883549.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10256, runsolver pid=10253

[startup+0.100807 s]*
/proc/loadavg: 4.51 2.16 1.62 5/215 10271
/proc/meminfo: memFree=25920784/32770624 swapFree=67028780/67108860
[pid=10256] ppid=10253 vsize=10659012 memory=31248 CPUtime=0.13 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 6879 0 0 0 11 2 0 0 20 0 15 0 105918158 10914828288 7812 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2664753 7812 2819 1 0 2627263 0
[pid=10256/tid=10258] ppid=10253 vsize=10659012 memory=-8701690554792317057 CPUtime=0.09 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) R 10253 10256 10029 0 -1 4202560 4715 0 0 0 8 1 0 0 20 0 15 0 105918158 10914828288 7812 33554432000 4194304 4196468 140732462145904 139698414356416 139698410157213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 7812 33554432000 4194304 4196468 140732462145904 139698016726160 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 7812 33554432000 4194304 4196468 140732462145904 139698015673360 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 7812 33554432000 4194304 4196468 140732462145904 139698014620560 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 7812 33554432000 4194304 4196468 140732462145904 139698013567760 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697715186032 139698410146434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697714132000 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697713079152 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697712027472 139698410153883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697710975856 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697709923056 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0.02 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) R 10253 10256 10029 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697708870256 139698410147222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 7812 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31248 KiB

[startup+0.210674 s]*
/proc/loadavg: 4.51 2.16 1.62 5/215 10271
/proc/meminfo: memFree=25910396/32770624 swapFree=67028780/67108860
[pid=10256] ppid=10253 vsize=10659012 memory=42096 CPUtime=0.33 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 8100 0 0 0 30 3 0 0 20 0 15 0 105918158 10914828288 10524 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2664753 10524 3004 1 0 2627263 0
[pid=10256/tid=10258] ppid=10253 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) R 10253 10256 10029 0 -1 4202560 5075 0 0 0 18 2 0 0 20 0 15 0 105918158 10914828288 10524 33554432000 4194304 4196468 140732462145904 139698414371568 139698410156634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 10524 33554432000 4194304 4196468 140732462145904 139698016726160 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10659012 memory=288370640928499328 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 10524 33554432000 4194304 4196468 140732462145904 139698015673360 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 10524 33554432000 4194304 4196468 140732462145904 139698014620560 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 10524 33554432000 4194304 4196468 140732462145904 139698013567760 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697715186032 139698410146434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697714132000 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697713079152 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697712027472 139698410153883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 765 0 0 0 2 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697710975856 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697709923056 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0.07 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) R 10253 10256 10029 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697708870256 139698394215774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 10524 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42096 KiB

[startup+0.318022 s]*
/proc/loadavg: 4.63 2.22 1.65 8/215 10271
/proc/meminfo: memFree=25857340/32770624 swapFree=67028780/67108860
[pid=10256] ppid=10253 vsize=10659012 memory=59308 CPUtime=0.61 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 9830 0 0 0 58 3 0 0 20 0 15 0 105918158 10914828288 14827 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2664753 14827 3048 1 0 2627263 0
[pid=10256/tid=10258] ppid=10253 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) R 10253 10256 10029 0 -1 4202560 5433 0 0 0 28 2 0 0 20 0 15 0 105918158 10914828288 14827 33554432000 4194304 4196468 140732462145904 139698414371072 139698410157213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 14827 33554432000 4194304 4196468 140732462145904 139698016726160 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10659012 memory=288370640928499328 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 14827 33554432000 4194304 4196468 140732462145904 139698015673360 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 14827 33554432000 4194304 4196468 140732462145904 139698014620560 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918159 10914828288 14827 33554432000 4194304 4196468 140732462145904 139698013567760 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697715186032 139698410146434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697714132000 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697713079152 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697712027472 139698410153883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) R 10253 10256 10029 0 -1 4202560 1380 0 0 0 8 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697710956360 139698402424741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) R 10253 10256 10029 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697709909080 139698393635723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0.13 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) R 10253 10256 10029 0 -1 1077944384 937 0 0 0 13 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697708870256 139698410146434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10659012 memory=140264776787584 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 14827 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 59308 KiB

[startup+0.701104 s]
/proc/loadavg: 4.63 2.22 1.65 7/215 10271
/proc/meminfo: memFree=25611896/32770624 swapFree=67028780/67108860
[pid=10256] ppid=10253 vsize=10659012 memory=291264 CPUtime=1.53 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 10833 0 0 0 132 21 0 0 20 0 15 0 105918158 10914828288 72816 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2664753 72816 3082 1 0 2627263 0
[pid=10256/tid=10258] ppid=10253 vsize=10659012 memory=184343888673654 CPUtime=0.61 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) R 10253 10256 10029 0 -1 4202560 5489 0 0 0 54 7 0 0 20 0 15 0 105918158 10914828288 72816 33554432000 4194304 4196468 140732462145904 139698414370720 139698410157213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10659012 memory=446152 CPUtime=0.06 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 10029 0 -1 1077944384 62 0 0 0 3 3 0 0 20 0 15 0 105918159 10914828288 72816 33554432000 4194304 4196468 140732462145904 139698016726160 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 10029 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 15 0 105918159 10914828288 72816 33554432000 4194304 4196468 140732462145904 139698015673360 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 10029 0 -1 1077944384 64 0 0 0 3 3 0 0 20 0 15 0 105918159 10914828288 72816 33554432000 4194304 4196468 140732462145904 139698014620560 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10659012 memory=7809523229951467572 CPUtime=0.04 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 10029 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 105918159 10914828288 72816 33554432000 4194304 4196468 140732462145904 139698013567760 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697715186032 139698410146434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10659012 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697714132000 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105918161 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697713079152 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697712027472 139698410153883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10659012 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) R 10253 10256 10029 0 -1 4202560 1823 0 0 0 27 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697710961880 139698393522498 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10659012 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 878 0 0 0 22 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697709923056 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10659012 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 10029 0 -1 1077944384 949 0 0 0 14 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697708870256 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10659012 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105918164 10914828288 72816 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 291264 KiB

[startup+1.50102 s]
/proc/loadavg: 4.63 2.22 1.65 3/215 10271
/proc/meminfo: memFree=25263320/32770624 swapFree=67028780/67108860
[pid=10256] ppid=10253 vsize=10659088 memory=827224 CPUtime=3.73 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 16378 0 0 0 304 69 0 0 20 0 15 0 105918158 10914906112 206806 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2664772 206806 3141 1 0 2627263 0
[pid=10256/tid=10258] ppid=10253 vsize=10659088 memory=9169 CPUtime=1.14 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) S 10253 10256 10029 0 -1 1077944384 6038 0 0 0 102 12 0 0 20 0 15 0 105918158 10914906112 206806 33554432000 4194304 4196468 140732462145904 139698414371424 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10659088 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) R 10253 10256 10029 0 -1 4202560 331 0 0 0 14 14 0 0 20 0 15 0 105918159 10914906112 206806 33554432000 4194304 4196468 140732462145904 139698016726280 139698402763495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10659088 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) R 10253 10256 10029 0 -1 4202560 508 0 0 0 16 15 0 0 20 0 15 0 105918159 10914906112 206806 33554432000 4194304 4196468 140732462145904 139698015673560 139698395124930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10659088 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) R 10253 10256 10029 0 -1 4202560 267 0 0 0 14 10 0 0 20 0 15 0 105918159 10914906112 206806 33554432000 4194304 4196468 140732462145904 139698014620680 139698402763495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10659088 memory=6943526294502006880 CPUtime=0.26 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) R 10253 10256 10029 0 -1 4202560 411 0 0 0 14 12 0 0 20 0 15 0 105918159 10914906112 206806 33554432000 4194304 4196468 140732462145904 139698013567760 139698402763495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 105918161 10914906112 206806 33554432000 4194304 4196468 140732462145904 139697715184576 139698410145493 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0

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

/proc/10256/statm: 2665284 2080998 3188 1 0 2627775 0
[pid=10256/tid=10258] ppid=10253 vsize=10661136 memory=3008 CPUtime=34.85 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) S 10253 10256 10029 0 -1 1077944384 26315 0 0 0 3460 25 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698414371696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10661136 memory=2764 CPUtime=49.14 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) R 10253 10256 10029 0 -1 4202560 21972 0 0 0 4745 169 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698016726360 139698395086414 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10661136 memory=6791534058613427641 CPUtime=50 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) R 10253 10256 10029 0 -1 4202560 26119 0 0 0 4822 178 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698015673256 139698402763495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10661136 memory=1760 CPUtime=49.39 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) R 10253 10256 10029 0 -1 4202560 23025 0 0 0 4780 159 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698014620760 139698395086414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10661136 memory=960 CPUtime=49.8 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) R 10253 10256 10029 0 -1 4202560 25855 0 0 0 4803 177 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698013567344 139698402763495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10661136 memory=1220 CPUtime=11.68 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 48145 0 0 0 1166 2 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697715184352 139698410145493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10661136 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697714132064 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10661136 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697713079168 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10661136 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697712027472 139698410153883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10661136 memory=288230621803970871 CPUtime=3.23 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 14587 0 0 0 318 5 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697710975856 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10661136 memory=15816686058080632 CPUtime=3.16 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 17528 0 0 0 313 3 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697709923056 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10661136 memory=844 CPUtime=0.76 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 10029 0 -1 1077944384 6148 0 0 0 74 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697708870256 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10661136 memory=1460 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10661136 memory=2160 CPUtime=0.04 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1803 0 0 0 2 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323992 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+98.8524 s]
# the end of solver process 10256 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.736 s, system=7.3176 s

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

[startup+97.6011 s]
/proc/loadavg: 4.87 2.84 1.92 6/216 10354
/proc/meminfo: memFree=16669032/32770624 swapFree=67028784/67108860
[pid=10256] ppid=10253 vsize=10661136 memory=8323992 CPUtime=255.27 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 212893 0 0 0 24801 726 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2665284 2080998 3188 1 0 2627775 0
[pid=10256/tid=10258] ppid=10253 vsize=10661136 memory=8323992 CPUtime=34.85 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) S 10253 10256 10029 0 -1 1077944384 26315 0 0 0 3460 25 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698414371696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10661136 memory=6791534058613427641 CPUtime=49.93 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) R 10253 10256 10029 0 -1 4202560 21972 0 0 0 4824 169 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698016726360 139698395120288 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10661136 memory=844 CPUtime=50.77 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) R 10253 10256 10029 0 -1 4202560 26119 0 0 0 4898 179 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698015673256 139698402763495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10661136 memory=3328 CPUtime=50.19 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) R 10253 10256 10029 0 -1 4202560 23025 0 0 0 4860 159 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698014620760 139698394833062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10661136 memory=3008 CPUtime=50.57 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) R 10253 10256 10029 0 -1 4202560 25855 0 0 0 4880 177 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698013567344 139698402763495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10661136 memory=2764 CPUtime=11.68 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 48145 0 0 0 1166 2 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697715184352 139698410145493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697714132064 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697713079168 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10661136 memory=3800 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697712027120 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10661136 memory=2588 CPUtime=3.23 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 14587 0 0 0 318 5 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697710975856 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10661136 memory=2588 CPUtime=3.16 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 17528 0 0 0 313 3 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697709923056 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10661136 memory=1408 CPUtime=0.76 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 10029 0 -1 1077944384 6148 0 0 0 74 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697708870256 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10661136 memory=26928 CPUtime=0.04 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1803 0 0 0 2 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 255.27 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323992 KiB

[startup+98.4011 s]
/proc/loadavg: 4.87 2.84 1.92 6/216 10354
/proc/meminfo: memFree=16149308/32770624 swapFree=67028784/67108860
[pid=10256] ppid=10253 vsize=10661136 memory=8323992 CPUtime=258.4 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 213266 0 0 0 25113 727 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2665284 2080998 3188 1 0 2627775 0
[pid=10256/tid=10258] ppid=10253 vsize=10661136 memory=1876 CPUtime=34.85 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) S 10253 10256 10029 0 -1 1077944384 26315 0 0 0 3460 25 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698414371696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10661136 memory=1664 CPUtime=50.71 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) R 10253 10256 10029 0 -1 4202560 21972 0 0 0 4902 169 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698016726360 139698395086363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10661136 memory=8323992 CPUtime=51.54 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) R 10253 10256 10029 0 -1 4202560 26119 0 0 0 4975 179 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698015673256 139698402763495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10661136 memory=8323992 CPUtime=50.99 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) R 10253 10256 10029 0 -1 4202560 23398 0 0 0 4940 159 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698014620760 139698391731222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10661136 memory=15316 CPUtime=51.34 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) R 10253 10256 10029 0 -1 4202560 25855 0 0 0 4956 178 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698013567344 139698402763495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10661136 memory=3604 CPUtime=11.68 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 48145 0 0 0 1166 2 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697715184352 139698410145493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10661136 memory=13712 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697714132064 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10661136 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697713079168 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10661136 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697712027120 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10661136 memory=26928 CPUtime=3.23 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 14587 0 0 0 318 5 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697710975616 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10661136 memory=776 CPUtime=3.16 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 17528 0 0 0 313 3 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697709923104 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10661136 memory=8323992 CPUtime=0.76 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 10029 0 -1 1077944384 6148 0 0 0 74 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697708870304 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10661136 memory=916 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10661136 memory=8323992 CPUtime=0.04 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1803 0 0 0 2 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 258.4 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323992 KiB

[startup+98.8011 s]
/proc/loadavg: 4.87 2.84 1.92 6/216 10354
/proc/meminfo: memFree=16149308/32770624 swapFree=67028784/67108860
[pid=10256] ppid=10253 vsize=10661136 memory=8323992 CPUtime=259.96 cores=0,2,4,6
/proc/10256/stat : 10256 (java) S 10253 10256 10029 0 -1 1077944320 213278 0 0 0 25269 727 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 140732462128448 139698410135287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
/proc/10256/statm: 2665284 2080998 3188 1 0 2627775 0
[pid=10256/tid=10258] ppid=10253 vsize=10661136 memory=288230621803970871 CPUtime=34.85 cores=0,2,4,6
/proc/10256/task/10258/stat : 10258 (java) S 10253 10256 10029 0 -1 1077944384 26315 0 0 0 3460 25 0 0 20 0 15 0 105918158 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698414371696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10259] ppid=10253 vsize=10661136 memory=15816686058080632 CPUtime=51.11 cores=0,2,4,6
/proc/10256/task/10259/stat : 10259 (java) R 10253 10256 10029 0 -1 4202560 21972 0 0 0 4942 169 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698016726360 139698394589216 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10260] ppid=10253 vsize=10661136 memory=140265041955095 CPUtime=51.93 cores=0,2,4,6
/proc/10256/task/10260/stat : 10260 (java) R 10253 10256 10029 0 -1 4202560 26119 0 0 0 5013 180 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698015672944 139698402763495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10261] ppid=10253 vsize=10661136 memory=140265041955104 CPUtime=51.39 cores=0,2,4,6
/proc/10256/task/10261/stat : 10261 (java) R 10253 10256 10029 0 -1 4202560 23410 0 0 0 4980 159 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698014620456 139698402763495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10262] ppid=10253 vsize=10661136 memory=149357487720518 CPUtime=51.72 cores=0,2,4,6
/proc/10256/task/10262/stat : 10262 (java) R 10253 10256 10029 0 -1 4202560 25855 0 0 0 4994 178 0 0 20 0 15 0 105918159 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139698013567344 139698402763495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10263] ppid=10253 vsize=10661136 memory=150255135893293 CPUtime=11.68 cores=0,2,4,6
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 10029 0 -1 1077944384 48145 0 0 0 1166 2 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697715184352 139698410145493 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10264] ppid=10253 vsize=10661136 memory=183334974007085 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697714132064 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10265] ppid=10253 vsize=10661136 memory=183446643156781 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 10029 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105918161 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697713079168 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10266] ppid=10253 vsize=10661136 memory=183450938124077 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697712027120 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10267] ppid=10253 vsize=10661136 memory=183450938124077 CPUtime=3.23 cores=0,2,4,6
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 10029 0 -1 1077944384 14587 0 0 0 318 5 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697710975616 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10268] ppid=10253 vsize=10661136 memory=183468117993261 CPUtime=3.16 cores=0,2,4,6
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 10029 0 -1 1077944384 17528 0 0 0 313 3 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697709923104 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10269] ppid=10253 vsize=10661136 memory=184292751714093 CPUtime=0.76 cores=0,2,4,6
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 10029 0 -1 1077944384 6148 0 0 0 74 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697708870304 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10270] ppid=10253 vsize=10661136 memory=184297046681616 CPUtime=0 cores=0,2,4,6
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697707817696 139698410145493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
[pid=10256/tid=10271] ppid=10253 vsize=10661136 memory=-8412652160765825907 CPUtime=0.04 cores=0,2,4,6
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 10029 0 -1 1077944384 1803 0 0 0 2 2 0 0 20 0 15 0 105918164 10917003264 2080998 33554432000 4194304 4196468 140732462145904 139697706764976 139698410146434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32309248 140732462150774 140732462150926 140732462150926 140732462153679 0
Current children cumulated CPU time: 259.96 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8323992 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 98.8525
CPU time (s): 260.054
CPU user time (s): 252.736
CPU system time (s): 7.3176
CPU usage (%): 263.072
Max. virtual memory (cumulated for all children) (KiB): 10661908
Max. memory (cumulated for all children) (KiB): 8323992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.736
system time used= 7.3176
maximum resident set size= 8324260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7146
involuntary context switches= 5564


# summary of solver processes directly reported to runsolver:
#   pid: 10256
#   total CPU time (s): 260.054
#   total CPU user time (s): 252.736
#   total CPU system time (s): 7.3176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.562721 second user time and 1.02577 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 18:59:10
IDJOB=4301667
IDBENCH=141266
IDSOLVER=2773
FILE ID=node102/4301667-1532883549
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52644 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301667-1532883549/watcher-4301667-1532883549 -o /tmp/evaluation-result-4301667-1532883549/solver-4301667-1532883549 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301667-1532883549.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=766947190

node102.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.51
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.51
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.51
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.51
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:        25948056 kB
MemAvailable:   31432872 kB
Buffers:          229860 kB
Cached:          5499484 kB
SwapCached:        53072 kB
Active:          2007536 kB
Inactive:        4292584 kB
Active(anon):     496880 kB
Inactive(anon):    99168 kB
Active(file):    1510656 kB
Inactive(file):  4193416 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028780 kB
Dirty:            347008 kB
Writeback:             0 kB
AnonPages:        224304 kB
Mapped:            49220 kB
Shmem:             22544 kB
Slab:             222456 kB
SReclaimable:     193160 kB
SUnreclaim:        29296 kB
KernelStack:        3520 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1497448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52616 MiB
End job on node102 at 2018-07-29 19:00:49