Trace number 4259424

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT7 7.65978 3.7590001

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t1.xml
MD5SUM0e22a2954fbf957e92bc2f9155ed2e18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.014852
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints24
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":77}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":7},{"degree":4,"count":26},{"degree":5,"count":41},{"degree":6,"count":3}]
Minimum constraint arity5
Maximum constraint arity20
Distribution of constraint arities[{"arity":5,"count":1},{"arity":6,"count":3},{"arity":7,"count":2},{"arity":8,"count":3},{"arity":9,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":13,"count":3},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.28/2.19	c Concrete v3.4 running
6.85/3.52	o 7
7.50/3.73	v <instantiation cost="7">
7.50/3.73	v       <list>
7.50/3.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76]
7.50/3.73	v       </list>
7.50/3.73	v       <values>
7.50/3.73	v         0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0
7.50/3.73	v       </values>
7.50/3.73	v     </instantiation>
7.50/3.73	s OPTIMUM FOUND

Verifier Data

OK	7

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259424-1501656564/watcher-4259424-1501656564 -o /tmp/evaluation-result-4259424-1501656564/solver-4259424-1501656564 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300 bin/concrete HOME/instance-4259424-1501656564.xml 

pid=15164
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.39 1.65 2/199 15167
/proc/meminfo: memFree=30458364/32770624 swapFree=0/239744
[pid=15167] ppid=15164 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15167/stat : 15167 (runsolver) D 15164 15167 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13471739 24240128 107 18446744073709551615 4194304 4338465 140731479641568 140731479639208 140024983122647 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25116672 140731479650512 140731479650886 140731479650886 140731479654346 0
/proc/15167/statm: 5918 107 53 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 1.24 1.39 1.65 2/199 15167
/proc/meminfo: memFree=30458364/32770624 swapFree=0/239744
[pid=15167] ppid=15164 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/15167/stat : 15167 (bash) S 15164 15167 5228 0 -1 4202496 896 6483 0 0 0 0 0 1 20 0 1 0 13471739 9867264 377 18446744073709551615 4194304 5098028 140723897448160 140723897442168 140675870948352 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 11874304 140723897451025 140723897451110 140723897451110 140723897454570 0
/proc/15167/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.201826 s]
/proc/loadavg: 1.24 1.39 1.65 2/199 15167
/proc/meminfo: memFree=30458364/32770624 swapFree=0/239744
[pid=15167] ppid=15164 vsize=13356508 CPUtime=0.08 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 3490 12557 0 0 0 0 5 3 20 0 6 0 13471739 13677064192 2796 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3339127 2796 1299 1 0 3329105 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13356508

[startup+0.300282 s]
/proc/loadavg: 1.24 1.39 1.65 2/199 15167
/proc/meminfo: memFree=30458364/32770624 swapFree=0/239744
[pid=15167] ppid=15164 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 6047 12557 0 0 6 1 5 3 20 0 15 0 13471739 14309310464 6207 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3493484 6207 2677 1 0 3482973 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700299 s]
/proc/loadavg: 1.24 1.39 1.65 2/199 15167
/proc/meminfo: memFree=30458364/32770624 swapFree=0/239744
[pid=15167] ppid=15164 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 13938 12557 0 0 60 4 5 3 20 0 15 0 13471739 14310178816 14854 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3493696 14854 3086 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50251 s]
/proc/loadavg: 1.24 1.39 1.65 4/214 15230
/proc/meminfo: memFree=30362732/32770624 swapFree=0/240304
[pid=15167] ppid=15164 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 29714 12557 0 0 180 10 5 3 20 0 15 0 13471739 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3496352 42616 3367 1 0 3485533 0
[pid=15167/tid=15217] ppid=15164 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/15167/task/15217/stat : 15217 (java) R 15164 15167 5228 0 -1 4202560 21964 12557 0 0 116 6 5 3 20 0 15 0 13471758 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251676444960 140251656271205 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15218] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15218/stat : 15218 (java) S 15164 15167 5228 0 -1 1077944384 60 12557 0 0 0 0 5 3 20 0 15 0 13471759 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251629193488 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15219] ppid=15164 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/15167/task/15219/stat : 15219 (java) S 15164 15167 5228 0 -1 1077944384 47 12557 0 0 1 0 5 3 20 0 15 0 13471759 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251628140944 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15220] ppid=15164 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/15167/task/15220/stat : 15220 (java) S 15164 15167 5228 0 -1 1077944384 53 12557 0 0 1 0 5 3 20 0 15 0 13471759 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251627088400 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15221] ppid=15164 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/15167/task/15221/stat : 15221 (java) S 15164 15167 5228 0 -1 1077944384 202 12557 0 0 1 0 5 3 20 0 15 0 13471759 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251626035856 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15222] ppid=15164 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/15167/task/15222/stat : 15222 (java) S 15164 15167 5228 0 -1 1077944384 1678 12557 0 0 1 0 5 3 20 0 15 0 13471761 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251150412272 140251672238722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15223] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15223/stat : 15223 (java) S 15164 15167 5228 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 13471761 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251149358496 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15224] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15224/stat : 15224 (java) S 15164 15167 5228 0 -1 1077944384 44 12557 0 0 0 0 5 3 20 0 15 0 13471761 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251148305904 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15225] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15225/stat : 15225 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251147254480 140251672246171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15226] ppid=15164 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/15167/task/15226/stat : 15226 (java) S 15164 15167 5228 0 -1 1077944384 1228 12557 0 0 17 0 5 3 20 0 15 0 13471764 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251146201072 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15227] ppid=15164 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/15167/task/15227/stat : 15227 (java) S 15164 15167 5228 0 -1 1077944384 826 12557 0 0 16 0 5 3 20 0 15 0 13471764 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251145148528 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15228] ppid=15164 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/15167/task/15228/stat : 15228 (java) R 15164 15167 5228 0 -1 4202560 1388 12557 0 0 23 0 5 3 20 0 15 0 13471764 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251144091744 140251650765092 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15229] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15229/stat : 15229 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251143043680 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15230] ppid=15164 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15230/stat : 15230 (java) S 15164 15167 5228 0 -1 1077944384 10 12557 0 0 0 0 5 3 20 0 15 0 13471768 14321057792 42616 18446744073709551615 4194304 4196468 140731042815232 140251141991216 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10075 s]
/proc/loadavg: 1.24 1.39 1.65 4/214 15230
/proc/meminfo: memFree=30287168/32770624 swapFree=0/240304
[pid=15167] ppid=15164 vsize=13999932 CPUtime=5.66 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 54501 12557 0 0 541 17 5 3 20 0 15 0 13471739 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3499983 65141 3450 1 0 3488605 0
[pid=15167/tid=15217] ppid=15164 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/15167/task/15217/stat : 15217 (java) R 15164 15167 5228 0 -1 4202560 38382 12557 0 0 269 9 5 3 20 0 15 0 13471758 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251676445208 140251672241453 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15218] ppid=15164 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15218/stat : 15218 (java) S 15164 15167 5228 0 -1 1077944384 90 12557 0 0 2 1 5 3 20 0 15 0 13471759 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251629193488 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15219] ppid=15164 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/15167/task/15219/stat : 15219 (java) S 15164 15167 5228 0 -1 1077944384 99 12557 0 0 2 0 5 3 20 0 15 0 13471759 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251628140944 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15220] ppid=15164 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15220/stat : 15220 (java) S 15164 15167 5228 0 -1 1077944384 72 12557 0 0 3 0 5 3 20 0 15 0 13471759 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251627088400 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15221] ppid=15164 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/15167/task/15221/stat : 15221 (java) S 15164 15167 5228 0 -1 1077944384 218 12557 0 0 2 0 5 3 20 0 15 0 13471759 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251626035856 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15222] ppid=15164 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15222/stat : 15222 (java) S 15164 15167 5228 0 -1 1077944384 2320 12557 0 0 3 0 5 3 20 0 15 0 13471761 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251150412272 140251672238722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15223] ppid=15164 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15223/stat : 15223 (java) S 15164 15167 5228 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 13471761 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251149358560 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15224] ppid=15164 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15224/stat : 15224 (java) S 15164 15167 5228 0 -1 1077944384 44 12557 0 0 0 0 5 3 20 0 15 0 13471761 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251148305920 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15225] ppid=15164 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15225/stat : 15225 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251147254480 140251672246171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15226] ppid=15164 vsize=13999932 CPUtime=0.87 cores=0,2,4,6
/proc/15167/task/15226/stat : 15226 (java) R 15164 15167 5228 0 -1 4202560 3672 12557 0 0 78 1 5 3 20 0 15 0 13471764 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251146182240 140251651889792 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15227] ppid=15164 vsize=13999932 CPUtime=0.94 cores=0,2,4,6
/proc/15167/task/15227/stat : 15227 (java) S 15164 15167 5228 0 -1 1077944384 4091 12557 0 0 85 1 5 3 20 0 15 0 13471764 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251145148528 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15228] ppid=15164 vsize=13999932 CPUtime=1.01 cores=0,2,4,6
/proc/15167/task/15228/stat : 15228 (java) S 15164 15167 5228 0 -1 1077944384 3288 12557 0 0 92 1 5 3 20 0 15 0 13471764 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251144095984 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15229] ppid=15164 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15229/stat : 15229 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251143043680 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15230] ppid=15164 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15230/stat : 15230 (java) S 15164 15167 5228 0 -1 1077944384 11 12557 0 0 0 0 5 3 20 0 15 0 13471768 14335930368 65141 18446744073709551615 4194304 4196468 140731042815232 140251141991216 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13999932

Solver just ended.
Solver just ended.
ain loop
??? sigkill at end of watcher main loop
??? kill 15167 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20079 s]
/proc/loadavg: 1.24 1.39 1.65 4/214 15230
/proc/meminfo: memFree=30287168/32770624 swapFree=0/240304
[pid=15167] ppid=15164 vsize=14067516 CPUtime=5.89 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 60397 12557 0 0 563 18 5 3 20 0 15 0 13471739 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3516879 71038 3450 1 0 3505501 0
[pid=15167/tid=15217] ppid=15164 vsize=14067516 CPUtime=2.96 cores=0,2,4,6
/proc/15167/task/15217/stat : 15217 (java) R 15164 15167 5228 0 -1 4202560 43858 12557 0 0 278 10 5 3 20 0 15 0 13471758 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251676461072 140251301548033 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15218] ppid=15164 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15218/stat : 15218 (java) S 15164 15167 5228 0 -1 1077944384 90 12557 0 0 2 1 5 3 20 0 15 0 13471759 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251629193488 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15219] ppid=15164 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/15167/task/15219/stat : 15219 (java) S 15164 15167 5228 0 -1 1077944384 99 12557 0 0 2 0 5 3 20 0 15 0 13471759 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251628140944 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15220] ppid=15164 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15220/stat : 15220 (java) S 15164 15167 5228 0 -1 1077944384 72 12557 0 0 3 0 5 3 20 0 15 0 13471759 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251627088400 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15221] ppid=15164 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/15167/task/15221/stat : 15221 (java) S 15164 15167 5228 0 -1 1077944384 218 12557 0 0 2 0 5 3 20 0 15 0 13471759 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251626035856 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15222] ppid=15164 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/15167/task/15222/stat : 15222 (java) S 15164 15167 5228 0 -1 1077944384 2320 12557 0 0 3 0 5 3 20 0 15 0 13471761 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251150412272 140251672238722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15223] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15223/stat : 15223 (java) S 15164 15167 5228 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251149358560 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15224] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15224/stat : 15224 (java) S 15164 15167 5228 0 -1 1077944384 44 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251148305920 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15225] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15225/stat : 15225 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251147254480 140251672246171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15226] ppid=15164 vsize=14067516 CPUtime=0.97 cores=0,2,4,6
/proc/15167/task/15226/stat : 15226 (java) R 15164 15167 5228 0 -1 4202560 4034 12557 0 0 88 1 5 3 20 0 15 0 13471764 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251146187256 140251650244567 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15227] ppid=15164 vsize=14067516 CPUtime=0.95 cores=0,2,4,6
/proc/15167/task/15227/stat : 15227 (java) R 15164 15167 5228 0 -1 4202560 4095 12557 0 0 86 1 5 3 20 0 15 0 13471764 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251145133840 140251656188336 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15228] ppid=15164 vsize=14067516 CPUtime=1.03 cores=0,2,4,6
/proc/15167/task/15228/stat : 15228 (java) R 15164 15167 5228 0 -1 4202560 3344 12557 0 0 94 1 5 3 20 0 15 0 13471764 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251144095984 140251656308062 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15229] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15229/stat : 15229 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251143043680 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15230] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15230/stat : 15230 (java) S 15164 15167 5228 0 -1 1077944384 11 12557 0 0 0 0 5 3 20 0 15 0 13471768 14405136384 71038 18446744073709551615 4194304 4196468 140731042815232 140251141991216 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 14067516

[startup+3.60075 s]
/proc/loadavg: 1.24 1.39 1.65 7/214 15230
/proc/meminfo: memFree=30124400/32770624 swapFree=0/240304
[pid=15167] ppid=15164 vsize=14067516 CPUtime=7.17 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 63111 12557 0 0 690 19 5 3 20 0 15 0 13471739 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3516879 72681 3452 1 0 3505501 0
[pid=15167/tid=15217] ppid=15164 vsize=14067516 CPUtime=3.17 cores=0,2,4,6
/proc/15167/task/15217/stat : 15217 (java) R 15164 15167 5228 0 -1 4202560 44132 12557 0 0 299 10 5 3 20 0 15 0 13471758 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251676460440 140251311212376 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15218] ppid=15164 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/15167/task/15218/stat : 15218 (java) S 15164 15167 5228 0 -1 1077944384 91 12557 0 0 6 1 5 3 20 0 15 0 13471759 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251629193488 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15219] ppid=15164 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/15167/task/15219/stat : 15219 (java) S 15164 15167 5228 0 -1 1077944384 110 12557 0 0 12 0 5 3 20 0 15 0 13471759 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251628140944 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15220] ppid=15164 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/15167/task/15220/stat : 15220 (java) S 15164 15167 5228 0 -1 1077944384 89 12557 0 0 11 0 5 3 20 0 15 0 13471759 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251627088400 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15221] ppid=15164 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/15167/task/15221/stat : 15221 (java) S 15164 15167 5228 0 -1 1077944384 222 12557 0 0 10 0 5 3 20 0 15 0 13471759 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251626035856 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15222] ppid=15164 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/15167/task/15222/stat : 15222 (java) S 15164 15167 5228 0 -1 1077944384 2334 12557 0 0 10 0 5 3 20 0 15 0 13471761 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251150412272 140251672238722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15223] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15223/stat : 15223 (java) S 15164 15167 5228 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251149358624 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15224] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15224/stat : 15224 (java) S 15164 15167 5228 0 -1 1077944384 46 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251148305920 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15225] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15225/stat : 15225 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251147254480 140251672246171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15226] ppid=15164 vsize=14067516 CPUtime=1.36 cores=0,2,4,6
/proc/15167/task/15226/stat : 15226 (java) R 15164 15167 5228 0 -1 4202560 5919 12557 0 0 127 1 5 3 20 0 15 0 13471764 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251146187640 140251650421377 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15227] ppid=15164 vsize=14067516 CPUtime=1.13 cores=0,2,4,6
/proc/15167/task/15227/stat : 15227 (java) R 15164 15167 5228 0 -1 4202560 4289 12557 0 0 104 1 5 3 20 0 15 0 13471764 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251145133840 140251656621463 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15228] ppid=15164 vsize=14067516 CPUtime=1.15 cores=0,2,4,6
/proc/15167/task/15228/stat : 15228 (java) R 15164 15167 5228 0 -1 4202560 3655 12557 0 0 106 1 5 3 20 0 15 0 13471764 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251144095984 140251651510053 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15229] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15229/stat : 15229 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251143043680 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15230] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15230/stat : 15230 (java) S 15164 15167 5228 0 -1 1077944384 11 12557 0 0 0 0 5 3 20 0 15 0 13471768 14405136384 72681 18446744073709551615 4194304 4196468 140731042815232 140251141991216 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 14067516

[startup+3.70079 s]
/proc/loadavg: 1.24 1.39 1.65 7/214 15230
/proc/meminfo: memFree=30124400/32770624 swapFree=0/240304
[pid=15167] ppid=15164 vsize=14067516 CPUtime=7.5 cores=0,2,4,6
/proc/15167/stat : 15167 (java) S 15164 15167 5228 0 -1 1077944320 63248 12557 0 0 723 19 5 3 20 0 15 0 13471739 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140731042797776 140251672227575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
/proc/15167/statm: 3516879 71656 3452 1 0 3505501 0
[pid=15167/tid=15217] ppid=15164 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/15167/task/15217/stat : 15217 (java) R 15164 15167 5228 0 -1 4202560 44134 12557 0 0 309 10 5 3 20 0 15 0 13471758 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251676459944 140251301489946 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15218] ppid=15164 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/15167/task/15218/stat : 15218 (java) S 15164 15167 5228 0 -1 1077944384 91 12557 0 0 6 1 5 3 20 0 15 0 13471759 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251629193488 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15219] ppid=15164 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/15167/task/15219/stat : 15219 (java) S 15164 15167 5228 0 -1 1077944384 110 12557 0 0 12 0 5 3 20 0 15 0 13471759 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251628140944 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15220] ppid=15164 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/15167/task/15220/stat : 15220 (java) S 15164 15167 5228 0 -1 1077944384 89 12557 0 0 11 0 5 3 20 0 15 0 13471759 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251627088400 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15221] ppid=15164 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/15167/task/15221/stat : 15221 (java) S 15164 15167 5228 0 -1 1077944384 222 12557 0 0 10 0 5 3 20 0 15 0 13471759 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251626035856 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15222] ppid=15164 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/15167/task/15222/stat : 15222 (java) S 15164 15167 5228 0 -1 1077944384 2334 12557 0 0 10 0 5 3 20 0 15 0 13471761 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251150412272 140251672238722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15223] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15223/stat : 15223 (java) S 15164 15167 5228 0 -1 1077944384 54 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251149358624 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15224] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15224/stat : 15224 (java) S 15164 15167 5228 0 -1 1077944384 46 12557 0 0 0 0 5 3 20 0 15 0 13471761 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251148305920 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15225] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15225/stat : 15225 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251147254480 140251672246171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15226] ppid=15164 vsize=14067516 CPUtime=1.46 cores=0,2,4,6
/proc/15167/task/15226/stat : 15226 (java) R 15164 15167 5228 0 -1 4202560 5978 12557 0 0 137 1 5 3 20 0 15 0 13471764 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251146190864 140251655726553 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15227] ppid=15164 vsize=14067516 CPUtime=1.23 cores=0,2,4,6
/proc/15167/task/15227/stat : 15227 (java) R 15164 15167 5228 0 -1 4202560 4309 12557 0 0 114 1 5 3 20 0 15 0 13471764 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251145137520 140251651471473 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15228] ppid=15164 vsize=14067516 CPUtime=1.18 cores=0,2,4,6
/proc/15167/task/15228/stat : 15228 (java) R 15164 15167 5228 0 -1 4202560 3711 12557 0 0 109 1 5 3 20 0 15 0 13471764 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251144095984 140251656308062 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15229] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15229/stat : 15229 (java) S 15164 15167 5228 0 -1 1077944384 3 12557 0 0 0 0 5 3 20 0 15 0 13471764 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251143043680 140251672237781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
[pid=15167/tid=15230] ppid=15164 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/15167/task/15230/stat : 15230 (java) S 15164 15167 5228 0 -1 1077944384 11 12557 0 0 0 0 5 3 20 0 15 0 13471768 14405136384 71656 18446744073709551615 4194304 4196468 140731042815232 140251141991216 140251672238722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39825408 140731042817997 140731042820782 140731042820782 140731042824143 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 3.759
CPU time (s): 7.65978
CPU user time (s): 7.41633
CPU system time (s): 0.243451
CPU usage (%): 203.772
Max. virtual memory (cumulated for all children) (KiB): 14069632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.41633
system time used= 0.243451
maximum resident set size= 290796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75949
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5686
involuntary context switches= 829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020573 second user time and 0.023821 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 08:35:18
IDJOB=4259424
IDBENCH=133706
IDSOLVER=2646
FILE ID=node133/4259424-1501656564
RUNJOBID= node133-1501653519-11655
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259424-1501656564/watcher-4259424-1501656564 -o /tmp/evaluation-result-4259424-1501656564/solver-4259424-1501656564 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300  bin/concrete HOME/instance-4259424-1501656564.xml

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

MD5SUM BENCH= 0e22a2954fbf957e92bc2f9155ed2e18
RANDOM SEED=879008259

node133.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.17
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.17
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.17
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.17
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:        30459428 kB
MemAvailable:   30700328 kB
Buffers:          127552 kB
Cached:           393356 kB
SwapCached:            0 kB
Active:          1650812 kB
Inactive:         248280 kB
Active(anon):    1378504 kB
Inactive(anon):     8536 kB
Active(file):     272308 kB
Inactive(file):   239744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23640 kB
Writeback:             8 kB
AnonPages:       1377760 kB
Mapped:            43652 kB
Shmem:              8892 kB
Slab:             115776 kB
SReclaimable:      89364 kB
SUnreclaim:        26412 kB
KernelStack:        3520 kB
PageTables:         7768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2367080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1175552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61816 MiB
End job on node133 at 2017-08-02 08:35:22