Trace number 4262590

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.4UNSAT 15.2117 6.85075

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

3.23/2.17	c Concrete v3.4 running
15.09/6.82	s UNSATISFIABLE

Verifier Data


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-4262590-1502480280/watcher-4262590-1502480280 -o /tmp/evaluation-result-4262590-1502480280/solver-4262590-1502480280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262590-1502480280.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.65 1.44 1.43 3/194 31035
/proc/meminfo: memFree=30806036/32770624 swapFree=0/317172
[pid=31035] ppid=31032 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31035/stat : 31035 (runsolver) D 31032 31035 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50223565 24240128 106 18446744073709551615 4194304 4338465 140736551861344 140736551858984 140147248239319 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 12656640 140736551866576 140736551866953 140736551866953 140736551870410 0
/proc/31035/statm: 5918 106 53 36 0 2156 0

[startup+0.100255 s]
/proc/loadavg: 1.65 1.44 1.43 3/194 31035
/proc/meminfo: memFree=30806036/32770624 swapFree=0/317172
[pid=31035] ppid=31032 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/31035/stat : 31035 (bash) S 31032 31035 16548 0 -1 4202496 892 6483 0 0 0 0 0 1 20 0 1 0 50223565 9867264 377 18446744073709551615 4194304 5098028 140720609915280 140720609909288 140351530851328 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 18186240 140720609923604 140720609923689 140720609923689 140720609927146 0
/proc/31035/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.208102 s]
/proc/loadavg: 1.65 1.44 1.43 3/194 31035
/proc/meminfo: memFree=30806036/32770624 swapFree=0/317172
[pid=31035] ppid=31032 vsize=13358716 CPUtime=0.09 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 4294 12654 0 0 2 0 5 2 20 0 6 0 50223565 13679325184 4105 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3339679 4105 1906 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.300709 s]
/proc/loadavg: 1.65 1.44 1.43 3/194 31035
/proc/meminfo: memFree=30806036/32770624 swapFree=0/317172
[pid=31035] ppid=31032 vsize=13974356 CPUtime=0.16 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 6048 12654 0 0 9 0 5 2 20 0 15 0 50223565 14309740544 6681 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3493589 6681 2788 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+0.700324 s]
/proc/loadavg: 1.65 1.44 1.43 3/194 31035
/proc/meminfo: memFree=30806036/32770624 swapFree=0/317172
[pid=31035] ppid=31032 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 14016 12654 0 0 61 3 5 2 20 0 15 0 50223565 14310178816 14955 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3493696 14955 3113 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50512 s]
/proc/loadavg: 1.65 1.44 1.43 4/209 31098
/proc/meminfo: memFree=30708116/32770624 swapFree=0/317192
[pid=31035] ppid=31032 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 26677 12654 0 0 179 9 5 2 20 0 15 0 50223565 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3496352 43788 3374 1 0 3485525 0
[pid=31035/tid=31085] ppid=31032 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/31035/task/31085/stat : 31085 (java) R 31032 31035 16548 0 -1 4202560 20429 12654 0 0 118 6 5 2 20 0 15 0 50223584 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139712152416928 139712127735936 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31086] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31086/stat : 31086 (java) S 31032 31035 16548 0 -1 1077944384 179 12654 0 0 0 0 5 2 20 0 15 0 50223585 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139712067627792 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31087] ppid=31032 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31035/task/31087/stat : 31087 (java) S 31032 31035 16548 0 -1 1077944384 41 12654 0 0 1 0 5 2 20 0 15 0 50223585 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139712066575248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31088] ppid=31032 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31035/task/31088/stat : 31088 (java) S 31032 31035 16548 0 -1 1077944384 33 12654 0 0 1 0 5 2 20 0 15 0 50223585 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711746141200 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31089] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31089/stat : 31089 (java) S 31032 31035 16548 0 -1 1077944384 51 12654 0 0 0 0 5 2 20 0 15 0 50223585 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711745088656 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31090] ppid=31032 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31035/task/31090/stat : 31090 (java) S 31032 31035 16548 0 -1 1077944384 623 12654 0 0 1 0 5 2 20 0 15 0 50223586 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711064913904 139712148224642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31091] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31091/stat : 31091 (java) S 31032 31035 16548 0 -1 1077944384 55 12654 0 0 0 0 5 2 20 0 15 0 50223586 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711063860192 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31092] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31092/stat : 31092 (java) S 31032 31035 16548 0 -1 1077944384 44 12654 0 0 0 0 5 2 20 0 15 0 50223587 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711062807552 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31093] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31093/stat : 31093 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711061756112 139712148232091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31094] ppid=31032 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/31035/task/31094/stat : 31094 (java) S 31032 31035 16548 0 -1 1077944384 1026 12654 0 0 18 0 5 2 20 0 15 0 50223589 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711060703728 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31095] ppid=31032 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/31035/task/31095/stat : 31095 (java) S 31032 31035 16548 0 -1 1077944384 667 12654 0 0 12 0 5 2 20 0 15 0 50223589 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139711059651184 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31096] ppid=31032 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/31035/task/31096/stat : 31096 (java) R 31032 31035 16548 0 -1 4202560 1369 12654 0 0 24 0 5 2 20 0 15 0 50223589 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139710722728544 139712127525404 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31097] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31097/stat : 31097 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139710721678432 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31098] ppid=31032 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31098/stat : 31098 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223593 14321057792 43788 18446744073709551615 4194304 4196468 140732452649776 139710720624944 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10063 s]
/proc/loadavg: 1.65 1.44 1.43 5/209 31098
/proc/meminfo: memFree=30628964/32770624 swapFree=0/317192
[pid=31035] ppid=31032 vsize=13995836 CPUtime=5.83 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 38157 12654 0 0 559 17 5 2 20 0 15 0 50223565 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3498959 78934 3453 1 0 3487573 0
[pid=31035/tid=31085] ppid=31032 vsize=13995836 CPUtime=2.86 cores=0,2,4,6
/proc/31035/task/31085/stat : 31085 (java) R 31032 31035 16548 0 -1 4202560 27535 12654 0 0 271 8 5 2 20 0 15 0 50223584 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139712152424576 139712128489216 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31086] ppid=31032 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/31035/task/31086/stat : 31086 (java) S 31032 31035 16548 0 -1 1077944384 184 12654 0 0 1 1 5 2 20 0 15 0 50223585 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139712067627792 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31087] ppid=31032 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31035/task/31087/stat : 31087 (java) S 31032 31035 16548 0 -1 1077944384 47 12654 0 0 1 0 5 2 20 0 15 0 50223585 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139712066575248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31088] ppid=31032 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/31035/task/31088/stat : 31088 (java) S 31032 31035 16548 0 -1 1077944384 47 12654 0 0 2 1 5 2 20 0 15 0 50223585 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711746141200 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31089] ppid=31032 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/31035/task/31089/stat : 31089 (java) S 31032 31035 16548 0 -1 1077944384 75 12654 0 0 2 1 5 2 20 0 15 0 50223585 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711745088656 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31090] ppid=31032 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31035/task/31090/stat : 31090 (java) S 31032 31035 16548 0 -1 1077944384 749 12654 0 0 1 0 5 2 20 0 15 0 50223586 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711064913904 139712148224642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31091] ppid=31032 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31091/stat : 31091 (java) S 31032 31035 16548 0 -1 1077944384 55 12654 0 0 0 0 5 2 20 0 15 0 50223586 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711063860192 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31092] ppid=31032 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31092/stat : 31092 (java) S 31032 31035 16548 0 -1 1077944384 44 12654 0 0 0 0 5 2 20 0 15 0 50223587 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711062807552 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31093] ppid=31032 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31093/stat : 31093 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711061756112 139712148232091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31094] ppid=31032 vsize=13995836 CPUtime=0.95 cores=0,2,4,6
/proc/31035/task/31094/stat : 31094 (java) S 31032 31035 16548 0 -1 1077944384 1897 12654 0 0 87 1 5 2 20 0 15 0 50223589 14331736064 78934 18446744073709551615 4194304 4196468 140732452649776 139711060703728 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31095] ppid=31032 vsize=13995836 CPUtime=1.09 cores=0,2,4,6
/proc/31035/task/31095/stat : 31095 (java) S 31032 31035 16548 0 -1 1077944384 2523 12654 0 0 102 0 5 2 20 0 15 0 50223589 14331736064 79000 18446744073709551615 4194304 4196468 140732452649776 139711059651184 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31096] ppid=31032 vsize=13995836 CPUtime=0.93 cores=0,2,4,6
/proc/31035/task/31096/stat : 31096 (java) S 31032 31035 16548 0 -1 1077944384 2854 12654 0 0 85 1 5 2 20 0 15 0 50223589 14331736064 79000 18446744073709551615 4194304 4196468 140732452649776 139710722730736 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31097] ppid=31032 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31097/stat : 31097 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14331736064 79000 18446744073709551615 4194304 4196468 140732452649776 139710721678432 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31098] ppid=31032 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31098/stat : 31098 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223593 14331736064 79000 18446744073709551615 4194304 4196468 140732452649776 139710720624944 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 13995836

[startup+6.30126 s]
/proc/loadavg: 1.75 1.47 1.44 6/209 31098
/proc/meminfo: memFree=30215556/32770624 swapFree=0/317192
[pid=31035] ppid=31032 vsize=14069564 CPUtime=13.59 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 66982 12654 0 0 1311 41 5 2 20 0 15 0 50223565 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3517391 163028 3468 1 0 3506005 0
[pid=31035/tid=31085] ppid=31032 vsize=14069564 CPUtime=5.92 cores=0,2,4,6
/proc/31035/task/31085/stat : 31085 (java) R 31032 31035 16548 0 -1 4202560 46268 12654 0 0 571 14 5 2 20 0 15 0 50223584 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139712152446544 139712148225430 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31086] ppid=31032 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/31035/task/31086/stat : 31086 (java) S 31032 31035 16548 0 -1 1077944384 285 12654 0 0 8 5 5 2 20 0 15 0 50223585 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139712067627792 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31087] ppid=31032 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/31035/task/31087/stat : 31087 (java) S 31032 31035 16548 0 -1 1077944384 658 12654 0 0 8 4 5 2 20 0 15 0 50223585 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139712066575248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31088] ppid=31032 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/31035/task/31088/stat : 31088 (java) S 31032 31035 16548 0 -1 1077944384 518 12654 0 0 9 5 5 2 20 0 15 0 50223585 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711746141200 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31089] ppid=31032 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/31035/task/31089/stat : 31089 (java) S 31032 31035 16548 0 -1 1077944384 177 12654 0 0 9 4 5 2 20 0 15 0 50223585 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711745088656 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31090] ppid=31032 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/31035/task/31090/stat : 31090 (java) S 31032 31035 16548 0 -1 1077944384 2224 12654 0 0 4 0 5 2 20 0 15 0 50223586 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711064913904 139712148224642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31091] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31091/stat : 31091 (java) S 31032 31035 16548 0 -1 1077944384 56 12654 0 0 0 0 5 2 20 0 15 0 50223586 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711063860192 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31092] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31092/stat : 31092 (java) S 31032 31035 16548 0 -1 1077944384 51 12654 0 0 0 0 5 2 20 0 15 0 50223587 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711062807552 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31093] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31093/stat : 31093 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711061756112 139712148232091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31094] ppid=31032 vsize=14069564 CPUtime=2.73 cores=0,2,4,6
/proc/31035/task/31094/stat : 31094 (java) R 31032 31035 16548 0 -1 4202560 3691 12654 0 0 265 1 5 2 20 0 15 0 50223589 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711060695056 139712133142908 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31095] ppid=31032 vsize=14069564 CPUtime=2.83 cores=0,2,4,6
/proc/31035/task/31095/stat : 31095 (java) R 31032 31035 16548 0 -1 4202560 4554 12654 0 0 275 1 5 2 20 0 15 0 50223589 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139711059635936 139712148234842 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31096] ppid=31032 vsize=14069564 CPUtime=1.66 cores=0,2,4,6
/proc/31035/task/31096/stat : 31096 (java) R 31032 31035 16548 0 -1 1077944384 5384 12654 0 0 156 3 5 2 20 0 15 0 50223589 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139710722730736 139712148224642 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31097] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31097/stat : 31097 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139710721678432 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31098] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31098/stat : 31098 (java) S 31032 31035 16548 0 -1 1077944384 959 12654 0 0 0 0 5 2 20 0 15 0 50223593 14407233536 163028 18446744073709551615 4194304 4196468 140732452649776 139710720624944 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 14069564

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

[startup+6.40078 s]
/proc/loadavg: 1.75 1.47 1.44 6/209 31098
/proc/meminfo: memFree=30215556/32770624 swapFree=0/317192
[pid=31035] ppid=31032 vsize=14069564 CPUtime=13.93 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 67090 12654 0 0 1344 42 5 2 20 0 15 0 50223565 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3517391 163129 3468 1 0 3506005 0
[pid=31035/tid=31085] ppid=31032 vsize=14069564 CPUtime=6.02 cores=0,2,4,6
/proc/31035/task/31085/stat : 31085 (java) R 31032 31035 16548 0 -1 4202560 46284 12654 0 0 581 14 5 2 20 0 15 0 50223584 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139712152444000 139711762063290 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31086] ppid=31032 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/31035/task/31086/stat : 31086 (java) S 31032 31035 16548 0 -1 1077944384 285 12654 0 0 8 5 5 2 20 0 15 0 50223585 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139712067627792 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31087] ppid=31032 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/31035/task/31087/stat : 31087 (java) S 31032 31035 16548 0 -1 1077944384 658 12654 0 0 8 4 5 2 20 0 15 0 50223585 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139712066575248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31088] ppid=31032 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/31035/task/31088/stat : 31088 (java) S 31032 31035 16548 0 -1 1077944384 518 12654 0 0 9 5 5 2 20 0 15 0 50223585 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711746141200 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31089] ppid=31032 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/31035/task/31089/stat : 31089 (java) S 31032 31035 16548 0 -1 1077944384 177 12654 0 0 9 4 5 2 20 0 15 0 50223585 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711745088656 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31090] ppid=31032 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/31035/task/31090/stat : 31090 (java) S 31032 31035 16548 0 -1 1077944384 2224 12654 0 0 4 0 5 2 20 0 15 0 50223586 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711064913904 139712148224642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31091] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31091/stat : 31091 (java) S 31032 31035 16548 0 -1 1077944384 56 12654 0 0 0 0 5 2 20 0 15 0 50223586 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711063860192 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31092] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31092/stat : 31092 (java) S 31032 31035 16548 0 -1 1077944384 51 12654 0 0 0 0 5 2 20 0 15 0 50223587 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711062807552 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31093] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31093/stat : 31093 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711061756112 139712148232091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31094] ppid=31032 vsize=14069564 CPUtime=2.83 cores=0,2,4,6
/proc/31035/task/31094/stat : 31094 (java) R 31032 31035 16548 0 -1 4202560 3708 12654 0 0 275 1 5 2 20 0 15 0 50223589 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711060683120 139712131710491 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31095] ppid=31032 vsize=14069564 CPUtime=2.93 cores=0,2,4,6
/proc/31035/task/31095/stat : 31095 (java) R 31032 31035 16548 0 -1 4202560 4568 12654 0 0 285 1 5 2 20 0 15 0 50223589 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139711059632336 139712134255598 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31096] ppid=31032 vsize=14069564 CPUtime=1.7 cores=0,2,4,6
/proc/31035/task/31096/stat : 31096 (java) S 31032 31035 16548 0 -1 1077944384 5445 12654 0 0 160 3 5 2 20 0 15 0 50223589 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139710722730736 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31097] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31097/stat : 31097 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139710721678432 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31098] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31098/stat : 31098 (java) S 31032 31035 16548 0 -1 1077944384 959 12654 0 0 0 0 5 2 20 0 15 0 50223593 14407233536 163129 18446744073709551615 4194304 4196468 140732452649776 139710720624944 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 14069564

[startup+6.80064 s]
/proc/loadavg: 1.75 1.47 1.44 5/209 31098
/proc/meminfo: memFree=30165792/32770624 swapFree=0/317188
[pid=31035] ppid=31032 vsize=14069564 CPUtime=15.09 cores=0,2,4,6
/proc/31035/stat : 31035 (java) S 31032 31035 16548 0 -1 1077944320 67666 12654 0 0 1460 42 5 2 20 0 15 0 50223565 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 140732452632320 139712148213495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
/proc/31035/statm: 3517391 165220 3468 1 0 3506005 0
[pid=31035/tid=31085] ppid=31032 vsize=14069564 CPUtime=6.22 cores=0,2,4,6
/proc/31035/task/31085/stat : 31085 (java) S 31032 31035 16548 0 -1 1077944384 46320 12654 0 0 601 14 5 2 20 0 15 0 50223584 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139712152451248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31086] ppid=31032 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/31035/task/31086/stat : 31086 (java) S 31032 31035 16548 0 -1 1077944384 298 12654 0 0 18 5 5 2 20 0 15 0 50223585 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139712067627792 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31087] ppid=31032 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/31035/task/31087/stat : 31087 (java) S 31032 31035 16548 0 -1 1077944384 663 12654 0 0 19 5 5 2 20 0 15 0 50223585 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139712066575248 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31088] ppid=31032 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/31035/task/31088/stat : 31088 (java) S 31032 31035 16548 0 -1 1077944384 538 12654 0 0 20 5 5 2 20 0 15 0 50223585 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711746141200 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31089] ppid=31032 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/31035/task/31089/stat : 31089 (java) S 31032 31035 16548 0 -1 1077944384 192 12654 0 0 20 4 5 2 20 0 15 0 50223585 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711745088656 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31090] ppid=31032 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/31035/task/31090/stat : 31090 (java) R 31032 31035 16548 0 -1 4202560 2380 12654 0 0 12 0 5 2 20 0 15 0 50223586 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711064912304 139712132568144 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31091] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31091/stat : 31091 (java) S 31032 31035 16548 0 -1 1077944384 56 12654 0 0 0 0 5 2 20 0 15 0 50223586 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711063860240 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31092] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31092/stat : 31092 (java) S 31032 31035 16548 0 -1 1077944384 51 12654 0 0 0 0 5 2 20 0 15 0 50223587 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711062807104 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31093] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31093/stat : 31093 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711061756112 139712148232091 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31094] ppid=31032 vsize=14069564 CPUtime=3.04 cores=0,2,4,6
/proc/31035/task/31094/stat : 31094 (java) S 31032 31035 16548 0 -1 1077944384 3978 12654 0 0 296 1 5 2 20 0 15 0 50223589 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711060688976 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31095] ppid=31032 vsize=14069564 CPUtime=3.14 cores=0,2,4,6
/proc/31035/task/31095/stat : 31095 (java) S 31032 31035 16548 0 -1 1077944384 4592 12654 0 0 306 1 5 2 20 0 15 0 50223589 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139711059639280 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31096] ppid=31032 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/31035/task/31096/stat : 31096 (java) S 31032 31035 16548 0 -1 1077944384 5482 12654 0 0 163 3 5 2 20 0 15 0 50223589 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139710722730736 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31097] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31097/stat : 31097 (java) S 31032 31035 16548 0 -1 1077944384 3 12654 0 0 0 0 5 2 20 0 15 0 50223589 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139710721678432 139712148223701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
[pid=31035/tid=31098] ppid=31032 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31035/task/31098/stat : 31098 (java) S 31032 31035 16548 0 -1 1077944384 959 12654 0 0 0 0 5 2 20 0 15 0 50223593 14407233536 165220 18446744073709551615 4194304 4196468 140732452649776 139710720624944 139712148224642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16465920 140732452653008 140732452655793 140732452655793 140732452659151 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 6.85075
CPU time (s): 15.2117
CPU user time (s): 14.7383
CPU system time (s): 0.473373
CPU usage (%): 222.044
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7383
system time used= 0.473373
maximum resident set size= 661688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7905
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031743 second user time and 0.046172 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 21:24:00
IDJOB=4262590
IDBENCH=139316
IDSOLVER=2650
FILE ID=node126/4262590-1502480280
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262590-1502480280/watcher-4262590-1502480280 -o /tmp/evaluation-result-4262590-1502480280/solver-4262590-1502480280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262590-1502480280.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=1218752994

node126.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.81
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.81
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.81
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.81
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:        30806956 kB
MemAvailable:   31445712 kB
Buffers:          291880 kB
Cached:           619880 kB
SwapCached:          524 kB
Active:          1119984 kB
Inactive:         388300 kB
Active(anon):     550640 kB
Inactive(anon):    71324 kB
Active(file):     569344 kB
Inactive(file):   316976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             27456 kB
Writeback:             0 kB
AnonPages:        596368 kB
Mapped:            54880 kB
Shmem:             25248 kB
Slab:             162860 kB
SReclaimable:     136544 kB
SUnreclaim:        26316 kB
KernelStack:        3488 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1504268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 61980 MiB
End job on node126 at 2017-08-11 21:24:07