Trace number 4305125

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
Concrete 3.9.2SAT 9.65182 4.56421

General information on the benchmark

NameCarSequencing/
CarSequencing-dingbas_c18.xml
MD5SUMf25e9b6e669dc8bf92e23091ea1c77d3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009228
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints63
Number of domains2
Minimum domain size2
Maximum domain size6
Distribution of domain sizes[{"size":2,"count":50},{"size":6,"count":10}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":11},{"degree":8,"count":3}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":16},{"arity":4,"count":3},{"arity":5,"count":14},{"arity":6,"count":11},{"arity":7,"count":2},{"arity":8,"count":1},{"arity":10,"count":6}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"sum","count":52},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
9.39/4.35	v <instantiation>
9.39/4.35	v       <list>
9.39/4.35	v         cls[0] cls[1] cls[2] cls[3] cls[4] cls[5] cls[6] cls[7] cls[8] cls[9] opt[0][0] opt[0][1] opt[0][2] opt[0][3] opt[0][4] opt[1][0] opt[1][1] opt[1][2] opt[1][3] opt[1][4] opt[2][0] opt[2][1] opt[2][2] opt[2][3] opt[2][4] opt[3][0] opt[3][1] opt[3][2] opt[3][3] opt[3][4] opt[4][0] opt[4][1] opt[4][2] opt[4][3] opt[4][4] opt[5][0] opt[5][1] opt[5][2] opt[5][3] opt[5][4] opt[6][0] opt[6][1] opt[6][2] opt[6][3] opt[6][4] opt[7][0] opt[7][1] opt[7][2] opt[7][3] opt[7][4] opt[8][0] opt[8][1] opt[8][2] opt[8][3] opt[8][4] opt[9][0] opt[9][1] opt[9][2] opt[9][3] opt[9][4]
9.39/4.35	v       </list>
9.39/4.35	v       <values>
9.39/4.35	v         5 3 4 2 3 4 1 5 2 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 0
9.39/4.35	v       </values>
9.39/4.35	v     </instantiation>
9.39/4.35	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305125-1534116811/watcher-4305125-1534116811 -o /tmp/evaluation-result-4305125-1534116811/solver-4305125-1534116811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1961 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1353671071 HOME/instance-4305125-1534116811.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5542, runsolver pid=5539
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.30 1.43 1.50 3/206 5599
/proc/meminfo: memFree=22787760/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=10005480 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 4447 12845 0 0 1 0 4 3 20 0 6 0 229244281 10245611520 3794 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2501370 3794 1934 1 0 2489808 0
[pid=5542/tid=5595] ppid=5539 vsize=10005480 memory=-8530227557020516289 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 2306 12845 0 0 1 0 4 3 20 0 6 0 229244290 10245611520 3860 33554432000 4194304 4196468 140732195671264 140256520217168 140256541477243 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 6 0 229244291 10245611520 3860 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=10005480 memory=140068459894400 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 6 0 229244291 10245611520 3860 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 6 0 229244291 10245611520 3860 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 6 0 229244291 10245611520 3860 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.20987 s]*
/proc/loadavg: 1.30 1.43 1.50 3/215 5608
/proc/meminfo: memFree=22765016/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=10982696 memory=42920 CPUtime=0.25 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 8605 12845 0 0 17 1 4 3 20 0 15 0 229244281 11246280704 10730 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2745674 10730 2964 1 0 2708109 0
[pid=5542/tid=5595] ppid=5539 vsize=10982696 memory=8514701219931451533 CPUtime=0.19 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 5038 12845 0 0 11 1 4 3 20 0 15 0 229244290 11246280704 10730 33554432000 4194304 4196468 140732195671264 140256520167552 140256529943894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=10982696 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246280704 10730 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=10982696 memory=140068459894400 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246280704 10730 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246280704 10730 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246280704 10730 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=10982696 memory=140068459894400 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 13 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255324792096 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244293 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255176943216 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11246280704 10730 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 363 12845 0 0 1 0 4 3 20 0 15 0 229244295 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) S 5539 5542 1929 0 -1 1077944384 291 12845 0 0 1 0 4 3 20 0 15 0 229244295 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255971723248 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=10982696 memory=140068459894400 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 692 12845 0 0 3 0 4 3 20 0 15 0 229244295 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246280704 10730 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=10982696 memory=140068459894400 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246280704 10730 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42920 KiB

[startup+0.310459 s]*
/proc/loadavg: 1.30 1.43 1.50 3/215 5608
/proc/meminfo: memFree=22754500/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=10983192 memory=54284 CPUtime=0.38 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 10656 12845 0 0 29 2 4 3 20 0 15 0 229244281 11246788608 13571 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2745798 13571 3096 1 0 2708109 0
[pid=5542/tid=5595] ppid=5539 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 7060 12845 0 0 19 2 4 3 20 0 15 0 229244290 11246788608 13571 33554432000 4194304 4196468 140732195671264 140256520192416 140256531773744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=10983192 memory=7301013748478791760 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 13571 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=10983192 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 13571 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 13571 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 13571 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 13 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255324792096 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244293 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255176943216 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11246788608 13571 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 368 12845 0 0 1 0 4 3 20 0 15 0 229244295 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) S 5539 5542 1929 0 -1 1077944384 292 12845 0 0 1 0 4 3 20 0 15 0 229244295 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255971723248 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 717 12845 0 0 5 0 4 3 20 0 15 0 229244295 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246788608 13571 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246788608 13571 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54284 KiB

[startup+0.701717 s]
/proc/loadavg: 1.30 1.43 1.50 3/215 5608
/proc/meminfo: memFree=22742220/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=10983192 memory=87856 CPUtime=1 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 17169 12845 0 0 88 5 4 3 20 0 15 0 229244281 11246788608 21964 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2745798 21964 3237 1 0 2708109 0
[pid=5542/tid=5595] ppid=5539 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 12471 12845 0 0 56 3 4 3 20 0 15 0 229244290 11246788608 21964 33554432000 4194304 4196468 140732195671264 140256520201232 140256532460894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 21964 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=10983192 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 21964 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 21964 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244291 11246788608 21964 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 5 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 13 12845 0 0 0 0 4 3 20 0 15 0 229244292 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255324792096 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244293 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255176943216 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11246788608 21964 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 654 12845 0 0 7 0 4 3 20 0 15 0 229244295 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) S 5539 5542 1929 0 -1 1077944384 905 12845 0 0 10 0 4 3 20 0 15 0 229244295 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255971723248 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 915 12845 0 0 13 0 4 3 20 0 15 0 229244295 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246788608 21964 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11246788608 21964 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87856 KiB

[startup+1.50212 s]
/proc/loadavg: 1.43 1.46 1.50 3/215 5608
/proc/meminfo: memFree=22695268/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=10998092 memory=176472 CPUtime=2.28 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 24355 12845 0 0 211 10 4 3 20 0 15 0 229244281 11262046208 44118 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2749523 44118 3467 1 0 2711181 0
[pid=5542/tid=5595] ppid=5539 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 18128 12845 0 0 129 6 4 3 20 0 15 0 229244290 11262046208 44118 33554432000 4194304 4196468 140732195671264 140256520212672 140256548402333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 21 12845 0 0 1 0 4 3 20 0 15 0 229244291 11262046208 44118 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 1 0 4 3 20 0 15 0 229244291 11262046208 44118 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 190 12845 0 0 1 0 4 3 20 0 15 0 229244291 11262046208 44118 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 65 12845 0 0 0 0 4 3 20 0 15 0 229244291 11262046208 44118 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=10998092 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 56 12845 0 0 1 0 4 3 20 0 15 0 229244292 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=10998092 memory=280136691820800 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 0 0 4 3 20 0 15 0 229244292 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255324792160 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244293 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255176943232 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=10998092 memory=1084 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11262046208 44118 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=10998092 memory=1600 CPUtime=0.25 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 758 12845 0 0 18 0 4 3 20 0 15 0 229244295 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=10998092 memory=7952 CPUtime=0.3 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) S 5539 5542 1929 0 -1 1077944384 1366 12845 0 0 23 0 4 3 20 0 15 0 229244295 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255971723248 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=10998092 memory=4088 CPUtime=0.39 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 1541 12845 0 0 32 0 4 3 20 0 15 0 229244295 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=10998092 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11262046208 44118 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=10998092 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11262046208 44118 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/5542/statm: 2752088 66277 3499 1 0 2713741 0
[pid=5542/tid=5595] ppid=5539 vsize=11008352 memory=280136692239680 CPUtime=2.98 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 28084 12845 0 0 282 9 4 3 20 0 15 0 229244290 11272552448 66277 33554432000 4194304 4196468 140732195671264 140256520212144 140256548401754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=11008352 memory=388 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 36 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66277 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=11008352 memory=6944656592387989600 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 25 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66277 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=11008352 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 194 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66277 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=11008352 memory=8463010836841560325 CPUtime=0.09 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 88 12845 0 0 2 0 4 3 20 0 15 0 229244291 11272552448 66277 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=11008352 memory=8463010836858337701 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 1408 12845 0 0 3 0 4 3 20 0 15 0 229244292 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=11008352 memory=8386028100004163634 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 0 0 4 3 20 0 15 0 229244292 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255324792160 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=11008352 memory=280136692073984 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244293 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255176943232 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=11008352 memory=8025788835636668518 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11272552448 66277 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=11008352 memory=5860704123658201174 CPUtime=1.08 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 2982 12845 0 0 100 1 4 3 20 0 15 0 229244295 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=11008352 memory=8099531882097108048 CPUtime=0.83 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) R 5539 5542 1929 0 -1 4202560 1872 12845 0 0 75 1 4 3 20 0 15 0 229244295 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255971703152 140256548401754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=11008352 memory=288230574492221466 CPUtime=1.12 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 4115 12845 0 0 104 1 4 3 20 0 15 0 229244295 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11272552448 66277 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=11008352 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11272552448 66277 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 265108 KiB

[startup+4.56417 s]
# the end of solver process 5542 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.37201 s, system=0.279813 s

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

[startup+3.20093 s]
/proc/loadavg: 1.43 1.46 1.50 4/215 5608
/proc/meminfo: memFree=22564144/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=11008352 memory=267524 CPUtime=6.32 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 43758 12845 0 0 607 18 4 3 20 0 15 0 229244281 11272552448 66881 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2752088 66881 3500 1 0 2713741 0
[pid=5542/tid=5595] ppid=5539 vsize=11008352 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 29269 12845 0 0 291 9 4 3 20 0 15 0 229244290 11272552448 66881 33554432000 4194304 4196468 140732195671264 140256520212064 140256125821227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=11008352 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 36 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66881 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 25 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66881 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 194 12845 0 0 3 0 4 3 20 0 15 0 229244291 11272552448 66881 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=11008352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 88 12845 0 0 2 0 4 3 20 0 15 0 229244291 11272552448 66881 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 1408 12845 0 0 3 0 4 3 20 0 15 0 229244292 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 0 0 4 3 20 0 15 0 229244292 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255324792160 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244293 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255176943232 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11272552448 66881 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=11008352 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 3301 12845 0 0 105 1 4 3 20 0 15 0 229244295 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=11008352 memory=1260 CPUtime=0.91 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) S 5539 5542 1929 0 -1 1077944384 2618 12845 0 0 83 1 4 3 20 0 15 0 229244295 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255971723248 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=11008352 memory=14872 CPUtime=1.18 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 4603 12845 0 0 109 2 4 3 20 0 15 0 229244295 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11272552448 66881 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=11008352 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 1 12845 0 0 0 0 4 3 20 0 15 0 229244296 11272552448 66881 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 267524 KiB

[startup+4.00076 s]*
/proc/loadavg: 1.43 1.46 1.50 4/215 5608
/proc/meminfo: memFree=22507244/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=11012448 memory=288908 CPUtime=8.57 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 64631 12845 0 0 830 20 4 3 20 0 15 0 229244281 11276746752 72227 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2753112 72227 3509 1 0 2714765 0
[pid=5542/tid=5595] ppid=5539 vsize=11012448 memory=8514701219931451533 CPUtime=3.88 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) R 5539 5542 1929 0 -1 4202560 40993 12845 0 0 371 10 4 3 20 0 15 0 229244290 11276746752 72227 33554432000 4194304 4196468 140732195671264 140256520196160 140256529943963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=11012448 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 36 12845 0 0 3 0 4 3 20 0 15 0 229244291 11276746752 72227 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=11012448 memory=2319547985495328436 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 25 12845 0 0 3 0 4 3 20 0 15 0 229244291 11276746752 72227 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=11012448 memory=8470556256330945681 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 194 12845 0 0 3 0 4 3 20 0 15 0 229244291 11276746752 72227 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=11012448 memory=23802708755432 CPUtime=0.09 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 88 12845 0 0 2 0 4 3 20 0 15 0 229244291 11276746752 72227 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=11012448 memory=3834146267629697014 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 1430 12845 0 0 3 0 4 3 20 0 15 0 229244292 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255973829232 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=11012448 memory=3835151757478082865 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 0 0 4 3 20 0 15 0 229244292 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255324792160 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=11012448 memory=7517749588055517543 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 15 0 229244293 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255176943232 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=11012448 memory=380 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244295 11276746752 72227 33554432000 4194304 4196468 140732195671264 140254869543504 140256548399003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=11012448 memory=637 CPUtime=1.62 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 4800 12845 0 0 153 2 4 3 20 0 15 0 229244295 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255972776048 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=11012448 memory=137 CPUtime=1.52 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) R 5539 5542 1929 0 -1 4202560 7443 12845 0 0 144 1 4 3 20 0 15 0 229244295 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255971704264 140256528073499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=11012448 memory=193 CPUtime=1.53 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 7397 12845 0 0 143 3 4 3 20 0 15 0 229244295 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=11012448 memory=40187 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 15 0 229244296 11276746752 72227 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5608] ppid=5539 vsize=11012448 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5608/stat : 5608 (java) S 5539 5542 1929 0 -1 1077944384 10 12845 0 0 0 0 4 3 20 0 15 0 229244296 11276746752 72227 33554432000 4194304 4196468 140732195671264 140255969618864 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 288908 KiB

[startup+4.40076 s]
/proc/loadavg: 1.43 1.46 1.50 4/215 5608
/proc/meminfo: memFree=22507244/32770624 swapFree=67108804/67108860
[pid=5542] ppid=5539 vsize=11212820 memory=327468 CPUtime=9.61 cores=1,3,5,7
/proc/5542/stat : 5542 (java) S 5539 5542 1929 0 -1 1077944320 76118 12845 0 0 931 23 4 3 20 0 14 0 229244281 11481927680 81867 33554432000 4194304 4196468 140732195671264 140732195653808 140256548380407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
/proc/5542/statm: 2803205 81867 3511 1 0 2764858 0
[pid=5542/tid=5595] ppid=5539 vsize=11212820 memory=8112282956445269571 CPUtime=4.22 cores=1,3,5,7
/proc/5542/task/5595/stat : 5595 (java) S 5539 5542 1929 0 -1 1077944384 49174 12845 0 0 403 12 4 3 20 0 14 0 229244290 11481927680 81867 33554432000 4194304 4196468 140732195671264 140256520223888 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5596] ppid=5539 vsize=11212820 memory=916 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5596/stat : 5596 (java) S 5539 5542 1929 0 -1 1077944384 36 12845 0 0 3 0 4 3 20 0 14 0 229244291 11481927680 81867 33554432000 4194304 4196468 140732195671264 140256552622480 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5597] ppid=5539 vsize=11212820 memory=3848 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5597/stat : 5597 (java) S 5539 5542 1929 0 -1 1077944384 25 12845 0 0 3 0 4 3 20 0 14 0 229244291 11481927680 81867 33554432000 4194304 4196468 140732195671264 140256453110032 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5598] ppid=5539 vsize=11212820 memory=2604 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5598/stat : 5598 (java) S 5539 5542 1929 0 -1 1077944384 194 12845 0 0 3 0 4 3 20 0 14 0 229244291 11481927680 81867 33554432000 4194304 4196468 140732195671264 140256087476880 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5599] ppid=5539 vsize=11212820 memory=2604 CPUtime=0.09 cores=1,3,5,7
/proc/5542/task/5599/stat : 5599 (java) S 5539 5542 1929 0 -1 1077944384 88 12845 0 0 2 0 4 3 20 0 14 0 229244291 11481927680 81867 33554432000 4194304 4196468 140732195671264 140256086424080 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5600] ppid=5539 vsize=11212820 memory=920 CPUtime=0.1 cores=1,3,5,7
/proc/5542/task/5600/stat : 5600 (java) S 5539 5542 1929 0 -1 1077944384 1638 12845 0 0 3 0 4 3 20 0 14 0 229244292 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255973829440 140256548391554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5601] ppid=5539 vsize=11212820 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5601/stat : 5601 (java) S 5539 5542 1929 0 -1 1077944384 14 12845 0 0 0 0 4 3 20 0 14 0 229244292 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255324792160 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5602] ppid=5539 vsize=11212820 memory=2176 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5602/stat : 5602 (java) S 5539 5542 1929 0 -1 1077944384 2 12845 0 0 0 0 4 3 20 0 14 0 229244293 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255176943232 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5603] ppid=5539 vsize=11212820 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5603/stat : 5603 (java) S 5539 5542 1929 0 -1 1077944384 26 12845 0 0 0 0 4 3 20 0 14 0 229244295 11481927680 81867 33554432000 4194304 4196468 140732195671264 140254869542272 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5604] ppid=5539 vsize=11212820 memory=1916 CPUtime=1.77 cores=1,3,5,7
/proc/5542/task/5604/stat : 5604 (java) S 5539 5542 1929 0 -1 1077944384 4856 12845 0 0 168 2 4 3 20 0 14 0 229244295 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255972761040 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5605] ppid=5539 vsize=11212820 memory=0 CPUtime=1.91 cores=1,3,5,7
/proc/5542/task/5605/stat : 5605 (java) R 5539 5542 1929 0 -1 4202560 10108 12845 0 0 183 1 4 3 20 0 14 0 229244295 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255971709272 140256529924958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5606] ppid=5539 vsize=11212820 memory=4420 CPUtime=1.68 cores=1,3,5,7
/proc/5542/task/5606/stat : 5606 (java) S 5539 5542 1929 0 -1 1077944384 7733 12845 0 0 158 3 4 3 20 0 14 0 229244295 11481927680 81867 33554432000 4194304 4196468 140732195671264 140255970670960 140256548391554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
[pid=5542/tid=5607] ppid=5539 vsize=11212820 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/5542/task/5607/stat : 5607 (java) S 5539 5542 1929 0 -1 1077944384 3 12845 0 0 0 0 4 3 20 0 14 0 229244296 11481927680 81867 33554432000 4194304 4196468 140732195671264 140254438746592 140256548390613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140732195674732 140732195677532 140732195677532 140732195680207 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 11212820 KiB
Current children cumulated memory: 327468 KiB

[startup+4.50074 s]*
/proc/loadavg: 1.43 1.46 1.50 2/202 5609
/proc/meminfo: memFree=22792896/32770624 swapFree=67108804/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.56421
CPU time (s): 9.65182
CPU user time (s): 9.37201
CPU system time (s): 0.279813
CPU usage (%): 211.468
Max. virtual memory (cumulated for all children) (KiB): 11212820
Max. memory (cumulated for all children) (KiB): 327468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.37201
system time used= 0.279813
maximum resident set size= 329464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7011
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 5542
#   total CPU time (s): 9.65182
#   total CPU user time (s): 9.37201
#   total CPU system time (s): 0.279813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050126 second user time and 0.084908 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 01:33:31
IDJOB=4305125
IDBENCH=141456
IDSOLVER=2780
FILE ID=node105/4305125-1534116811
RUNJOBID= node105-1534099504-1961
PBS_JOBID= 21037006
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-dingbas_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305125-1534116811/watcher-4305125-1534116811 -o /tmp/evaluation-result-4305125-1534116811/solver-4305125-1534116811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1961 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1353671071 HOME/instance-4305125-1534116811.xml

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

MD5SUM BENCH= f25e9b6e669dc8bf92e23091ea1c77d3
RANDOM SEED=1353671071

node105.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.32
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.32
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.32
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.32
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:        22793900 kB
MemAvailable:   26251360 kB
Buffers:          158068 kB
Cached:          3556300 kB
SwapCached:           16 kB
Active:          7531308 kB
Inactive:        1882212 kB
Active(anon):    5651284 kB
Inactive(anon):   100520 kB
Active(file):    1880024 kB
Inactive(file):  1781692 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:       5706684 kB
Mapped:            64368 kB
Shmem:             49748 kB
Slab:             250972 kB
SReclaimable:     223156 kB
SUnreclaim:        27816 kB
KernelStack:        3504 kB
PageTables:        16584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6426776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5433344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 01:33:36