Trace number 4264753

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11OPT250 5.7205601 3.56423

DiagnosticValue
WRONG_DECISIONS591

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-04-04-3.xml
MD5SUMd594ce2470bfcbe7ad5c857fb9f8254a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark250
Best CPU time to get the best result obtained on this benchmark0.226116
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints60
Number of domains6
Minimum domain size4
Maximum domain size350
Distribution of domain sizes[{"size":4,"count":32},{"size":350,"count":36}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":32},{"degree":5,"count":16}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":16},{"arity":3,"count":16},{"arity":4,"count":8},{"arity":6,"count":16}]
Number of extensional constraints16
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":20},{"type":"allDifferent","count":4},{"type":"noOverlap","count":4},{"type":"element","count":16}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.37/0.41	
0.37/0.41	AbsCon 2 
0.37/0.41	
0.70/0.63	  Solving XCSP3-instance-4264753-1502263999 as a COP in -infty..+infty
0.70/0.63	  Loading variables...
0.70/0.69	  Loading constraints...
0.96/0.76	  Solver SolverBacktrack being built...
0.96/0.76	
1.66/1.12	  Preprocessing : gac=true, ccks=3242376, filters=52, revisions=92 (useless=40), AC=2917, removals=2917, inconsistent=false
1.66/1.12	
2.03/1.33	o 333
2.27/1.45	o 328
2.55/1.52	o 307
2.55/1.59	o 304
2.76/1.64	o 293
2.76/1.69	o 290
2.90/1.74	o 283
3.03/1.83	o 274
3.03/1.89	o 265
3.31/1.98	o 262
3.61/2.01	o 260
3.90/2.13	o 258
3.90/2.16	o 255
4.13/2.22	o 252
4.46/2.54	o 250
5.65/3.55	
5.65/3.55	v <instantiation id='sol15' type='solution' cost='250'>  <list> s[][] e[] d[][] w[][] sd[][] </list>  <values> 0 75 129 210 0 75 112 210 0 60 122 210 0 60 129 203 245 250 238 246 19 54 60 35 75 25 98 40 58 52 88 28 60 62 74 43 1 2 0 3 2 0 3 1 0 3 1 2 3 1 2 0 129 0 75 210 75 210 0 112 0 122 210 60 203 60 129 0 </values>  </instantiation>
5.65/3.55	s OPTIMUM FOUND
5.65/3.55	
5.65/3.55	d WRONG_DECISIONS 591

Verifier Data

OK	250

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-4264753-1502263999/watcher-4264753-1502263999 -o /tmp/evaluation-result-4264753-1502263999/solver-4264753-1502263999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264753-1502263999.xml 

pid=5752
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.00 2.01 2.00 2/181 5755
/proc/meminfo: memFree=31167752/32770624 swapFree=0/513768
[pid=5755] ppid=5752 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5755/stat : 5755 (runsolver) D 5752 5755 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 73906027 24240128 107 18446744073709551615 4194304 4338465 140720557998912 140720557996552 139753881252567 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 30105600 140720558006432 140720558006857 140720558006857 140720558010314 0
/proc/5755/statm: 5918 107 54 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 2.00 2.01 2.00 2/181 5755
/proc/meminfo: memFree=31167752/32770624 swapFree=0/513768
[pid=5755] ppid=5752 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 1739 0 0 0 0 0 0 0 20 0 2 0 73906027 365518848 1899 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 89238 1899 1053 1 0 79208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200349 s]
/proc/loadavg: 2.00 2.01 2.00 2/181 5755
/proc/meminfo: memFree=31167752/32770624 swapFree=0/513768
[pid=5755] ppid=5752 vsize=10484492 CPUtime=0.06 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 4535 0 0 0 5 1 0 0 20 0 14 0 73906027 10736119808 5583 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2621123 5583 2572 1 0 2610620 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10484492

[startup+0.300254 s]
/proc/loadavg: 2.00 2.01 2.00 2/181 5755
/proc/meminfo: memFree=31167752/32770624 swapFree=0/513768
[pid=5755] ppid=5752 vsize=10551180 CPUtime=0.17 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 5852 0 0 0 16 1 0 0 20 0 15 0 73906027 10804408320 7832 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2637795 7832 2833 1 0 2627261 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10551180

[startup+0.70037 s]
/proc/loadavg: 2.00 2.01 2.00 2/181 5755
/proc/meminfo: memFree=31167752/32770624 swapFree=0/513768
[pid=5755] ppid=5752 vsize=10621952 CPUtime=0.96 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 12452 0 0 0 92 4 0 0 20 0 16 0 73906027 10876878848 17507 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2655488 17507 3067 1 0 2644414 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10621952

[startup+1.5007 s]
/proc/loadavg: 2.00 2.01 2.00 4/215 5815
/proc/meminfo: memFree=31048732/32770624 swapFree=0/513792
[pid=5755] ppid=5752 vsize=10624000 CPUtime=2.55 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 19385 0 0 0 248 7 0 0 20 0 16 0 73906027 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2656000 24505 3093 1 0 2644926 0
[pid=5755/tid=5757] ppid=5752 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/5755/task/5757/stat : 5757 (java) S 5752 5755 31388 0 -1 1077944384 5737 0 0 0 19 2 0 0 20 0 16 0 73906036 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976823147696 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5758] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5758/stat : 5758 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976749325072 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5759] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5759/stat : 5759 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976748272528 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5760] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5760/stat : 5760 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976747219984 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5761] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5761/stat : 5761 (java) S 5752 5755 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976746167440 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5762] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5762/stat : 5762 (java) S 5752 5755 31388 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976315434992 139976818915970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5763] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5763/stat : 5763 (java) S 5752 5755 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976314381216 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5764] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5764/stat : 5764 (java) S 5752 5755 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976313328624 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5765] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5765/stat : 5765 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906041 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976312277200 139976818923419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5766] ppid=5752 vsize=10624000 CPUtime=0.45 cores=0,2,4,6
/proc/5755/task/5766/stat : 5766 (java) R 5752 5755 31388 0 -1 4202560 2551 0 0 0 45 0 0 0 20 0 16 0 73906041 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976311205832 139976799606487 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5767] ppid=5752 vsize=10624000 CPUtime=0.41 cores=0,2,4,6
/proc/5755/task/5767/stat : 5767 (java) R 5752 5755 31388 0 -1 4202560 2132 0 0 0 41 0 0 0 20 0 16 0 73906041 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976310153384 139976802405220 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5768] ppid=5752 vsize=10624000 CPUtime=0.36 cores=0,2,4,6
/proc/5755/task/5768/stat : 5768 (java) S 5752 5755 31388 0 -1 1077944384 1788 0 0 0 35 1 0 0 20 0 16 0 73906042 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976309119728 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5769] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5769/stat : 5769 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906042 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976308067424 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5773] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5773/stat : 5773 (java) S 5752 5755 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 73906050 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976307013936 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5783] ppid=5752 vsize=10624000 CPUtime=1.08 cores=0,2,4,6
/proc/5755/task/5783/stat : 5783 (java) R 5752 5755 31388 0 -1 4202560 5800 0 0 0 106 2 0 0 20 0 16 0 73906067 10878976000 24505 18446744073709551615 4194304 4196468 140737218669984 139976303821032 139976424882974 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 10624000

[startup+3.10068 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 5815
/proc/meminfo: memFree=30973024/32770624 swapFree=0/513824
[pid=5755] ppid=5752 vsize=10624000 CPUtime=5.09 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 22494 0 0 0 501 8 0 0 20 0 16 0 73906027 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2656000 27187 3100 1 0 2644926 0
[pid=5755/tid=5757] ppid=5752 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/5755/task/5757/stat : 5757 (java) S 5752 5755 31388 0 -1 1077944384 5737 0 0 0 19 2 0 0 20 0 16 0 73906036 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976823147696 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5758] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5758/stat : 5758 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976749325072 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5759] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5759/stat : 5759 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976748272528 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5760] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5760/stat : 5760 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976747219984 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5761] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5761/stat : 5761 (java) S 5752 5755 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976746167440 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5762] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5762/stat : 5762 (java) S 5752 5755 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976315434992 139976818915970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5763] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5763/stat : 5763 (java) S 5752 5755 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976314381216 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5764] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5764/stat : 5764 (java) S 5752 5755 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976313328624 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5765] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5765/stat : 5765 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976312277200 139976818923419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5766] ppid=5752 vsize=10624000 CPUtime=0.95 cores=0,2,4,6
/proc/5755/task/5766/stat : 5766 (java) S 5752 5755 31388 0 -1 1077944384 3934 0 0 0 95 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976311224816 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5767] ppid=5752 vsize=10624000 CPUtime=0.78 cores=0,2,4,6
/proc/5755/task/5767/stat : 5767 (java) S 5752 5755 31388 0 -1 1077944384 3108 0 0 0 78 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976310172272 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5768] ppid=5752 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/5755/task/5768/stat : 5768 (java) S 5752 5755 31388 0 -1 1077944384 2395 0 0 0 41 1 0 0 20 0 16 0 73906042 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976309119728 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5769] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5769/stat : 5769 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906042 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976308067424 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5773] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5773/stat : 5773 (java) S 5752 5755 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 73906050 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976307013936 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5783] ppid=5752 vsize=10624000 CPUtime=2.68 cores=0,2,4,6
/proc/5755/task/5783/stat : 5783 (java) R 5752 5755 31388 0 -1 4202560 5915 0 0 0 266 2 0 0 20 0 16 0 73906067 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976303821192 139976427667780 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 10624000

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

[startup+3.20079 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 5815
/proc/meminfo: memFree=30973024/32770624 swapFree=0/513824
[pid=5755] ppid=5752 vsize=10624000 CPUtime=5.21 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 22500 0 0 0 513 8 0 0 20 0 16 0 73906027 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2656000 27187 3100 1 0 2644926 0
[pid=5755/tid=5757] ppid=5752 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/5755/task/5757/stat : 5757 (java) S 5752 5755 31388 0 -1 1077944384 5737 0 0 0 19 2 0 0 20 0 16 0 73906036 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976823147696 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5758] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5758/stat : 5758 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976749325072 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5759] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5759/stat : 5759 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976748272528 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5760] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5760/stat : 5760 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976747219984 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5761] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5761/stat : 5761 (java) S 5752 5755 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976746167440 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5762] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5762/stat : 5762 (java) S 5752 5755 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976315434992 139976818915970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5763] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5763/stat : 5763 (java) S 5752 5755 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976314381216 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5764] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5764/stat : 5764 (java) S 5752 5755 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976313328624 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5765] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5765/stat : 5765 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976312277200 139976818923419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5766] ppid=5752 vsize=10624000 CPUtime=0.95 cores=0,2,4,6
/proc/5755/task/5766/stat : 5766 (java) S 5752 5755 31388 0 -1 1077944384 3935 0 0 0 95 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976311224816 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5767] ppid=5752 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/5755/task/5767/stat : 5767 (java) R 5752 5755 31388 0 -1 4202560 3112 0 0 0 80 0 0 0 20 0 16 0 73906041 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976310162000 139976802291557 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5768] ppid=5752 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/5755/task/5768/stat : 5768 (java) S 5752 5755 31388 0 -1 1077944384 2396 0 0 0 41 1 0 0 20 0 16 0 73906042 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976309119728 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5769] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5769/stat : 5769 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906042 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976308067424 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5773] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5773/stat : 5773 (java) S 5752 5755 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 73906050 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976307013936 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5783] ppid=5752 vsize=10624000 CPUtime=2.78 cores=0,2,4,6
/proc/5755/task/5783/stat : 5783 (java) R 5752 5755 31388 0 -1 4202560 5915 0 0 0 276 2 0 0 20 0 16 0 73906067 10878976000 27187 18446744073709551615 4194304 4196468 140737218669984 139976303821192 139976427135680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 10624000

[startup+3.40639 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 5815
/proc/meminfo: memFree=30972396/32770624 swapFree=0/513824
[pid=5755] ppid=5752 vsize=10624000 CPUtime=5.54 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 22697 0 0 0 546 8 0 0 20 0 16 0 73906027 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2656000 27327 3100 1 0 2644926 0
[pid=5755/tid=5757] ppid=5752 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/5755/task/5757/stat : 5757 (java) S 5752 5755 31388 0 -1 1077944384 5737 0 0 0 19 2 0 0 20 0 16 0 73906036 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976823147696 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5758] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5758/stat : 5758 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976749325072 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5759] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5759/stat : 5759 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976748272528 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5760] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5760/stat : 5760 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976747219984 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5761] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5761/stat : 5761 (java) S 5752 5755 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976746167440 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5762] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5762/stat : 5762 (java) S 5752 5755 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976315434992 139976818915970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5763] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5763/stat : 5763 (java) S 5752 5755 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976314381216 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5764] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5764/stat : 5764 (java) S 5752 5755 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976313328624 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5765] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5765/stat : 5765 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906041 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976312277200 139976818923419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5766] ppid=5752 vsize=10624000 CPUtime=1 cores=0,2,4,6
/proc/5755/task/5766/stat : 5766 (java) S 5752 5755 31388 0 -1 1077944384 3944 0 0 0 100 0 0 0 20 0 16 0 73906041 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976311224816 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5767] ppid=5752 vsize=10624000 CPUtime=0.88 cores=0,2,4,6
/proc/5755/task/5767/stat : 5767 (java) R 5752 5755 31388 0 -1 4202560 3292 0 0 0 88 0 0 0 20 0 16 0 73906041 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976310172272 139976800425698 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5768] ppid=5752 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/5755/task/5768/stat : 5768 (java) S 5752 5755 31388 0 -1 1077944384 2396 0 0 0 41 1 0 0 20 0 16 0 73906042 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976309119728 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5769] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5769/stat : 5769 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906042 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976308067424 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5773] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5773/stat : 5773 (java) S 5752 5755 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 73906050 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976307013936 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5783] ppid=5752 vsize=10624000 CPUtime=2.98 cores=0,2,4,6
/proc/5755/task/5783/stat : 5783 (java) R 5752 5755 31388 0 -1 4202560 5923 0 0 0 296 2 0 0 20 0 16 0 73906067 10878976000 27327 18446744073709551615 4194304 4196468 140737218669984 139976303820752 139976427135680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 10624000

[startup+3.50079 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 5815
/proc/meminfo: memFree=30972396/32770624 swapFree=0/513824
[pid=5755] ppid=5752 vsize=10624000 CPUtime=5.65 cores=0,2,4,6
/proc/5755/stat : 5755 (java) S 5752 5755 31388 0 -1 1077944320 22701 0 0 0 557 8 0 0 20 0 16 0 73906027 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 140737218652528 139976818904823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
/proc/5755/statm: 2656000 27393 3100 1 0 2644926 0
[pid=5755/tid=5757] ppid=5752 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/5755/task/5757/stat : 5757 (java) S 5752 5755 31388 0 -1 1077944384 5737 0 0 0 19 2 0 0 20 0 16 0 73906036 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976823147696 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5758] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5758/stat : 5758 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976749325072 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5759] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5759/stat : 5759 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976748272528 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5760] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5760/stat : 5760 (java) S 5752 5755 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976747219984 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5761] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5761/stat : 5761 (java) S 5752 5755 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 73906037 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976746167440 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5762] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5762/stat : 5762 (java) S 5752 5755 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976315434992 139976818915970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5763] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5763/stat : 5763 (java) S 5752 5755 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976314381216 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5764] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5764/stat : 5764 (java) S 5752 5755 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 73906039 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976313328624 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5765] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5765/stat : 5765 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906041 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976312277200 139976818923419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5766] ppid=5752 vsize=10624000 CPUtime=1 cores=0,2,4,6
/proc/5755/task/5766/stat : 5766 (java) S 5752 5755 31388 0 -1 1077944384 3944 0 0 0 100 0 0 0 20 0 16 0 73906041 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976311224816 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5767] ppid=5752 vsize=10624000 CPUtime=0.89 cores=0,2,4,6
/proc/5755/task/5767/stat : 5767 (java) S 5752 5755 31388 0 -1 1077944384 3296 0 0 0 89 0 0 0 20 0 16 0 73906041 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976310172272 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5768] ppid=5752 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/5755/task/5768/stat : 5768 (java) S 5752 5755 31388 0 -1 1077944384 2396 0 0 0 41 1 0 0 20 0 16 0 73906042 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976309119728 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5769] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5769/stat : 5769 (java) S 5752 5755 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73906042 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976308067424 139976818915029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5773] ppid=5752 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/5755/task/5773/stat : 5773 (java) S 5752 5755 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 73906050 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976307013936 139976818915970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
[pid=5755/tid=5783] ppid=5752 vsize=10624000 CPUtime=3.08 cores=0,2,4,6
/proc/5755/task/5783/stat : 5783 (java) R 5752 5755 31388 0 -1 4202560 5923 0 0 0 306 2 0 0 20 0 16 0 73906067 10878976000 27393 18446744073709551615 4194304 4196468 140737218669984 139976303820752 139976427667910 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7516160 140737218671053 140737218671182 140737218671182 140737218674639 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 3.56423
CPU time (s): 5.72056
CPU user time (s): 5.63344
CPU system time (s): 0.08712
CPU usage (%): 160.499
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.63344
system time used= 0.08712
maximum resident set size= 111924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2311
involuntary context switches= 26

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.012108 second user time and 0.031711 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 09:19:22
IDJOB=4264753
IDBENCH=115820
IDSOLVER=2652
FILE ID=node134/4264753-1502263999
RUNJOBID= node134-1502258125-5060
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-04-04-3.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264753-1502263999/watcher-4264753-1502263999 -o /tmp/evaluation-result-4264753-1502263999/solver-4264753-1502263999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264753-1502263999.xml

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

MD5SUM BENCH= d594ce2470bfcbe7ad5c857fb9f8254a
RANDOM SEED=2091306236

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31167844 kB
MemAvailable:   31988996 kB
Buffers:          247856 kB
Cached:           868932 kB
SwapCached:            0 kB
Active:           629548 kB
Inactive:         544992 kB
Active(anon):      59860 kB
Inactive(anon):    31224 kB
Active(file):     569688 kB
Inactive(file):   513768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             4 kB
AnonPages:         67696 kB
Mapped:            45564 kB
Shmem:             33468 kB
Slab:             133216 kB
SReclaimable:     107060 kB
SUnreclaim:        26156 kB
KernelStack:        3488 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 62016 MiB
End job on node134 at 2017-08-09 09:19:25