Trace number 4299297

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
The dodo solver 2018-04-29SAT (TO) 2520.1 2512.12

General information on the benchmark

NameLangford/
LangfordBin-08_c18.xml
MD5SUM6540e056641e8d5f1a9996bec92d89db
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.005749
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints24
Number of domains2
Minimum domain size8
Maximum domain size16
Distribution of domain sizes[{"size":8,"count":16},{"size":16,"count":16}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":16},{"degree":16,"count":16}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":8},{"arity":17,"count":16}]
Number of extensional constraints0
Number of intensional constraints8
Distribution of constraint types[{"type":"intension","count":8},{"type":"element","count":16}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.07/2512.11	s SATISFIABLE
2520.07/2512.11	v <instantiation>
2520.07/2512.11	v 	<list>
2520.07/2512.11	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] 
2520.07/2512.11	v 	</list>
2520.07/2512.11	v 	<values>
2520.07/2512.11	v 		1 5 1 4 6 7 8 5 4 2 3 6 2 7 3 8 2 0 12 9 14 10 8 3 7 1 11 4 13 5 15 6 
2520.07/2512.11	v 	</values>
2520.07/2512.11	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299297-1532810624/watcher-4299297-1532810624 -o /tmp/evaluation-result-4299297-1532810624/solver-4299297-1532810624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15483 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299297-1532810624.xml --timelimit 2520 

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=15508, runsolver pid=15504
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.00 1.03 1.31 5/215 15541
/proc/meminfo: memFree=20436700/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10658972 memory=27512 CPUtime=0.13 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 5249 0 0 0 12 1 0 0 20 0 15 0 98625557 10914787328 6878 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2664743 6878 2836 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10658972 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 3106 0 0 0 9 0 0 0 20 0 15 0 98625557 10914787328 6878 33554432000 4194304 4196468 140728675997824 139931262377328 139931236157585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6878 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10658972 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6878 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6878 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6878 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10658972 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625559 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) R 15504 15508 15451 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930356357584 139931258164949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) R 15504 15508 15451 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930355296336 139931239690705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10658972 memory=139994372400768 CPUtime=0.02 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) R 15504 15508 15451 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 98625562 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930354251888 139931236258928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10658972 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) R 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10914787328 6878 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27512 KiB

[startup+0.21066 s]*
/proc/loadavg: 1.00 1.03 1.31 3/215 15541
/proc/meminfo: memFree=20413692/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=40360 CPUtime=0.32 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 8150 0 0 0 31 1 0 0 20 0 15 0 98625557 10916999168 10090 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 10090 2983 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 5243 0 0 0 19 1 0 0 20 0 15 0 98625557 10916999168 10090 33554432000 4194304 4196468 140728675997824 139931262387056 139931258176669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=343 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 10090 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=139994373060133 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 10090 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 10090 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 10090 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) S 15504 15508 15451 0 -1 1077944384 636 0 0 0 2 0 0 0 20 0 15 0 98625562 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930356357488 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) S 15504 15508 15451 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 15 0 98625562 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930355304688 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0.07 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 821 0 0 0 7 0 0 0 20 0 15 0 98625562 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 10090 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40360 KiB

[startup+0.310695 s]*
/proc/loadavg: 1.00 1.03 1.31 6/215 15541
/proc/meminfo: memFree=20404544/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=47280 CPUtime=0.56 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 8958 0 0 0 53 3 0 0 20 0 15 0 98625557 10916999168 11820 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 11820 3059 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 5709 0 0 0 28 2 0 0 20 0 15 0 98625557 10916999168 11820 33554432000 4194304 4196468 140728675997824 139931262382864 140728676075458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=304556149062238231 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11820 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=139994373058060 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11820 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11820 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11820 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) R 15504 15508 15451 0 -1 4202560 740 0 0 0 6 0 0 0 20 0 15 0 98625562 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930356357488 139931237808672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) R 15504 15508 15451 0 -1 4202560 203 0 0 0 4 0 0 0 20 0 15 0 98625562 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930355304688 139931241565753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0.14 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) R 15504 15508 15451 0 -1 1077944384 934 0 0 0 14 0 0 0 20 0 15 0 98625562 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=139994372400768 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 11820 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47280 KiB

[startup+0.700749 s]
/proc/loadavg: 1.00 1.03 1.31 7/215 15541
/proc/meminfo: memFree=20373904/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=83476 CPUtime=1.74 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 13478 0 0 0 169 5 0 0 20 0 15 0 98625557 10916999168 20869 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 20869 3090 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 5780 0 0 0 64 3 0 0 20 0 15 0 98625557 10916999168 20869 33554432000 4194304 4196468 140728675997824 139931262395856 140728676075458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 20869 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 20869 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 20869 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 20869 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=6945208482816681536 CPUtime=0.43 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) R 15504 15508 15451 0 -1 4202560 2611 0 0 0 43 0 0 0 20 0 15 0 98625562 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930356342104 139931251254411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=7811323491934034026 CPUtime=0.41 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) R 15504 15508 15451 0 -1 4202560 2332 0 0 0 41 0 0 0 20 0 15 0 98625562 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930355285704 139931239698977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=5787213827096799335 CPUtime=0.19 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 1383 0 0 0 19 0 0 0 20 0 15 0 98625562 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 20869 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 83476 KiB

[startup+1.50075 s]
/proc/loadavg: 1.00 1.03 1.31 4/215 15541
/proc/meminfo: memFree=20306712/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=142696 CPUtime=3.6 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 23774 0 0 0 351 9 0 0 20 0 15 0 98625557 10916999168 35674 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 35674 3119 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 6148 0 0 0 142 6 0 0 20 0 15 0 98625557 10916999168 35674 33554432000 4194304 4196468 140728675997824 139931262396000 140728676075458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=40100 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 35674 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 35674 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=-6948055166404804227 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 35674 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=-7161131788332309537 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 35674 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 35674 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0

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

/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 16163 0 0 0 239368 4416 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931262393104 140728676075458 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.49 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 2501 0 0 0 123 26 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.5 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1659 0 0 0 122 28 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.52 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2119 0 0 0 126 26 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=279988517012832 CPUtime=1.49 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2473 0 0 0 125 24 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=215564 CPUtime=2.38 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5170 0 0 0 221 17 0 0 20 0 15 0 98625559 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.89 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) S 15504 15508 15451 0 -1 1077944384 16715 0 0 0 187 2 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930356357488 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.19 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) S 15504 15508 15451 0 -1 1077944384 8910 0 0 0 118 1 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930355304688 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=215564 CPUtime=0.23 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 2066 0 0 0 23 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=215564 CPUtime=0.52 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 470 0 0 0 22 30 0 0 20 0 15 0 98625563 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 2450.13 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215564 KiB

[startup+2502.3 s]
/proc/loadavg: 1.36 1.42 1.41 3/215 15637
/proc/meminfo: memFree=20074040/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=215564 CPUtime=2510.24 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 60435 0 0 0 246393 4631 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 53891 3150 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=215564 CPUtime=2497.73 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 16474 0 0 0 245249 4524 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931262393104 140728676075458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.53 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 2505 0 0 0 126 27 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.53 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1664 0 0 0 125 28 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.55 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2166 0 0 0 129 26 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.52 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2695 0 0 0 128 24 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=215564 CPUtime=2.44 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5340 0 0 0 227 17 0 0 20 0 15 0 98625559 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.89 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) S 15504 15508 15451 0 -1 1077944384 16717 0 0 0 187 2 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930356357488 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.19 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) S 15504 15508 15451 0 -1 1077944384 8912 0 0 0 118 1 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930355304688 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=215564 CPUtime=0.23 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 2068 0 0 0 23 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=1228 CPUtime=0.53 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 484 0 0 0 22 31 0 0 20 0 15 0 98625563 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 2510.24 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.11 s]
/proc/loadavg: 1.46 1.44 1.42 3/215 15637
/proc/meminfo: memFree=20074048/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=215564 CPUtime=2520.07 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 60455 0 0 0 247361 4646 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 53891 3150 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=1728 CPUtime=2507.52 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 16493 0 0 0 246214 4538 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931262394224 140728676075458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.53 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 2505 0 0 0 126 27 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=4136 CPUtime=1.54 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1664 0 0 0 126 28 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=279988516534128 CPUtime=1.56 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2166 0 0 0 130 26 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.52 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2695 0 0 0 128 24 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=215564 CPUtime=2.45 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5341 0 0 0 228 17 0 0 20 0 15 0 98625559 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.89 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) S 15504 15508 15451 0 -1 1077944384 16717 0 0 0 187 2 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930356357488 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.19 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) S 15504 15508 15451 0 -1 1077944384 8912 0 0 0 118 1 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930355304688 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=4136 CPUtime=0.23 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 2068 0 0 0 23 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=1792 CPUtime=0.53 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 484 0 0 0 22 31 0 0 20 0 15 0 98625563 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215564 KiB

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

[startup+2512.12 s]
# the end of solver process 15508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2473.63 s, system=46.4663 s

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

[startup+2512.11 s]
/proc/loadavg: 1.46 1.44 1.42 3/215 15637
/proc/meminfo: memFree=20074048/32770624 swapFree=67108860/67108860
[pid=15508] ppid=15504 vsize=10661132 memory=215564 CPUtime=2520.07 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15504 15508 15451 0 -1 1077944320 60455 0 0 0 247361 4646 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 140728675980368 139931258154743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
/proc/15508/statm: 2665283 53891 3150 1 0 2627263 0
[pid=15508/tid=15514] ppid=15504 vsize=10661132 memory=1728 CPUtime=2507.52 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) R 15504 15508 15451 0 -1 4202560 16493 0 0 0 246214 4538 0 0 20 0 15 0 98625557 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931262394224 140728676075458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15516] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.53 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15504 15508 15451 0 -1 1077944384 2505 0 0 0 126 27 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931184229008 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15517] ppid=15504 vsize=10661132 memory=4136 CPUtime=1.54 cores=1,3,5,7
/proc/15508/task/15517/stat : 15517 (java) S 15504 15508 15451 0 -1 1077944384 1664 0 0 0 126 28 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931183176208 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15518] ppid=15504 vsize=10661132 memory=279988516534128 CPUtime=1.56 cores=1,3,5,7
/proc/15508/task/15518/stat : 15518 (java) S 15504 15508 15451 0 -1 1077944384 2166 0 0 0 130 26 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931182123408 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15519] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.52 cores=1,3,5,7
/proc/15508/task/15519/stat : 15519 (java) S 15504 15508 15451 0 -1 1077944384 2695 0 0 0 128 24 0 0 20 0 15 0 98625558 10916999168 53891 33554432000 4194304 4196468 140728675997824 139931181070608 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15524] ppid=15504 vsize=10661132 memory=215564 CPUtime=2.45 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15504 15508 15451 0 -1 1077944384 5341 0 0 0 228 17 0 0 20 0 15 0 98625559 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930360568688 139931258165890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15526] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15526/stat : 15526 (java) S 15504 15508 15451 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930359514656 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15528] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15528/stat : 15528 (java) S 15504 15508 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930358461808 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15530] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15530/stat : 15530 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930357410128 139931258173339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15531] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.89 cores=1,3,5,7
/proc/15508/task/15531/stat : 15531 (java) S 15504 15508 15451 0 -1 1077944384 16717 0 0 0 187 2 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930356357488 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15532] ppid=15504 vsize=10661132 memory=215564 CPUtime=1.19 cores=1,3,5,7
/proc/15508/task/15532/stat : 15532 (java) S 15504 15508 15451 0 -1 1077944384 8912 0 0 0 118 1 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930355304688 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15533] ppid=15504 vsize=10661132 memory=4136 CPUtime=0.23 cores=1,3,5,7
/proc/15508/task/15533/stat : 15533 (java) S 15504 15508 15451 0 -1 1077944384 2068 0 0 0 23 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930354251888 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15538] ppid=15504 vsize=10661132 memory=215564 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15538/stat : 15538 (java) S 15504 15508 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930353199328 139931258164949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
[pid=15508/tid=15540] ppid=15504 vsize=10661132 memory=1792 CPUtime=0.53 cores=1,3,5,7
/proc/15508/task/15540/stat : 15540 (java) S 15504 15508 15451 0 -1 1077944384 484 0 0 0 22 31 0 0 20 0 15 0 98625563 10916999168 53891 33554432000 4194304 4196468 140728675997824 139930352147632 139931258165890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140728676004984 140728676005129 140728676005129 140728676007887 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215564 KiB

Child status: 143
Real time (s): 2512.12
CPU time (s): 2520.1
CPU user time (s): 2473.63
CPU system time (s): 46.4663
CPU usage (%): 100.317
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 216784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2473.63
system time used= 46.4663
maximum resident set size= 216784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124037
involuntary context switches= 2189


# summary of solver processes directly reported to runsolver:
#   pid: 15508
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2473.63
#   total CPU system time (s): 46.4663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1856 second user time and 18.9922 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 22:43:44
IDJOB=4299297
IDBENCH=141342
IDSOLVER=2768
FILE ID=node105/4299297-1532810624
RUNJOBID= node105-1532810624-15483
PBS_JOBID= 21022485
Free space on /tmp= 44624 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-08_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299297-1532810624/watcher-4299297-1532810624 -o /tmp/evaluation-result-4299297-1532810624/solver-4299297-1532810624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15483 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299297-1532810624.xml --timelimit 2520

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

MD5SUM BENCH= 6540e056641e8d5f1a9996bec92d89db
RANDOM SEED=621424940

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:        20469744 kB
MemAvailable:   31928740 kB
Buffers:          271096 kB
Cached:         11327276 kB
SwapCached:            0 kB
Active:          2393352 kB
Inactive:        9256772 kB
Active(anon):       6576 kB
Inactive(anon):    73344 kB
Active(file):    2386776 kB
Inactive(file):  9183428 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:         58144 kB
Mapped:            43400 kB
Shmem:             25228 kB
Slab:             344780 kB
SReclaimable:     317252 kB
SUnreclaim:        27528 kB
KernelStack:        3088 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 44620 MiB
End job on node105 at 2018-07-28 23:25:36