Trace number 4307588

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
OscaR - Conflict Ordering 2018-08-14? (TO) 2520.04 2511.91

General information on the benchmark

NameLangford/
LangfordBin-14_c18.xml
MD5SUM907d87f313d4aa93f4a53d5ea17b135a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints42
Number of domains2
Minimum domain size14
Maximum domain size28
Distribution of domain sizes[{"size":14,"count":28},{"size":28,"count":28}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":28}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":14},{"arity":29,"count":28}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"element","count":28}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1604257139
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.50/1.01	c Parsing done, starting search...
2520.02/2511.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11080 MiB free)
  memory of node 1: 16384 MiB (12175 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307588-1534260568/watcher-4307588-1534260568 -o /tmp/evaluation-result-4307588-1534260568/solver-4307588-1534260568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534258053-29014 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1604257139 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307588-1534260568.xml 

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

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


[startup+0.103044 s]*
/proc/loadavg: 1.27 1.31 1.24 4/215 29424
/proc/meminfo: memFree=23796364/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14082736 memory=33912 CPUtime=0.12 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 8021 0 0 0 11 1 0 0 20 0 15 0 243620030 14420721664 8478 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3520684 8478 3154 1 0 3482761 0
[pid=29409/tid=29411] ppid=29406 vsize=14082736 memory=-6966717399930856064 CPUtime=0.09 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 6072 0 0 0 8 1 0 0 20 0 15 0 243620030 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732595503120 139732591291798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14082736 memory=5793855443362884025 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620032 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732132189344 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732063347440 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0.01 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) R 29406 29409 28983 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732059138544 139732570550012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 8478 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33912 KiB

[startup+0.213042 s]*
/proc/loadavg: 1.27 1.31 1.24 6/215 29424
/proc/meminfo: memFree=23781392/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14082736 memory=47360 CPUtime=0.31 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 10383 0 0 0 28 3 0 0 20 0 15 0 243620030 14420721664 11840 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3520684 11840 3407 1 0 3482761 0
[pid=29409/tid=29411] ppid=29406 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 1077944384 8103 0 0 0 18 2 0 0 20 0 15 0 243620030 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732595508672 139732591290069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14082736 memory=4211973918557781386 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620032 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732132189344 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732063347440 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) R 29406 29409 28983 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) R 29406 29409 28983 0 -1 4202560 266 0 0 0 2 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732060183104 139732571730016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0.05 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) R 29406 29409 28983 0 -1 4202560 300 0 0 0 5 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732059134224 139732214349945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 11840 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47360 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.27 1.31 1.24 4/215 29424
/proc/meminfo: memFree=23778104/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14082736 memory=50600 CPUtime=0.44 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 10775 0 0 0 41 3 0 0 20 0 15 0 243620030 14420721664 12650 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3520684 12650 3410 1 0 3482761 0
[pid=29409/tid=29411] ppid=29406 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 8460 0 0 0 28 2 0 0 20 0 15 0 243620030 14420721664 12650 33554432000 4194304 4196468 140721201394480 139732595495496 139732575360350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14082736 memory=4211973918557781386 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 12650 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14082736 memory=140192352993199 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 12650 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14082736 memory=140192228973365 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 12650 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14082736 memory=140192228953551 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620031 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14082736 memory=140192353019857 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620032 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14082736 memory=140192228962735 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732132189344 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14082736 memory=280384457916304 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620033 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732063347440 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14082736 memory=280384457914000 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0.07 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14082736 memory=140192352990848 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620035 14420721664 12702 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50600 KiB

[startup+0.700747 s]
/proc/loadavg: 1.27 1.31 1.24 3/215 29424
/proc/meminfo: memFree=23740352/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14084804 memory=88656 CPUtime=0.97 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 17578 0 0 0 92 5 0 0 20 0 15 0 243620030 14422839296 22164 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3521201 22164 3499 1 0 3483273 0
[pid=29409/tid=29411] ppid=29406 vsize=14084804 memory=752 CPUtime=0.67 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 14912 0 0 0 64 3 0 0 20 0 15 0 243620030 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732595503968 139732591301789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620031 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620032 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620033 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732132189344 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620033 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732063347440 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14084804 memory=212 CPUtime=0.05 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 428 0 0 0 5 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 436 0 0 0 7 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14084804 memory=633 CPUtime=0.15 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 420 0 0 0 15 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14084804 memory=280384458100208 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620035 14422839296 22164 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88656 KiB

[startup+1.50076 s]
/proc/loadavg: 1.27 1.31 1.24 3/215 29424
/proc/meminfo: memFree=23610720/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14088900 memory=145692 CPUtime=2.78 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 26408 0 0 0 271 7 0 0 20 0 15 0 243620030 14427033600 36423 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3522225 36423 3531 1 0 3484297 0
[pid=29409/tid=29411] ppid=29406 vsize=14088900 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 18526 0 0 0 143 5 0 0 20 0 15 0 243620030 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732595515704 139732218665045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14088900 memory=-3535359994705172579 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14088900 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14088900 memory=-6223234201447262562 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620031 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620031 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14088900 memory=9051559694092566701 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620032 14427033600 36423 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0

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

/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 31876 0 0 0 243422 14 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732595518144 139732218932683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.67 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 5054 0 0 0 245 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14088900 memory=230968 CPUtime=2.63 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 2993 0 0 0 241 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14088900 memory=230968 CPUtime=2.66 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 2599 0 0 0 241 25 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.66 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 2986 0 0 0 245 21 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14088900 memory=233016 CPUtime=3.07 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5806 0 0 0 288 19 0 0 20 0 15 0 243620032 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732132189408 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14088900 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732063347456 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14088900 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 3011 0 0 0 50 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14088900 memory=4108 CPUtime=0.57 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 3514 0 0 0 56 1 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.37 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 4256 0 0 0 37 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.58 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1363 0 0 0 25 33 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 2450.18 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 233016 KiB

[startup+2502.3 s]
/proc/loadavg: 1.48 1.37 1.33 3/215 29683
/proc/meminfo: memFree=23210996/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14088900 memory=233016 CPUtime=2510.39 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 65678 0 0 0 250914 125 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3522225 58254 3566 1 0 3484297 0
[pid=29409/tid=29411] ppid=29406 vsize=14088900 memory=233016 CPUtime=2494.18 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 32265 0 0 0 249404 14 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732595518032 139732218932794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.74 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 5058 0 0 0 252 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.7 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 3037 0 0 0 247 23 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.73 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 2620 0 0 0 248 25 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.74 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 3113 0 0 0 252 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14088900 memory=233016 CPUtime=3.16 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5979 0 0 0 296 20 0 0 20 0 15 0 243620032 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14088900 memory=66024 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732132189408 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14088900 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732063347456 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.5 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 3013 0 0 0 50 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.57 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 3516 0 0 0 56 1 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.37 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 4258 0 0 0 37 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14088900 memory=66024 CPUtime=0.59 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1378 0 0 0 26 33 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 2510.39 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 233016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.9 s]
/proc/loadavg: 1.56 1.39 1.34 3/215 29683
/proc/meminfo: memFree=23115300/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14088900 memory=233016 CPUtime=2520.02 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 65704 0 0 0 251877 125 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3522225 58254 3566 1 0 3484297 0
[pid=29409/tid=29411] ppid=29406 vsize=14088900 memory=233016 CPUtime=2503.75 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 32286 0 0 0 250361 14 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732595518064 139732218470542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.75 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 5058 0 0 0 253 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.72 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 3037 0 0 0 249 23 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.74 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 2621 0 0 0 249 25 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.75 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 3113 0 0 0 253 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14088900 memory=233016 CPUtime=3.17 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5981 0 0 0 297 20 0 0 20 0 15 0 243620032 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732132189408 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14088900 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732063347456 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.5 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 3013 0 0 0 50 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.57 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 3516 0 0 0 56 1 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.37 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 4258 0 0 0 37 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.6 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1380 0 0 0 26 34 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 233016 KiB

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

[startup+2511.91 s]
# the end of solver process 29409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.78 s, system=1.2615 s

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

[startup+2511.9 s]
/proc/loadavg: 1.56 1.39 1.34 3/215 29683
/proc/meminfo: memFree=23115300/32770624 swapFree=67108196/67108860
[pid=29409] ppid=29406 vsize=14088900 memory=233016 CPUtime=2520.02 cores=0,2,4,6
/proc/29409/stat : 29409 (java) S 29406 29409 28983 0 -1 1077944320 65704 0 0 0 251877 125 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 140721201377024 139732591279863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
/proc/29409/statm: 3522225 58254 3566 1 0 3484297 0
[pid=29409/tid=29411] ppid=29406 vsize=14088900 memory=233016 CPUtime=2503.75 cores=0,2,4,6
/proc/29409/task/29411/stat : 29411 (java) R 29406 29409 28983 0 -1 4202560 32286 0 0 0 250361 14 0 0 20 0 15 0 243620030 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732595518064 139732218470542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29412] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.75 cores=0,2,4,6
/proc/29409/task/29412/stat : 29412 (java) S 29406 29409 28983 0 -1 1077944384 5058 0 0 0 253 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732543900688 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29413] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.72 cores=0,2,4,6
/proc/29409/task/29413/stat : 29413 (java) S 29406 29409 28983 0 -1 1077944384 3037 0 0 0 249 23 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732542848144 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29414] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.74 cores=0,2,4,6
/proc/29409/task/29414/stat : 29414 (java) S 29406 29409 28983 0 -1 1077944384 2621 0 0 0 249 25 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732541795088 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29415] ppid=29406 vsize=14088900 memory=233016 CPUtime=2.75 cores=0,2,4,6
/proc/29409/task/29415/stat : 29415 (java) S 29406 29409 28983 0 -1 1077944384 3113 0 0 0 253 22 0 0 20 0 15 0 243620031 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732540742544 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29416] ppid=29406 vsize=14088900 memory=233016 CPUtime=3.17 cores=0,2,4,6
/proc/29409/task/29416/stat : 29416 (java) S 29406 29409 28983 0 -1 1077944384 5981 0 0 0 297 20 0 0 20 0 15 0 243620032 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732133243120 139732591291010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29417] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29417/stat : 29417 (java) S 29406 29409 28983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732132189408 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29418] ppid=29406 vsize=14088900 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29418/stat : 29418 (java) S 29406 29409 28983 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243620033 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732063347456 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29419] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29419/stat : 29419 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732062296016 139732591298459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29420] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.5 cores=0,2,4,6
/proc/29409/task/29420/stat : 29420 (java) S 29406 29409 28983 0 -1 1077944384 3013 0 0 0 50 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732061244144 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29421] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.57 cores=0,2,4,6
/proc/29409/task/29421/stat : 29421 (java) S 29406 29409 28983 0 -1 1077944384 3516 0 0 0 56 1 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732060191600 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29422] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.37 cores=0,2,4,6
/proc/29409/task/29422/stat : 29422 (java) S 29406 29409 28983 0 -1 1077944384 4258 0 0 0 37 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732059138544 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29423] ppid=29406 vsize=14088900 memory=233016 CPUtime=0 cores=0,2,4,6
/proc/29409/task/29423/stat : 29423 (java) S 29406 29409 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732058086240 139732591290069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
[pid=29409/tid=29424] ppid=29406 vsize=14088900 memory=233016 CPUtime=0.6 cores=0,2,4,6
/proc/29409/task/29424/stat : 29424 (java) S 29406 29409 28983 0 -1 1077944384 1380 0 0 0 26 34 0 0 20 0 15 0 243620035 14427033600 58254 33554432000 4194304 4196468 140721201394480 139732057033264 139732591291010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25739264 140721201402960 140721201403145 140721201403145 140721201405903 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 233016 KiB

Child status: 143
Real time (s): 2511.91
CPU time (s): 2520.04
CPU user time (s): 2518.78
CPU system time (s): 1.2615
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 233016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.78
system time used= 1.2615
maximum resident set size= 233384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141505
involuntary context switches= 5357


# summary of solver processes directly reported to runsolver:
#   pid: 29409
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.78
#   total CPU system time (s): 1.2615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5011 second user time and 22.4105 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-14 17:29:28
IDJOB=4307588
IDBENCH=141340
IDSOLVER=2790
FILE ID=node151/4307588-1534260568
RUNJOBID= node151-1534258053-29014
PBS_JOBID= 21038114
Free space on /tmp= 43868 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-14_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307588-1534260568/watcher-4307588-1534260568 -o /tmp/evaluation-result-4307588-1534260568/solver-4307588-1534260568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534258053-29014 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1604257139 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307588-1534260568.xml

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

MD5SUM BENCH= 907d87f313d4aa93f4a53d5ea17b135a
RANDOM SEED=1604257139

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23813660 kB
MemAvailable:   31655548 kB
Buffers:          152208 kB
Cached:          7912376 kB
SwapCached:           12 kB
Active:          4392484 kB
Inactive:        3973724 kB
Active(anon):     251216 kB
Inactive(anon):   102596 kB
Active(file):    4141268 kB
Inactive(file):  3871128 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35984 kB
Writeback:          2264 kB
AnonPages:        299496 kB
Mapped:            69088 kB
Shmem:             49524 kB
Slab:             287520 kB
SReclaimable:     257952 kB
SUnreclaim:        29568 kB
KernelStack:        3584 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1453152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43828 MiB
End job on node151 at 2018-08-14 18:11:20