Trace number 4262245

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4SAT 8.7071505 4.2487202

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.45/2.22	c Concrete v3.4 running
8.61/4.23	v <instantiation>
8.61/4.23	v       <list>
8.61/4.23	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39]
8.61/4.23	v       </list>
8.61/4.23	v       <values>
8.61/4.23	v         0 31 32 33 24 15 36 17 28 9 30 19 20 1 2 3 4 5 6 37 8 39 38 27 26 25 14 23 22 21 12 11 10 29 18 7 16 35 34 13 0 13 14 15 16 17 18 35 20 9 32 31 30 39 26 5 36 7 34 11 12 29 28 27 4 25 24 23 8 33 10 1 2 3 38 37 6 19 22 21
8.61/4.23	v       </values>
8.61/4.23	v     </instantiation>
8.61/4.23	s SATISFIABLE

Verifier Data

OK	

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-4262245-1502463236/watcher-4262245-1502463236 -o /tmp/evaluation-result-4262245-1502463236/solver-4262245-1502463236 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262245-1502463236.xml 

pid=15501
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.61 1.49 2/198 15504
/proc/meminfo: memFree=29861812/32770624 swapFree=0/573464
[pid=15504] ppid=15501 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15504/stat : 15504 (runsolver) D 15501 15504 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93829915 24240128 106 18446744073709551615 4194304 4338465 140722179819664 140722179817304 140320355566295 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18759680 140722179825873 140722179826249 140722179826249 140722179829706 0
/proc/15504/statm: 5918 106 53 36 0 2156 0

[startup+0.100119 s]
/proc/loadavg: 1.90 1.61 1.49 2/198 15504
/proc/meminfo: memFree=29861812/32770624 swapFree=0/573464
[pid=15504] ppid=15501 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15504/stat : 15504 (bash) S 15501 15504 1460 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 93829915 9867264 377 18446744073709551615 4194304 5098028 140733953325296 140733953319304 140357697113088 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 29794304 140733953327636 140733953327721 140733953327721 140733953331178 0
/proc/15504/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200286 s]
/proc/loadavg: 1.90 1.61 1.49 2/198 15504
/proc/meminfo: memFree=29861812/32770624 swapFree=0/573464
[pid=15504] ppid=15501 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/15504/stat : 15504 (bash) S 15501 15504 1460 0 -1 4202496 936 11777 0 0 0 0 5 2 20 0 1 0 93829915 9867264 377 18446744073709551615 4194304 5098028 140733953325296 140733953321128 140357697113088 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 29794304 140733953327636 140733953327721 140733953327721 140733953331178 0
/proc/15504/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300295 s]
/proc/loadavg: 1.90 1.61 1.49 2/198 15504
/proc/meminfo: memFree=29861812/32770624 swapFree=0/573464
[pid=15504] ppid=15501 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 5865 12455 0 0 5 1 5 2 20 0 14 0 93829915 14241083392 5539 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3476827 5539 2556 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700249 s]
/proc/loadavg: 1.90 1.61 1.49 2/198 15504
/proc/meminfo: memFree=29861812/32770624 swapFree=0/573464
[pid=15504] ppid=15501 vsize=13974784 CPUtime=0.62 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 13813 12455 0 0 51 4 5 2 20 0 15 0 93829915 14310178816 14271 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3493696 14271 3081 1 0 3482965 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.50539 s]
/proc/loadavg: 1.90 1.61 1.49 3/217 15582
/proc/meminfo: memFree=29764024/32770624 swapFree=0/573328
[pid=15504] ppid=15501 vsize=13985408 CPUtime=1.83 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 28446 12455 0 0 169 7 5 2 20 0 15 0 93829915 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3496352 33991 3340 1 0 3485525 0
[pid=15504/tid=15563] ppid=15501 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/15504/task/15563/stat : 15563 (java) R 15501 15504 1460 0 -1 4202560 23175 12455 0 0 115 6 5 2 20 0 15 0 93829936 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140684150003120 140684129863006 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15564] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15564/stat : 15564 (java) S 15501 15504 1460 0 -1 1077944384 1 12455 0 0 0 0 5 2 20 0 15 0 93829937 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140684080217232 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15565] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15565/stat : 15565 (java) S 15501 15504 1460 0 -1 1077944384 1 12455 0 0 0 0 5 2 20 0 15 0 93829937 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140684079164432 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15566] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15566/stat : 15566 (java) S 15501 15504 1460 0 -1 1077944384 2 12455 0 0 0 0 5 2 20 0 15 0 93829937 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140684078111632 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15567] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15567/stat : 15567 (java) S 15501 15504 1460 0 -1 1077944384 2 12455 0 0 0 0 5 2 20 0 15 0 93829937 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140684077058832 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15568] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15568/stat : 15568 (java) S 15501 15504 1460 0 -1 1077944384 5 12455 0 0 0 0 5 2 20 0 15 0 93829938 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683623491952 140684145793666 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15569] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15569/stat : 15569 (java) S 15501 15504 1460 0 -1 1077944384 33 12455 0 0 0 0 5 2 20 0 15 0 93829938 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683622437920 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15570] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15570/stat : 15570 (java) S 15501 15504 1460 0 -1 1077944384 21 12455 0 0 0 0 5 2 20 0 15 0 93829939 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683621385072 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15576] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15576/stat : 15576 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683620333392 140684145801115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15577] ppid=15501 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/15504/task/15577/stat : 15577 (java) S 15501 15504 1460 0 -1 1077944384 970 12455 0 0 12 0 5 2 20 0 15 0 93829941 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683619281776 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15578] ppid=15501 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/15504/task/15578/stat : 15578 (java) S 15501 15504 1460 0 -1 1077944384 741 12455 0 0 17 0 5 2 20 0 15 0 93829941 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683618228976 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15579] ppid=15501 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/15504/task/15579/stat : 15579 (java) R 15501 15504 1460 0 -1 4202560 1328 12455 0 0 23 0 5 2 20 0 15 0 93829941 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683617176176 140684124307816 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15580] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15580/stat : 15580 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683616123616 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15582] ppid=15501 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15582/stat : 15582 (java) S 15501 15504 1460 0 -1 1077944384 8 12455 0 0 0 0 5 2 20 0 15 0 93829949 14321057792 33991 18446744073709551615 4194304 4196468 140736084819728 140683615070896 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.90 1.61 1.49 5/217 15582
/proc/meminfo: memFree=29686284/32770624 swapFree=0/573328
[pid=15504] ppid=15501 vsize=13999932 CPUtime=5.43 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 49856 12455 0 0 522 14 5 2 20 0 15 0 93829915 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3499983 55487 3442 1 0 3488597 0
[pid=15504/tid=15563] ppid=15501 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/15504/task/15563/stat : 15563 (java) R 15501 15504 1460 0 -1 4202560 37016 12455 0 0 268 9 5 2 20 0 15 0 93829936 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140684150012944 140684145794454 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15564] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15564/stat : 15564 (java) S 15501 15504 1460 0 -1 1077944384 59 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140684080217232 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15565] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15565/stat : 15565 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140684079164432 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15566] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15566/stat : 15566 (java) S 15501 15504 1460 0 -1 1077944384 190 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140684078111632 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15567] ppid=15501 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15504/task/15567/stat : 15567 (java) S 15501 15504 1460 0 -1 1077944384 58 12455 0 0 1 0 5 2 20 0 15 0 93829937 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140684077058832 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15568] ppid=15501 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15504/task/15568/stat : 15568 (java) S 15501 15504 1460 0 -1 1077944384 1559 12455 0 0 1 0 5 2 20 0 15 0 93829938 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683623491952 140684145793666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15569] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15569/stat : 15569 (java) S 15501 15504 1460 0 -1 1077944384 55 12455 0 0 0 0 5 2 20 0 15 0 93829938 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683622437984 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15570] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15570/stat : 15570 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829939 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683621385072 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15576] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15576/stat : 15576 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683620333392 140684145801115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15577] ppid=15501 vsize=13999932 CPUtime=0.73 cores=1,3,5,7
/proc/15504/task/15577/stat : 15577 (java) R 15501 15504 1460 0 -1 4202560 2112 12455 0 0 66 0 5 2 20 0 15 0 93829941 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683619261088 140684130692644 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15578] ppid=15501 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/15504/task/15578/stat : 15578 (java) R 15501 15504 1460 0 -1 4202560 3280 12455 0 0 88 0 5 2 20 0 15 0 93829941 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683618217328 140684123949000 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15579] ppid=15501 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/15504/task/15579/stat : 15579 (java) R 15501 15504 1460 0 -1 1077944384 3271 12455 0 0 93 0 5 2 20 0 15 0 93829941 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683617176176 140684145793666 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15580] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15580/stat : 15580 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683616123616 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15582] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15582/stat : 15582 (java) S 15501 15504 1460 0 -1 1077944384 9 12455 0 0 0 0 5 2 20 0 15 0 93829949 14335930368 55487 18446744073709551615 4194304 4196468 140736084819728 140683615070896 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20133 s]
/proc/loadavg: 1.90 1.61 1.49 5/217 15582
/proc/meminfo: memFree=29686284/32770624 swapFree=0/573328
[pid=15504] ppid=15501 vsize=13999932 CPUtime=5.77 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 50172 12455 0 0 555 15 5 2 20 0 15 0 93829915 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3499983 57830 3444 1 0 3488597 0
[pid=15504/tid=15563] ppid=15501 vsize=13999932 CPUtime=2.93 cores=1,3,5,7
/proc/15504/task/15563/stat : 15563 (java) R 15501 15504 1460 0 -1 4202560 37164 12455 0 0 277 9 5 2 20 0 15 0 93829936 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140684150015600 140684145794454 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15564] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15564/stat : 15564 (java) S 15501 15504 1460 0 -1 1077944384 59 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140684080217232 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15565] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15565/stat : 15565 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140684079164432 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15566] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15566/stat : 15566 (java) S 15501 15504 1460 0 -1 1077944384 190 12455 0 0 0 0 5 2 20 0 15 0 93829937 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140684078111632 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15567] ppid=15501 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15504/task/15567/stat : 15567 (java) S 15501 15504 1460 0 -1 1077944384 58 12455 0 0 1 0 5 2 20 0 15 0 93829937 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140684077058832 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15568] ppid=15501 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15504/task/15568/stat : 15568 (java) S 15501 15504 1460 0 -1 1077944384 1559 12455 0 0 1 0 5 2 20 0 15 0 93829938 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683623491952 140684145793666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15569] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15569/stat : 15569 (java) S 15501 15504 1460 0 -1 1077944384 55 12455 0 0 0 0 5 2 20 0 15 0 93829938 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683622437984 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15570] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15570/stat : 15570 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829939 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683621385072 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15576] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15576/stat : 15576 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683620333392 140684145801115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15577] ppid=15501 vsize=13999932 CPUtime=0.82 cores=1,3,5,7
/proc/15504/task/15577/stat : 15577 (java) S 15501 15504 1460 0 -1 1077944384 2159 12455 0 0 75 0 5 2 20 0 15 0 93829941 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683619281776 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15578] ppid=15501 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/15504/task/15578/stat : 15578 (java) R 15501 15504 1460 0 -1 4202560 3314 12455 0 0 98 0 5 2 20 0 15 0 93829941 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683618218688 140684129193334 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15579] ppid=15501 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/15504/task/15579/stat : 15579 (java) S 15501 15504 1460 0 -1 1077944384 3357 12455 0 0 97 1 5 2 20 0 15 0 93829941 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683617176176 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15580] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15580/stat : 15580 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683616123616 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15582] ppid=15501 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15582/stat : 15582 (java) S 15501 15504 1460 0 -1 1077944384 9 12455 0 0 0 0 5 2 20 0 15 0 93829949 14335930368 57830 18446744073709551615 4194304 4196468 140736084819728 140683615070896 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13999932

[startup+4.00158 s]
/proc/loadavg: 1.90 1.61 1.49 3/217 15582
/proc/meminfo: memFree=29621304/32770624 swapFree=0/573328
[pid=15504] ppid=15501 vsize=14069564 CPUtime=8.08 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 58596 12455 0 0 784 17 5 2 20 0 15 0 93829915 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3517391 70689 3467 1 0 3506005 0
[pid=15504/tid=15563] ppid=15501 vsize=14069564 CPUtime=3.7 cores=1,3,5,7
/proc/15504/task/15563/stat : 15563 (java) R 15501 15504 1460 0 -1 4202560 43459 12455 0 0 352 11 5 2 20 0 15 0 93829936 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140684150012656 140683762874003 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15564] ppid=15501 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/15504/task/15564/stat : 15564 (java) S 15501 15504 1460 0 -1 1077944384 80 12455 0 0 2 0 5 2 20 0 15 0 93829937 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140684080217232 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15565] ppid=15501 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/15504/task/15565/stat : 15565 (java) S 15501 15504 1460 0 -1 1077944384 106 12455 0 0 2 0 5 2 20 0 15 0 93829937 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140684079164432 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15566] ppid=15501 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/15504/task/15566/stat : 15566 (java) S 15501 15504 1460 0 -1 1077944384 225 12455 0 0 2 0 5 2 20 0 15 0 93829937 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140684078111632 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15567] ppid=15501 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/15504/task/15567/stat : 15567 (java) S 15501 15504 1460 0 -1 1077944384 70 12455 0 0 2 0 5 2 20 0 15 0 93829937 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140684077058832 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15568] ppid=15501 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/15504/task/15568/stat : 15568 (java) S 15501 15504 1460 0 -1 1077944384 2310 12455 0 0 3 0 5 2 20 0 15 0 93829938 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683623491952 140684145793666 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15569] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15569/stat : 15569 (java) S 15501 15504 1460 0 -1 1077944384 55 12455 0 0 0 0 5 2 20 0 15 0 93829938 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683622437984 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15570] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15570/stat : 15570 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829939 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683621385088 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15576] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15576/stat : 15576 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683620333392 140684145801115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15577] ppid=15501 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/15504/task/15577/stat : 15577 (java) R 15501 15504 1460 0 -1 4202560 2353 12455 0 0 134 0 5 2 20 0 15 0 93829941 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683619269248 140684131837505 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15578] ppid=15501 vsize=14069564 CPUtime=1.64 cores=1,3,5,7
/proc/15504/task/15578/stat : 15578 (java) R 15501 15504 1460 0 -1 4202560 3780 12455 0 0 157 0 5 2 20 0 15 0 93829941 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683618222168 140684129282633 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15579] ppid=15501 vsize=14069564 CPUtime=1.33 cores=1,3,5,7
/proc/15504/task/15579/stat : 15579 (java) S 15501 15504 1460 0 -1 1077944384 3945 12455 0 0 124 2 5 2 20 0 15 0 93829941 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683617176176 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15580] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15580/stat : 15580 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683616123616 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15582] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15582/stat : 15582 (java) S 15501 15504 1460 0 -1 1077944384 9 12455 0 0 0 0 5 2 20 0 15 0 93829949 14407233536 70689 18446744073709551615 4194304 4196468 140736084819728 140683615070896 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 14069564

[startup+4.20159 s]
/proc/loadavg: 1.90 1.61 1.49 3/217 15582
/proc/meminfo: memFree=29621304/32770624 swapFree=0/573328
[pid=15504] ppid=15501 vsize=14069564 CPUtime=8.61 cores=1,3,5,7
/proc/15504/stat : 15504 (java) S 15501 15504 1460 0 -1 1077944320 58729 12455 0 0 836 18 5 2 20 0 15 0 93829915 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140736084802272 140684145782519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
/proc/15504/statm: 3517391 70798 3467 1 0 3506005 0
[pid=15504/tid=15563] ppid=15501 vsize=14069564 CPUtime=3.72 cores=1,3,5,7
/proc/15504/task/15563/stat : 15563 (java) R 15501 15504 1460 0 -1 4202560 43515 12455 0 0 354 11 5 2 20 0 15 0 93829936 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140684150000912 140684126058190 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15564] ppid=15501 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/15504/task/15564/stat : 15564 (java) S 15501 15504 1460 0 -1 1077944384 82 12455 0 0 10 0 5 2 20 0 15 0 93829937 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140684080217232 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15565] ppid=15501 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/15504/task/15565/stat : 15565 (java) S 15501 15504 1460 0 -1 1077944384 117 12455 0 0 10 0 5 2 20 0 15 0 93829937 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140684079164432 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15566] ppid=15501 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/15504/task/15566/stat : 15566 (java) S 15501 15504 1460 0 -1 1077944384 231 12455 0 0 10 0 5 2 20 0 15 0 93829937 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140684078111632 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15567] ppid=15501 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/15504/task/15567/stat : 15567 (java) S 15501 15504 1460 0 -1 1077944384 84 12455 0 0 11 0 5 2 20 0 15 0 93829937 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140684077058832 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15568] ppid=15501 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/15504/task/15568/stat : 15568 (java) S 15501 15504 1460 0 -1 1077944384 2322 12455 0 0 11 0 5 2 20 0 15 0 93829938 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683623491952 140684145793666 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15569] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15569/stat : 15569 (java) S 15501 15504 1460 0 -1 1077944384 55 12455 0 0 0 0 5 2 20 0 15 0 93829938 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683622437984 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15570] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15570/stat : 15570 (java) S 15501 15504 1460 0 -1 1077944384 44 12455 0 0 0 0 5 2 20 0 15 0 93829939 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683621385088 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15576] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15576/stat : 15576 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683620333392 140684145801115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15577] ppid=15501 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/15504/task/15577/stat : 15577 (java) R 15501 15504 1460 0 -1 4202560 2370 12455 0 0 139 0 5 2 20 0 15 0 93829941 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683619265968 140684129339318 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15578] ppid=15501 vsize=14069564 CPUtime=1.69 cores=1,3,5,7
/proc/15504/task/15578/stat : 15578 (java) R 15501 15504 1460 0 -1 4202560 3794 12455 0 0 162 0 5 2 20 0 15 0 93829941 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683618221712 140684125618860 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15579] ppid=15501 vsize=14069564 CPUtime=1.33 cores=1,3,5,7
/proc/15504/task/15579/stat : 15579 (java) S 15501 15504 1460 0 -1 1077944384 3946 12455 0 0 124 2 5 2 20 0 15 0 93829941 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683617176176 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15580] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15580/stat : 15580 (java) S 15501 15504 1460 0 -1 1077944384 3 12455 0 0 0 0 5 2 20 0 15 0 93829941 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683616123616 140684145792725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
[pid=15504/tid=15582] ppid=15501 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/15504/task/15582/stat : 15582 (java) S 15501 15504 1460 0 -1 1077944384 9 12455 0 0 0 0 5 2 20 0 15 0 93829949 14407233536 70798 18446744073709551615 4194304 4196468 140736084819728 140683615070896 140684145793666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8187904 140736084826064 140736084828849 140736084828849 140736084832207 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 4.24872
CPU time (s): 8.70715
CPU user time (s): 8.48388
CPU system time (s): 0.223269
CPU usage (%): 204.936
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.48389
system time used= 0.223269
maximum resident set size= 284360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6121
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021842 second user time and 0.024755 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 16:40:00
IDJOB=4262245
IDBENCH=134531
IDSOLVER=2650
FILE ID=node134/4262245-1502463236
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262245-1502463236/watcher-4262245-1502463236 -o /tmp/evaluation-result-4262245-1502463236/solver-4262245-1502463236 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262245-1502463236.xml

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

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=1443485004

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.43
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.43
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.43
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.43
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:        29862448 kB
MemAvailable:   30851820 kB
Buffers:          290256 kB
Cached:           992492 kB
SwapCached:            0 kB
Active:          1864980 kB
Inactive:         604160 kB
Active(anon):    1188776 kB
Inactive(anon):    31216 kB
Active(file):     676204 kB
Inactive(file):   572944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24724 kB
Writeback:             4 kB
AnonPages:       1186224 kB
Mapped:            64444 kB
Shmem:             33468 kB
Slab:             139184 kB
SReclaimable:     112116 kB
SUnreclaim:        27068 kB
KernelStack:        3456 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2069036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 16:40:05