Trace number 4262487

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 6.67033 3.8935201

General information on the benchmark

NamePrimes/
Primes-m1-p30/Primes-30-60-3-1.xml
MD5SUM6306de3e407159e9ecd102c48acf4c13
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.0088759996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size112
Maximum domain size112
Distribution of domain sizes[{"size":112,"count":87}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":13},{"degree":1,"count":23},{"degree":2,"count":26},{"degree":3,"count":21},{"degree":4,"count":10},{"degree":5,"count":5},{"degree":6,"count":2}]
Minimum constraint arity3
Maximum constraint arity4
Distribution of constraint arities[{"arity":3,"count":25},{"arity":4,"count":35}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

3.17/2.19	c Concrete v3.4 running
6.47/3.84	v <instantiation>
6.47/3.84	v       <list>
6.47/3.84	v         x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[10] x[11] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[24] x[25] x[26] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[36] x[37] x[38] x[39] x[41] x[42] x[43] x[44] x[45] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[63] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
6.47/3.84	v       </list>
6.47/3.84	v       <values>
6.47/3.84	v         33 107 101 89 101 59 41 5 19 71 89 59 2 17 83 59 37 23 113 5 73 5 19 101 113 41 83 67 113 43 59 3 83 7 79 113 47 19 47 13 2 89 59 3 73 103 7 5 73 59 3 53 53 107 13 59 29 43 61 97 53 53 47 107 47 47 7 73 19 67 17 23 23 97 7 37 71 41 2 103 67 113 83 59 17 97 113
6.47/3.84	v       </values>
6.47/3.84	v     </instantiation>
6.47/3.84	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-4262487-1502458056/watcher-4262487-1502458056 -o /tmp/evaluation-result-4262487-1502458056/solver-4262487-1502458056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580 bin/concrete HOME/instance-4262487-1502458056.xml 

pid=25517
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: 2.27 1.61 1.45 2/199 25520
/proc/meminfo: memFree=30592600/32770624 swapFree=0/464952
[pid=25520] ppid=25517 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25520/stat : 25520 (runsolver) D 25517 25520 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 87716788 24240128 107 18446744073709551615 4194304 4338465 140725739134320 140725739131960 140053062267607 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 28368896 140725739135184 140725739135561 140725739135561 140725739139018 0
/proc/25520/statm: 5918 107 54 36 0 2156 0

[startup+0.100063 s]
/proc/loadavg: 2.27 1.61 1.45 2/199 25520
/proc/meminfo: memFree=30592600/32770624 swapFree=0/464952
[pid=25520] ppid=25517 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/25520/stat : 25520 (bash) S 25517 25520 13007 0 -1 4202496 684 1541 0 0 0 0 0 0 20 0 1 0 87716788 9736192 352 18446744073709551615 4194304 5098028 140723893786864 140723893784504 139867226815488 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 21454848 140723893789204 140723893789289 140723893789289 140723893792746 0
/proc/25520/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200447 s]
/proc/loadavg: 2.27 1.61 1.45 2/199 25520
/proc/meminfo: memFree=30592600/32770624 swapFree=0/464952
[pid=25520] ppid=25517 vsize=98708 CPUtime=0.07 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 2216 12591 0 0 0 0 5 2 20 0 2 0 87716788 101076992 1147 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 0 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 24933 1147 848 1 0 17057 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 98708

[startup+0.3109 s]
/proc/loadavg: 2.27 1.61 1.45 2/199 25520
/proc/meminfo: memFree=30592600/32770624 swapFree=0/464952
[pid=25520] ppid=25517 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 5741 12591 0 0 7 1 5 2 20 0 15 0 87716788 14309310464 6323 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3493484 6323 2660 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700891 s]
/proc/loadavg: 2.27 1.61 1.45 2/199 25520
/proc/meminfo: memFree=30592600/32770624 swapFree=0/464952
[pid=25520] ppid=25517 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 13606 12591 0 0 59 4 5 2 20 0 15 0 87716788 14310178816 14976 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3493696 14976 3090 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50122 s]
/proc/loadavg: 2.27 1.61 1.45 4/214 25583
/proc/meminfo: memFree=30496856/32770624 swapFree=0/465536
[pid=25520] ppid=25517 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 28149 12591 0 0 178 10 5 2 20 0 15 0 87716788 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3496352 43176 3373 1 0 3485525 0
[pid=25520/tid=25570] ppid=25517 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/25520/task/25570/stat : 25570 (java) S 25517 25520 13007 0 -1 1077944384 21165 12591 0 0 115 6 5 2 20 0 15 0 87716808 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190575045920 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25571] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25571/stat : 25571 (java) S 25517 25520 13007 0 -1 1077944384 55 12591 0 0 0 0 5 2 20 0 15 0 87716809 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190490242192 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25572] ppid=25517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25572/stat : 25572 (java) R 25517 25520 13007 0 -1 1077944384 41 12591 0 0 1 0 5 2 20 0 15 0 87716809 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190489189408 140190570837717 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25573] ppid=25517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25573/stat : 25573 (java) S 25517 25520 13007 0 -1 1077944384 197 12591 0 0 1 0 5 2 20 0 15 0 87716809 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190488136592 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25574] ppid=25517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25574/stat : 25574 (java) S 25517 25520 13007 0 -1 1077944384 66 12591 0 0 1 0 5 2 20 0 15 0 87716809 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190487083792 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25575] ppid=25517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25575/stat : 25575 (java) S 25517 25520 13007 0 -1 1077944384 1152 12591 0 0 1 0 5 2 20 0 15 0 87716810 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190049342368 140190570837717 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25576] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25576/stat : 25576 (java) S 25517 25520 13007 0 -1 1077944384 33 12591 0 0 0 0 5 2 20 0 15 0 87716811 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190048289824 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25577] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25577/stat : 25577 (java) S 25517 25520 13007 0 -1 1077944384 21 12591 0 0 0 0 5 2 20 0 15 0 87716811 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190047236976 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25578] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25578/stat : 25578 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190046185296 140190570846107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25579] ppid=25517 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/25520/task/25579/stat : 25579 (java) S 25517 25520 13007 0 -1 1077944384 1254 12591 0 0 18 0 5 2 20 0 15 0 87716814 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190045133680 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25580] ppid=25517 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/25520/task/25580/stat : 25580 (java) S 25517 25520 13007 0 -1 1077944384 696 12591 0 0 15 0 5 2 20 0 15 0 87716814 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190044080880 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25581] ppid=25517 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/25520/task/25581/stat : 25581 (java) S 25517 25520 13007 0 -1 1077944384 1300 12591 0 0 23 0 5 2 20 0 15 0 87716814 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190043023456 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25582] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25582/stat : 25582 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190041975520 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25583] ppid=25517 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25583/stat : 25583 (java) S 25517 25520 13007 0 -1 1077944384 10 12591 0 0 0 0 5 2 20 0 15 0 87716818 14321057792 43176 18446744073709551615 4194304 4196468 140731335214496 140190040922800 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 2.27 1.61 1.45 3/214 25583
/proc/meminfo: memFree=30419348/32770624 swapFree=0/465536
[pid=25520] ppid=25517 vsize=14065468 CPUtime=5.32 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 54240 12591 0 0 508 17 5 2 20 0 15 0 87716788 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3516367 63600 3448 1 0 3504981 0
[pid=25520/tid=25570] ppid=25517 vsize=14065468 CPUtime=2.88 cores=0,2,4,6
/proc/25520/task/25570/stat : 25570 (java) R 25517 25520 13007 0 -1 4202560 39976 12591 0 0 270 11 5 2 20 0 15 0 87716808 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190575045144 140190551102841 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25571] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25571/stat : 25571 (java) S 25517 25520 13007 0 -1 1077944384 55 12591 0 0 0 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190490242192 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25572] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25572/stat : 25572 (java) S 25517 25520 13007 0 -1 1077944384 41 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190489189392 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25573] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25573/stat : 25573 (java) S 25517 25520 13007 0 -1 1077944384 197 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190488136592 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25574] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25574/stat : 25574 (java) S 25517 25520 13007 0 -1 1077944384 66 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190487083792 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25575] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25575/stat : 25575 (java) S 25517 25520 13007 0 -1 1077944384 1167 12591 0 0 1 0 5 2 20 0 15 0 87716810 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190049343856 140190570838658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25576] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25576/stat : 25576 (java) S 25517 25520 13007 0 -1 1077944384 56 12591 0 0 0 0 5 2 20 0 15 0 87716811 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190048289824 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25577] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25577/stat : 25577 (java) S 25517 25520 13007 0 -1 1077944384 44 12591 0 0 0 0 5 2 20 0 15 0 87716811 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190047236976 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25578] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25578/stat : 25578 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190046185296 140190570846107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25579] ppid=25517 vsize=14065468 CPUtime=0.8 cores=0,2,4,6
/proc/25520/task/25579/stat : 25579 (java) R 25517 25520 13007 0 -1 4202560 3183 12591 0 0 72 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190045114696 140190554291243 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25580] ppid=25517 vsize=14065468 CPUtime=0.71 cores=0,2,4,6
/proc/25520/task/25580/stat : 25580 (java) R 25517 25520 13007 0 -1 4202560 3721 12591 0 0 63 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190044061208 140190554324295 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25581] ppid=25517 vsize=14065468 CPUtime=1.02 cores=0,2,4,6
/proc/25520/task/25581/stat : 25581 (java) S 25517 25520 13007 0 -1 1077944384 3562 12591 0 0 94 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190043028080 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25582] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25582/stat : 25582 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190041975520 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25583] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25583/stat : 25583 (java) S 25517 25520 13007 0 -1 1077944384 13 12591 0 0 0 0 5 2 20 0 15 0 87716818 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190040922800 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 14065468

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

[startup+3.20088 s]
/proc/loadavg: 2.27 1.61 1.45 3/214 25583
/proc/meminfo: memFree=30419348/32770624 swapFree=0/465536
[pid=25520] ppid=25517 vsize=14065468 CPUtime=5.36 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 54262 12591 0 0 512 17 5 2 20 0 15 0 87716788 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3516367 63600 3448 1 0 3504981 0
[pid=25520/tid=25570] ppid=25517 vsize=14065468 CPUtime=2.89 cores=0,2,4,6
/proc/25520/task/25570/stat : 25570 (java) D 25517 25520 13007 0 -1 4202560 39976 12591 0 0 271 11 5 2 20 0 15 0 87716808 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190575043416 140190563544663 0 4 1 16800974 18446744071582151463 0 0 -1 2 0 0 4 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25571] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25571/stat : 25571 (java) S 25517 25520 13007 0 -1 1077944384 55 12591 0 0 0 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190490242192 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25572] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25572/stat : 25572 (java) S 25517 25520 13007 0 -1 1077944384 41 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190489189392 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25573] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25573/stat : 25573 (java) S 25517 25520 13007 0 -1 1077944384 197 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190488136592 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25574] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25574/stat : 25574 (java) S 25517 25520 13007 0 -1 1077944384 66 12591 0 0 1 0 5 2 20 0 15 0 87716809 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190487083792 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25575] ppid=25517 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/25520/task/25575/stat : 25575 (java) S 25517 25520 13007 0 -1 1077944384 1167 12591 0 0 1 0 5 2 20 0 15 0 87716810 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190049343856 140190570838658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25576] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25576/stat : 25576 (java) S 25517 25520 13007 0 -1 1077944384 56 12591 0 0 0 0 5 2 20 0 15 0 87716811 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190048289824 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25577] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25577/stat : 25577 (java) S 25517 25520 13007 0 -1 1077944384 44 12591 0 0 0 0 5 2 20 0 15 0 87716811 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190047236976 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25578] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25578/stat : 25578 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190046185296 140190570846107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25579] ppid=25517 vsize=14065468 CPUtime=0.81 cores=0,2,4,6
/proc/25520/task/25579/stat : 25579 (java) D 25517 25520 13007 0 -1 4202560 3205 12591 0 0 73 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190045114696 140190563068901 0 4 1 16800974 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25580] ppid=25517 vsize=14065468 CPUtime=0.74 cores=0,2,4,6
/proc/25520/task/25580/stat : 25580 (java) D 25517 25520 13007 0 -1 4202560 3721 12591 0 0 66 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190044061896 140190563544663 0 4 1 16800974 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25581] ppid=25517 vsize=14065468 CPUtime=1.02 cores=0,2,4,6
/proc/25520/task/25581/stat : 25581 (java) S 25517 25520 13007 0 -1 1077944384 3562 12591 0 0 94 1 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190043028080 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25582] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25582/stat : 25582 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190041975520 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25583] ppid=25517 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25583/stat : 25583 (java) D 25517 25520 13007 0 -1 4202560 13 12591 0 0 0 0 5 2 20 0 15 0 87716818 14403039232 63600 18446744073709551615 4194304 4196468 140731335214496 140190040922720 140190555683598 0 4 1 16800974 18446744072100281477 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 14065468

[startup+3.6009 s]
/proc/loadavg: 2.25 1.62 1.45 2/214 25583
/proc/meminfo: memFree=30297068/32770624 swapFree=0/465536
[pid=25520] ppid=25517 vsize=14067516 CPUtime=5.85 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 61981 12591 0 0 559 19 5 2 20 0 15 0 87716788 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3516879 75159 3459 1 0 3505493 0
[pid=25520/tid=25570] ppid=25517 vsize=14067516 CPUtime=2.99 cores=0,2,4,6
/proc/25520/task/25570/stat : 25570 (java) R 25517 25520 13007 0 -1 4202560 45101 12591 0 0 281 11 5 2 20 0 15 0 87716808 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190575056312 140190165527603 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25571] ppid=25517 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/25520/task/25571/stat : 25571 (java) S 25517 25520 13007 0 -1 1077944384 67 12591 0 0 2 0 5 2 20 0 15 0 87716809 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190490242192 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25572] ppid=25517 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/25520/task/25572/stat : 25572 (java) S 25517 25520 13007 0 -1 1077944384 121 12591 0 0 3 0 5 2 20 0 15 0 87716809 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190489189392 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25573] ppid=25517 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/25520/task/25573/stat : 25573 (java) S 25517 25520 13007 0 -1 1077944384 220 12591 0 0 2 0 5 2 20 0 15 0 87716809 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190488136592 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25574] ppid=25517 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/25520/task/25574/stat : 25574 (java) S 25517 25520 13007 0 -1 1077944384 83 12591 0 0 2 0 5 2 20 0 15 0 87716809 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190487083792 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25575] ppid=25517 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/25520/task/25575/stat : 25575 (java) S 25517 25520 13007 0 -1 1077944384 1992 12591 0 0 3 0 5 2 20 0 15 0 87716810 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190049343856 140190570838658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25576] ppid=25517 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25576/stat : 25576 (java) S 25517 25520 13007 0 -1 1077944384 56 12591 0 0 0 0 5 2 20 0 15 0 87716811 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190048289888 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25577] ppid=25517 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25577/stat : 25577 (java) S 25517 25520 13007 0 -1 1077944384 44 12591 0 0 0 0 5 2 20 0 15 0 87716811 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190047236992 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25578] ppid=25517 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25578/stat : 25578 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190046185296 140190570846107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25579] ppid=25517 vsize=14067516 CPUtime=0.92 cores=0,2,4,6
/proc/25520/task/25579/stat : 25579 (java) R 25517 25520 13007 0 -1 4202560 3859 12591 0 0 84 1 5 2 20 0 15 0 87716814 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190045114696 140190554313470 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25580] ppid=25517 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/25520/task/25580/stat : 25580 (java) R 25517 25520 13007 0 -1 4202560 4599 12591 0 0 79 1 5 2 20 0 15 0 87716814 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190044066904 140190554212343 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25581] ppid=25517 vsize=14067516 CPUtime=1.06 cores=0,2,4,6
/proc/25520/task/25581/stat : 25581 (java) R 25517 25520 13007 0 -1 4202560 3665 12591 0 0 98 1 5 2 20 0 15 0 87716814 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190043028080 140190550267476 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25582] ppid=25517 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25582/stat : 25582 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190041975520 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25583] ppid=25517 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25583/stat : 25583 (java) S 25517 25520 13007 0 -1 1077944384 15 12591 0 0 0 0 5 2 20 0 15 0 87716818 14405136384 75159 18446744073709551615 4194304 4196468 140731335214496 140190040922800 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 14067516

[startup+3.80586 s]
/proc/loadavg: 2.25 1.62 1.45 2/214 25583
/proc/meminfo: memFree=30297068/32770624 swapFree=0/465536
[pid=25520] ppid=25517 vsize=14069632 CPUtime=6.47 cores=0,2,4,6
/proc/25520/stat : 25520 (java) S 25517 25520 13007 0 -1 1077944320 63774 12591 0 0 620 20 5 2 20 0 15 0 87716788 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140731335197040 140190570827511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
/proc/25520/statm: 3517408 76013 3459 1 0 3506022 0
[pid=25520/tid=25570] ppid=25517 vsize=14069632 CPUtime=3.03 cores=0,2,4,6
/proc/25520/task/25570/stat : 25570 (java) S 25517 25520 13007 0 -1 1077944384 45185 12591 0 0 285 11 5 2 20 0 15 0 87716808 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190575055024 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25571] ppid=25517 vsize=14069632 CPUtime=0.15 cores=0,2,4,6
/proc/25520/task/25571/stat : 25571 (java) S 25517 25520 13007 0 -1 1077944384 78 12591 0 0 7 1 5 2 20 0 15 0 87716809 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190490242192 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25572] ppid=25517 vsize=14069632 CPUtime=0.17 cores=0,2,4,6
/proc/25520/task/25572/stat : 25572 (java) S 25517 25520 13007 0 -1 1077944384 122 12591 0 0 10 0 5 2 20 0 15 0 87716809 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190489189392 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25573] ppid=25517 vsize=14069632 CPUtime=0.17 cores=0,2,4,6
/proc/25520/task/25573/stat : 25573 (java) S 25517 25520 13007 0 -1 1077944384 230 12591 0 0 10 0 5 2 20 0 15 0 87716809 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190488136592 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25574] ppid=25517 vsize=14069632 CPUtime=0.14 cores=0,2,4,6
/proc/25520/task/25574/stat : 25574 (java) S 25517 25520 13007 0 -1 1077944384 90 12591 0 0 7 0 5 2 20 0 15 0 87716809 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190487083792 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25575] ppid=25517 vsize=14069632 CPUtime=0.17 cores=0,2,4,6
/proc/25520/task/25575/stat : 25575 (java) R 25517 25520 13007 0 -1 4202560 2006 12591 0 0 10 0 5 2 20 0 15 0 87716810 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190049343856 140190563544663 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25576] ppid=25517 vsize=14069632 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25576/stat : 25576 (java) S 25517 25520 13007 0 -1 1077944384 56 12591 0 0 0 0 5 2 20 0 15 0 87716811 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190048289888 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25577] ppid=25517 vsize=14069632 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25577/stat : 25577 (java) S 25517 25520 13007 0 -1 1077944384 44 12591 0 0 0 0 5 2 20 0 15 0 87716811 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190047236992 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25578] ppid=25517 vsize=14069632 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25578/stat : 25578 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190046185296 140190570846107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25579] ppid=25517 vsize=14069632 CPUtime=0.97 cores=0,2,4,6
/proc/25520/task/25579/stat : 25579 (java) R 25517 25520 13007 0 -1 4202560 3997 12591 0 0 89 1 5 2 20 0 15 0 87716814 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190045112720 140190554324246 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25580] ppid=25517 vsize=14069632 CPUtime=1.07 cores=0,2,4,6
/proc/25520/task/25580/stat : 25580 (java) R 25517 25520 13007 0 -1 4202560 6107 12591 0 0 99 1 5 2 20 0 15 0 87716814 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190044066904 140190552348911 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25581] ppid=25517 vsize=14069632 CPUtime=1.07 cores=0,2,4,6
/proc/25520/task/25581/stat : 25581 (java) S 25517 25520 13007 0 -1 1077944384 3685 12591 0 0 99 1 5 2 20 0 15 0 87716814 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190043028080 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25582] ppid=25517 vsize=14069632 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25582/stat : 25582 (java) S 25517 25520 13007 0 -1 1077944384 3 12591 0 0 0 0 5 2 20 0 15 0 87716814 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190041975520 140190570837717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
[pid=25520/tid=25583] ppid=25517 vsize=14069632 CPUtime=0.07 cores=0,2,4,6
/proc/25520/task/25583/stat : 25583 (java) S 25517 25520 13007 0 -1 1077944384 15 12591 0 0 0 0 5 2 20 0 15 0 87716818 14407303168 76013 18446744073709551615 4194304 4196468 140731335214496 140190040922800 140190570838658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 29540352 140731335219152 140731335221937 140731335221937 140731335225295 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 14069632

Child status: 0
Real time (s): 3.89352
CPU time (s): 6.67033
CPU user time (s): 6.42587
CPU system time (s): 0.244464
CPU usage (%): 171.319
Max. virtual memory (cumulated for all children) (KiB): 14069632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.42587
system time used= 0.244464
maximum resident set size= 305200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77099
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= 6156
involuntary context switches= 678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020302 second user time and 0.023993 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 15:13:41
IDJOB=4262487
IDBENCH=133355
IDSOLVER=2650
FILE ID=node135/4262487-1502458056
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Primes/Primes-m1-p30/Primes-30-60-3-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262487-1502458056/watcher-4262487-1502458056 -o /tmp/evaluation-result-4262487-1502458056/solver-4262487-1502458056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262487-1502458056.xml

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

MD5SUM BENCH= 6306de3e407159e9ecd102c48acf4c13
RANDOM SEED=1005976447

node135.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.21
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.21
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.21
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.21
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:        30593236 kB
MemAvailable:   31425640 kB
Buffers:          292756 kB
Cached:           831740 kB
SwapCached:            0 kB
Active:          1237828 kB
Inactive:         498352 kB
Active(anon):     612484 kB
Inactive(anon):    33140 kB
Active(file):     625344 kB
Inactive(file):   465212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24452 kB
Writeback:             4 kB
AnonPages:        611852 kB
Mapped:            63128 kB
Shmem:             33464 kB
Slab:             143008 kB
SReclaimable:     115368 kB
SUnreclaim:        27640 kB
KernelStack:        3504 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1300176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 15:13:45