Trace number 4299273

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.08 2514.71

General information on the benchmark

NameLangford/
LangfordBin-11_c18.xml
MD5SUM0eb659d8c217bf688ca291acdf1662a5
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.006639
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints33
Number of domains2
Minimum domain size11
Maximum domain size22
Distribution of domain sizes[{"size":11,"count":22},{"size":22,"count":22}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":22},{"degree":22,"count":22}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":11},{"arity":23,"count":22}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"element","count":22}]
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.06/2514.70	s SATISFIABLE
2520.06/2514.70	v <instantiation>
2520.06/2514.70	v 	<list>
2520.06/2514.70	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] v[16] v[17] v[18] v[19] v[20] v[21] 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] p[16] p[17] p[18] p[19] p[20] p[21] 
2520.06/2514.70	v 	</list>
2520.06/2514.70	v 	<values>
2520.06/2514.70	v 		1 10 1 3 4 11 6 3 7 4 8 9 10 6 5 2 7 11 2 8 5 9 2 0 18 15 7 3 9 4 20 14 13 6 16 8 19 10 21 11 12 1 17 5 
2520.06/2514.70	v 	</values>
2520.06/2514.70	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 (13268 MiB free)
  memory of node 1: 16384 MiB (14222 MiB free)
  node distances:
     10  21
     21  10

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

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
Current StackSize limit: 8192 KiB

solver pid=10583, runsolver pid=10576

[startup+0.100058 s]*
/proc/loadavg: 1.43 1.39 1.47 6/220 10612
/proc/meminfo: memFree=28118092/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10658972 memory=28240 CPUtime=0.13 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 5398 0 0 0 12 1 0 0 20 0 15 0 98535194 10914787328 7060 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2664743 7060 2883 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10658972 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 3228 0 0 0 9 0 0 0 20 0 15 0 98535195 10914787328 7060 33554432000 4194304 4196468 140724075323088 140647011712368 140647000206935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10658972 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535195 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10658972 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535197 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98535197 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98535197 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) R 10576 10583 10521 0 -1 1077944384 474 0 0 0 0 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646562961520 140647007499989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) R 10576 10583 10521 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646561908848 140646985515604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10658972 memory=140316971529856 CPUtime=0.02 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) R 10576 10583 10521 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646560856304 140646991672878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10658972 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) R 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535200 10914787328 7060 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28240 KiB

[startup+0.210903 s]*
/proc/loadavg: 1.43 1.39 1.47 5/220 10612
/proc/meminfo: memFree=28094840/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=40484 CPUtime=0.33 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 8160 0 0 0 31 2 0 0 20 0 15 0 98535194 10916999168 10121 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 10121 3008 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 5275 0 0 0 19 1 0 0 20 0 15 0 98535195 10916999168 10121 33554432000 4194304 4196468 140724075323088 140647011722096 140646991570270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=364 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=3978003168943568544 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) S 10576 10583 10521 0 -1 1077944384 729 0 0 0 3 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646562961392 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) S 10576 10583 10521 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0.07 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 741 0 0 0 7 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 10121 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40484 KiB

[startup+0.312256 s]*
/proc/loadavg: 1.43 1.39 1.47 8/220 10612
/proc/meminfo: memFree=28083860/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=46440 CPUtime=0.55 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 8860 0 0 0 52 3 0 0 20 0 15 0 98535194 10916999168 11610 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 11610 3044 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 5727 0 0 0 28 2 0 0 20 0 15 0 98535195 10916999168 11610 33554432000 4194304 4196468 140724075323088 140647011727008 140646991533413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=3545094654762579616 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) R 10576 10583 10521 0 -1 4202560 843 0 0 0 7 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646562961312 140646989015358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) R 10576 10583 10521 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0.13 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) R 10576 10583 10521 0 -1 4202560 845 0 0 0 13 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646560856304 140646991570270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=140316971529856 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 11610 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46440 KiB

[startup+0.700719 s]
/proc/loadavg: 1.43 1.39 1.47 9/220 10612
/proc/meminfo: memFree=28054280/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=71496 CPUtime=1.73 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 12529 0 0 0 170 3 0 0 20 0 15 0 98535194 10916999168 17874 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 17874 3102 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=1236 CPUtime=0.67 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 5815 0 0 0 65 2 0 0 20 0 15 0 98535195 10916999168 17874 33554432000 4194304 4196468 140724075323088 140647011729072 140724075390914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=16304 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=6081108994580048232 CPUtime=0.44 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) R 10576 10583 10521 0 -1 4202560 2680 0 0 0 44 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646562946856 140646985086576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=6154282490091891024 CPUtime=0.4 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) R 10576 10583 10521 0 -1 4202560 1335 0 0 0 40 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646561889680 140646992398624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 1328 0 0 0 19 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 17874 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 71496 KiB

[startup+1.5008 s]
/proc/loadavg: 1.43 1.39 1.47 5/220 10612
/proc/meminfo: memFree=28000660/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=116484 CPUtime=3.29 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 17971 0 0 0 323 6 0 0 20 0 15 0 98535194 10916999168 29121 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 29121 3114 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=104836 CPUtime=1.47 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 6188 0 0 0 143 4 0 0 20 0 15 0 98535195 10916999168 29121 33554432000 4194304 4196468 140724075323088 140647011730896 140724075390914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 29121 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 29121 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 29121 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98535195 10916999168 29121 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 29121 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0

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

/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 14836 0 0 0 241115 2779 0 0 20 0 15 0 98535195 10916999168 49552 33554432000 4194304 4196468 140724075323088 140647011728464 140646642551424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.04 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1428 0 0 0 87 17 0 0 20 0 15 0 98535195 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.05 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 3323 0 0 0 91 14 0 0 20 0 15 0 98535195 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.03 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 2583 0 0 0 86 17 0 0 20 0 15 0 98535195 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.06 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2176 0 0 0 91 15 0 0 20 0 15 0 98535195 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.65 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5166 0 0 0 155 10 0 0 20 0 15 0 98535197 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=198208 CPUtime=0.91 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) S 10576 10583 10521 0 -1 1077944384 5208 0 0 0 91 0 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646562961392 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=198208 CPUtime=0.87 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) S 10576 10583 10521 0 -1 1077944384 5504 0 0 0 86 1 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=198208 CPUtime=0.27 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 3352 0 0 0 26 1 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 695 0 0 0 29 36 0 0 20 0 15 0 98535200 10916999168 49552 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 2447.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198208 KiB

[startup+2502.3 s]
/proc/loadavg: 1.31 1.39 1.42 4/219 10724
/proc/meminfo: memFree=27735384/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=198244 CPUtime=2507.64 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 45782 0 0 0 247844 2920 0 0 20 0 15 0 98535194 10916999168 49561 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 49561 3150 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=10588 CPUtime=2498.86 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 14912 0 0 0 247041 2845 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140647011729104 140724075390914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.06 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1430 0 0 0 89 17 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.08 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 3324 0 0 0 94 14 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.06 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 2585 0 0 0 88 18 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=198208 CPUtime=1.09 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2178 0 0 0 93 16 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.68 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5171 0 0 0 158 10 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=198244 CPUtime=0.91 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) S 10576 10583 10521 0 -1 1077944384 5208 0 0 0 91 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646562961392 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=16340 CPUtime=0.87 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) S 10576 10583 10521 0 -1 1077944384 5504 0 0 0 86 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=198244 CPUtime=0.27 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 3352 0 0 0 26 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=28556 CPUtime=0.67 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 699 0 0 0 30 37 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 2507.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.7 s]
/proc/loadavg: 1.34 1.39 1.43 4/219 10724
/proc/meminfo: memFree=27735384/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=198244 CPUtime=2520.06 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 45799 0 0 0 249072 2934 0 0 20 0 15 0 98535194 10916999168 49561 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 49561 3150 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=198244 CPUtime=2511.25 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 14927 0 0 0 248266 2859 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140647011728752 140724075390914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.06 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1430 0 0 0 89 17 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.09 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 3325 0 0 0 94 15 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.07 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 2585 0 0 0 89 18 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.1 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2179 0 0 0 94 16 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.7 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5171 0 0 0 159 11 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=4096 CPUtime=0.91 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) S 10576 10583 10521 0 -1 1077944384 5208 0 0 0 91 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646562961392 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=15872 CPUtime=0.87 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) S 10576 10583 10521 0 -1 1077944384 5504 0 0 0 86 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=18280 CPUtime=0.27 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 3352 0 0 0 26 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=198244 CPUtime=0.67 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 699 0 0 0 30 37 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198244 KiB

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

[startup+2514.71 s]
# the end of solver process 10583 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2490.74 s, system=29.345 s

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

[startup+2514.7 s]
/proc/loadavg: 1.34 1.39 1.43 4/219 10724
/proc/meminfo: memFree=27735384/32770624 swapFree=67108744/67108860
[pid=10583] ppid=10576 vsize=10661132 memory=198244 CPUtime=2520.06 cores=0,2,4,6
/proc/10583/stat : 10583 (java) S 10576 10583 10521 0 -1 1077944320 45799 0 0 0 249072 2934 0 0 20 0 15 0 98535194 10916999168 49561 33554432000 4194304 4196468 140724075323088 140724075305632 140647007489783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
/proc/10583/statm: 2665283 49561 3150 1 0 2627263 0
[pid=10583/tid=10586] ppid=10576 vsize=10661132 memory=198244 CPUtime=2511.25 cores=0,2,4,6
/proc/10583/task/10586/stat : 10586 (java) R 10576 10583 10521 0 -1 4202560 14927 0 0 0 248266 2859 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140647011728752 140724075390914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10591] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.06 cores=0,2,4,6
/proc/10583/task/10591/stat : 10591 (java) S 10576 10583 10521 0 -1 1077944384 1430 0 0 0 89 17 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646960109840 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10592] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.09 cores=0,2,4,6
/proc/10583/task/10592/stat : 10592 (java) S 10576 10583 10521 0 -1 1077944384 3325 0 0 0 94 15 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646613178768 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10593] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.07 cores=0,2,4,6
/proc/10583/task/10593/stat : 10593 (java) S 10576 10583 10521 0 -1 1077944384 2585 0 0 0 89 18 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646612126224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10594] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.1 cores=0,2,4,6
/proc/10583/task/10594/stat : 10594 (java) S 10576 10583 10521 0 -1 1077944384 2179 0 0 0 94 16 0 0 20 0 15 0 98535195 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646611073680 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10596] ppid=10576 vsize=10661132 memory=198244 CPUtime=1.7 cores=0,2,4,6
/proc/10583/task/10596/stat : 10596 (java) S 10576 10583 10521 0 -1 1077944384 5171 0 0 0 159 11 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646567172592 140647007500930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10597] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10597/stat : 10597 (java) S 10576 10583 10521 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646566118816 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10599] ppid=10576 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10599/stat : 10599 (java) S 10576 10583 10521 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 98535197 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646565066224 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10603] ppid=10576 vsize=10661132 memory=198208 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10603/stat : 10603 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646564014800 140647007508379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10605] ppid=10576 vsize=10661132 memory=4096 CPUtime=0.91 cores=0,2,4,6
/proc/10583/task/10605/stat : 10605 (java) S 10576 10583 10521 0 -1 1077944384 5208 0 0 0 91 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646562961392 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10607] ppid=10576 vsize=10661132 memory=15872 CPUtime=0.87 cores=0,2,4,6
/proc/10583/task/10607/stat : 10607 (java) S 10576 10583 10521 0 -1 1077944384 5504 0 0 0 86 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646561908848 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10608] ppid=10576 vsize=10661132 memory=18280 CPUtime=0.27 cores=0,2,4,6
/proc/10583/task/10608/stat : 10608 (java) S 10576 10583 10521 0 -1 1077944384 3352 0 0 0 26 1 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646560856304 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10610] ppid=10576 vsize=10661132 memory=198244 CPUtime=0 cores=0,2,4,6
/proc/10583/task/10610/stat : 10610 (java) S 10576 10583 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646559804000 140647007499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
[pid=10583/tid=10612] ppid=10576 vsize=10661132 memory=198244 CPUtime=0.67 cores=0,2,4,6
/proc/10583/task/10612/stat : 10612 (java) S 10576 10583 10521 0 -1 1077944384 699 0 0 0 30 37 0 0 20 0 15 0 98535200 10916999168 49561 33554432000 4194304 4196468 140724075323088 140646558751536 140647007500930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 19668992 140724075328632 140724075328777 140724075328777 140724075331535 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198244 KiB

Child status: 143
Real time (s): 2514.71
CPU time (s): 2520.08
CPU user time (s): 2490.74
CPU system time (s): 29.345
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 198244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2490.74
system time used= 29.345
maximum resident set size= 198828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103182
involuntary context switches= 4021


# summary of solver processes directly reported to runsolver:
#   pid: 10583
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2490.74
#   total CPU system time (s): 29.345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7047 second user time and 21.8544 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 22:28:40
IDJOB=4299273
IDBENCH=141339
IDSOLVER=2768
FILE ID=node134/4299273-1532809720
RUNJOBID= node134-1532809720-10552
PBS_JOBID= 21022481
Free space on /tmp= 55560 MiB

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

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

MD5SUM BENCH= 0eb659d8c217bf688ca291acdf1662a5
RANDOM SEED=683402727

node134.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.68
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.68
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.68
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.68
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:        28150224 kB
MemAvailable:   31957760 kB
Buffers:          189992 kB
Cached:          3880668 kB
SwapCached:            0 kB
Active:          1779276 kB
Inactive:        2345944 kB
Active(anon):       4436 kB
Inactive(anon):    78424 kB
Active(file):    1774840 kB
Inactive(file):  2267520 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              2336 kB
Writeback:            16 kB
AnonPages:         62232 kB
Mapped:            44156 kB
Shmem:             25132 kB
Slab:             190468 kB
SReclaimable:     162020 kB
SUnreclaim:        28448 kB
KernelStack:        3264 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55560 MiB
End job on node134 at 2018-07-28 23:10:35