Trace number 4264755

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-11OPT261 6.4542999 4.9478402

DiagnosticValue
WRONG_DECISIONS635

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-04-04-8.xml
MD5SUMaed9643ac8b54e4586138aa43d9c539b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark261
Best CPU time to get the best result obtained on this benchmark0.201943
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints60
Number of domains6
Minimum domain size4
Maximum domain size361
Distribution of domain sizes[{"size":4,"count":32},{"size":361,"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.31/0.32	
0.31/0.32	AbsCon 2 
0.31/0.32	
0.66/0.55	  Solving XCSP3-instance-4264755-1502264120 as a COP in -infty..+infty
0.66/0.55	  Loading variables...
0.91/0.60	  Loading constraints...
0.91/0.67	  Solver SolverBacktrack being built...
0.91/0.67	
1.64/1.05	  Preprocessing : gac=true, ccks=3275438, filters=52, revisions=92 (useless=40), AC=3002, removals=3002, inconsistent=false
1.64/1.05	
1.82/1.20	o 352
2.05/1.28	o 348
2.71/1.55	o 347
2.83/1.62	o 342
2.93/1.70	o 305
2.93/1.79	o 299
3.09/1.84	o 291
3.09/1.88	o 283
3.20/1.97	o 276
3.83/2.36	o 271
3.92/2.40	o 267
4.78/3.24	o 261
6.35/4.67	
6.35/4.67	v <instantiation id='sol12' type='solution' cost='261'>  <list> s[][] e[] d[][] w[][] sd[][] </list>  <values> 0 46 117 198 0 82 117 186 0 46 103 198 0 82 93 186 257 255 261 258 46 71 62 59 66 21 63 69 32 45 95 63 82 11 93 72 3 1 0 2 0 2 1 3 1 3 2 0 2 0 3 1 117 46 198 0 0 117 82 186 198 0 103 46 82 186 0 93 </values>  </instantiation>
6.35/4.67	s OPTIMUM FOUND
6.35/4.67	
6.35/4.67	d WRONG_DECISIONS 635

Verifier Data

OK	261

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-4264755-1502264120/watcher-4264755-1502264120 -o /tmp/evaluation-result-4264755-1502264120/solver-4264755-1502264120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264755-1502264120.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 2/179 22431
/proc/meminfo: memFree=31652224/32770624 swapFree=0/161732
[pid=22431] ppid=22427 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22431/stat : 22431 (runsolver) D 22427 22431 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 28607708 24240128 106 18446744073709551615 4194304 4338465 140730743093680 140730743091320 139905110336215 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38563840 140730743095456 140730743095882 140730743095882 140730743099338 0
/proc/22431/statm: 5918 106 53 36 0 2156 0

[startup+0.100172 s]
/proc/loadavg: 2.00 2.01 2.05 2/179 22431
/proc/meminfo: memFree=31652224/32770624 swapFree=0/161732
[pid=22431] ppid=22427 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 4112 0 0 0 3 1 0 0 20 0 9 0 28607708 10395312128 5218 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2537918 5218 2122 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200334 s]
/proc/loadavg: 2.00 2.01 2.05 2/179 22431
/proc/meminfo: memFree=31652224/32770624 swapFree=0/161732
[pid=22431] ppid=22427 vsize=10551180 CPUtime=0.12 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 5438 0 0 0 11 1 0 0 20 0 15 0 28607708 10804408320 7030 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2637795 7030 2817 1 0 2627261 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10551180

[startup+0.300623 s]
/proc/loadavg: 2.00 2.01 2.05 2/179 22431
/proc/meminfo: memFree=31652224/32770624 swapFree=0/161732
[pid=22431] ppid=22427 vsize=10553264 CPUtime=0.31 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 9122 0 0 0 28 3 0 0 20 0 15 0 28607708 10806542336 10434 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2638316 10434 2925 1 0 2627261 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10553264

[startup+0.703973 s]
/proc/loadavg: 2.00 2.01 2.05 2/179 22431
/proc/meminfo: memFree=31652224/32770624 swapFree=0/161732
[pid=22431] ppid=22427 vsize=10624000 CPUtime=1.21 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 14579 0 0 0 115 6 0 0 20 0 16 0 28607708 10878976000 23134 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 23134 3087 1 0 2644926 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10624000

[startup+1.50067 s]
/proc/loadavg: 2.00 2.01 2.05 6/215 22467
/proc/meminfo: memFree=31466772/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=10624000 CPUtime=2.71 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 20856 0 0 0 264 7 0 0 20 0 16 0 28607708 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 24777 3094 1 0 2644926 0
[pid=22431/tid=22438] ppid=22427 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22431/task/22438/stat : 22438 (java) S 22427 22431 15981 0 -1 1077944384 6242 0 0 0 19 2 0 0 20 0 16 0 28607714 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140268365704368 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22440] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22440/stat : 22440 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267972221200 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22441] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22441/stat : 22441 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267971168656 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22442] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22442/stat : 22442 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267970116112 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22443] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22443/stat : 22443 (java) S 22427 22431 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267969063568 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22448] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22448/stat : 22448 (java) S 22427 22431 15981 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 28607716 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267858414064 140268361472642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22450] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22450/stat : 22450 (java) S 22427 22431 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267857360288 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22452] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22452/stat : 22452 (java) S 22427 22431 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267856307696 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22454] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22454/stat : 22454 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267855256272 140268361480091 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22455] ppid=22427 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) R 22427 22431 15981 0 -1 4202560 2633 0 0 0 44 0 0 0 20 0 16 0 28607719 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267854202864 140268343006456 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22456] ppid=22427 vsize=10624000 CPUtime=0.51 cores=1,3,5,7
/proc/22431/task/22456/stat : 22456 (java) R 22427 22431 15981 0 -1 4202560 2749 0 0 0 51 0 0 0 20 0 16 0 28607719 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267853150320 140268339612035 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22457] ppid=22427 vsize=10624000 CPUtime=0.35 cores=1,3,5,7
/proc/22431/task/22457/stat : 22457 (java) S 22427 22431 15981 0 -1 1077944384 1997 0 0 0 35 0 0 0 20 0 16 0 28607719 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267852097776 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22462] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22462/stat : 22462 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267851045472 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22464] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22464/stat : 22464 (java) S 22427 22431 15981 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 28607724 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267849993008 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22466] ppid=22427 vsize=10624000 CPUtime=1.16 cores=1,3,5,7
/proc/22431/task/22466/stat : 22466 (java) R 22427 22431 15981 0 -1 4202560 5867 0 0 0 113 3 0 0 20 0 16 0 28607741 10878976000 24777 18446744073709551615 4194304 4196468 140722739287200 140267846800064 140268006886065 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10624000

[startup+3.10064 s]
/proc/loadavg: 2.00 2.01 2.05 4/215 22467
/proc/meminfo: memFree=31449388/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=10624000 CPUtime=4.68 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 21861 0 0 0 460 8 0 0 20 0 16 0 28607708 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 25183 3100 1 0 2644926 0
[pid=22431/tid=22438] ppid=22427 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22431/task/22438/stat : 22438 (java) S 22427 22431 15981 0 -1 1077944384 6242 0 0 0 19 2 0 0 20 0 16 0 28607714 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140268365704368 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22440] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22440/stat : 22440 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267972221200 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22441] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22441/stat : 22441 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267971168656 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22442] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22442/stat : 22442 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267970116112 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22443] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22443/stat : 22443 (java) S 22427 22431 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267969063568 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22448] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22448/stat : 22448 (java) S 22427 22431 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 28607716 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267858414064 140268361472642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22450] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22450/stat : 22450 (java) S 22427 22431 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267857360288 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22452] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22452/stat : 22452 (java) S 22427 22431 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267856307696 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22454] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22454/stat : 22454 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267855256272 140268361480091 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22455] ppid=22427 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) S 22427 22431 15981 0 -1 1077944384 2914 0 0 0 55 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267854202864 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22456] ppid=22427 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/22431/task/22456/stat : 22456 (java) S 22427 22431 15981 0 -1 1077944384 2869 0 0 0 71 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267853150320 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22457] ppid=22427 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/22431/task/22457/stat : 22457 (java) S 22427 22431 15981 0 -1 1077944384 2331 0 0 0 40 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267852097776 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22462] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22462/stat : 22462 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267851045472 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22464] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22464/stat : 22464 (java) S 22427 22431 15981 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 28607724 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267849993008 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22466] ppid=22427 vsize=10624000 CPUtime=2.76 cores=1,3,5,7
/proc/22431/task/22466/stat : 22466 (java) R 22427 22431 15981 0 -1 4202560 6102 0 0 0 273 3 0 0 20 0 16 0 28607741 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267846802872 140268006350066 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 10624000

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

[startup+3.20077 s]
/proc/loadavg: 2.00 2.01 2.05 4/215 22467
/proc/meminfo: memFree=31449388/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=10624000 CPUtime=4.78 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 21862 0 0 0 470 8 0 0 20 0 16 0 28607708 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 25183 3100 1 0 2644926 0
[pid=22431/tid=22438] ppid=22427 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22431/task/22438/stat : 22438 (java) S 22427 22431 15981 0 -1 1077944384 6242 0 0 0 19 2 0 0 20 0 16 0 28607714 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140268365704368 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22440] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22440/stat : 22440 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267972221200 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22441] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22441/stat : 22441 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267971168656 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22442] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22442/stat : 22442 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267970116112 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22443] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22443/stat : 22443 (java) S 22427 22431 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267969063568 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22448] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22448/stat : 22448 (java) S 22427 22431 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 28607716 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267858414064 140268361472642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22450] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22450/stat : 22450 (java) S 22427 22431 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267857360288 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22452] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22452/stat : 22452 (java) S 22427 22431 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267856307696 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22454] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22454/stat : 22454 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267855256272 140268361480091 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22455] ppid=22427 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) S 22427 22431 15981 0 -1 1077944384 2914 0 0 0 55 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267854202864 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22456] ppid=22427 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/22431/task/22456/stat : 22456 (java) S 22427 22431 15981 0 -1 1077944384 2869 0 0 0 71 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267853150320 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22457] ppid=22427 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/22431/task/22457/stat : 22457 (java) S 22427 22431 15981 0 -1 1077944384 2332 0 0 0 40 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267852097776 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22462] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22462/stat : 22462 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267851045472 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22464] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22464/stat : 22464 (java) S 22427 22431 15981 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 28607724 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267849993008 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22466] ppid=22427 vsize=10624000 CPUtime=2.86 cores=1,3,5,7
/proc/22431/task/22466/stat : 22466 (java) R 22427 22431 15981 0 -1 4202560 6102 0 0 0 283 3 0 0 20 0 16 0 28607741 10878976000 25183 18446744073709551615 4194304 4196468 140722739287200 140267846801736 140268006350066 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 10624000

[startup+4.0006 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 22467
/proc/meminfo: memFree=31448628/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=10624000 CPUtime=5.61 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 22146 0 0 0 553 8 0 0 20 0 16 0 28607708 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 25202 3100 1 0 2644926 0
[pid=22431/tid=22438] ppid=22427 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22431/task/22438/stat : 22438 (java) S 22427 22431 15981 0 -1 1077944384 6242 0 0 0 19 2 0 0 20 0 16 0 28607714 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140268365704368 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22440] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22440/stat : 22440 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267972221200 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22441] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22441/stat : 22441 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267971168656 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22442] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22442/stat : 22442 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267970116112 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22443] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22443/stat : 22443 (java) S 22427 22431 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267969063568 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22448] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22448/stat : 22448 (java) S 22427 22431 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 28607716 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267858414064 140268361472642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22450] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22450/stat : 22450 (java) S 22427 22431 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267857360288 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22452] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22452/stat : 22452 (java) S 22427 22431 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267856307696 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22454] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22454/stat : 22454 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267855256272 140268361480091 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22455] ppid=22427 vsize=10624000 CPUtime=0.57 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) S 22427 22431 15981 0 -1 1077944384 2926 0 0 0 57 0 0 0 20 0 16 0 28607719 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267854202864 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22456] ppid=22427 vsize=10624000 CPUtime=0.72 cores=1,3,5,7
/proc/22431/task/22456/stat : 22456 (java) S 22427 22431 15981 0 -1 1077944384 2872 0 0 0 72 0 0 0 20 0 16 0 28607719 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267853150320 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22457] ppid=22427 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/22431/task/22457/stat : 22457 (java) S 22427 22431 15981 0 -1 1077944384 2345 0 0 0 40 0 0 0 20 0 16 0 28607719 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267852097776 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22462] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22462/stat : 22462 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267851045472 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22464] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22464/stat : 22464 (java) S 22427 22431 15981 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 28607724 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267849993008 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22466] ppid=22427 vsize=10624000 CPUtime=3.65 cores=1,3,5,7
/proc/22431/task/22466/stat : 22466 (java) R 22427 22431 15981 0 -1 4202560 6358 0 0 0 362 3 0 0 20 0 16 0 28607741 10878976000 25202 18446744073709551615 4194304 4196468 140722739287200 140267846800872 140268006885496 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 10624000

[startup+4.40061 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 22467
/proc/meminfo: memFree=31447700/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=10624000 CPUtime=6.15 cores=1,3,5,7
/proc/22431/stat : 22431 (java) S 22427 22431 15981 0 -1 1077944320 22335 0 0 0 607 8 0 0 20 0 16 0 28607708 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140722739269744 140268361461495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
/proc/22431/statm: 2656000 25212 3104 1 0 2644926 0
[pid=22431/tid=22438] ppid=22427 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22431/task/22438/stat : 22438 (java) S 22427 22431 15981 0 -1 1077944384 6242 0 0 0 19 2 0 0 20 0 16 0 28607714 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140268365704368 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22440] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22440/stat : 22440 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267972221200 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22441] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22441/stat : 22441 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267971168656 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22442] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22442/stat : 22442 (java) S 22427 22431 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267970116112 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22443] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22443/stat : 22443 (java) S 22427 22431 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28607715 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267969063568 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22448] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22448/stat : 22448 (java) S 22427 22431 15981 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 16 0 28607716 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267858414064 140268361472642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22450] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22450/stat : 22450 (java) S 22427 22431 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267857360288 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22452] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22452/stat : 22452 (java) S 22427 22431 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28607717 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267856307696 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22454] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22454/stat : 22454 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267855256272 140268361480091 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22455] ppid=22427 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) S 22427 22431 15981 0 -1 1077944384 2957 0 0 0 62 0 0 0 20 0 16 0 28607719 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267854202864 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22456] ppid=22427 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/22431/task/22456/stat : 22456 (java) S 22427 22431 15981 0 -1 1077944384 2883 0 0 0 80 0 0 0 20 0 16 0 28607719 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267853150320 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22457] ppid=22427 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/22431/task/22457/stat : 22457 (java) S 22427 22431 15981 0 -1 1077944384 2345 0 0 0 41 0 0 0 20 0 16 0 28607719 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267852097776 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22462] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22462/stat : 22462 (java) S 22427 22431 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28607719 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267851045472 140268361471701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22464] ppid=22427 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22431/task/22464/stat : 22464 (java) S 22427 22431 15981 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 28607724 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267849993008 140268361472642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
[pid=22431/tid=22466] ppid=22427 vsize=10624000 CPUtime=4.06 cores=1,3,5,7
/proc/22431/task/22466/stat : 22466 (java) R 22427 22431 15981 0 -1 4202560 6364 0 0 0 403 3 0 0 20 0 16 0 28607741 10878976000 25212 18446744073709551615 4194304 4196468 140722739287200 140267846800696 140268006886048 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26587136 140722739294670 140722739294799 140722739294799 140722739298255 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 10624000

[startup+4.80039 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 22467
/proc/meminfo: memFree=31447700/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=0 CPUtime=6.44 cores=1,3,5,7
/proc/22431/stat : 22431 (java) Z 22427 22431 15981 0 -1 4227084 22609 0 0 0 636 8 0 0 20 0 2 0 28607708 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/22431/statm: 0 0 0 0 0 0 0
[pid=22431/tid=22455] ppid=22427 vsize=0 CPUtime=0.64 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) D 22427 22431 15981 0 -1 4203588 2959 0 0 0 64 0 0 0 20 0 2 0 28607719 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 0

[startup+4.90032 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 22467
/proc/meminfo: memFree=31447700/32770624 swapFree=0/161824
[pid=22431] ppid=22427 vsize=0 CPUtime=6.44 cores=1,3,5,7
/proc/22431/stat : 22431 (java) Z 22427 22431 15981 0 -1 4227084 22609 0 0 0 636 8 0 0 20 0 2 0 28607708 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/22431/statm: 0 0 0 0 0 0 0
[pid=22431/tid=22455] ppid=22427 vsize=0 CPUtime=0.64 cores=1,3,5,7
/proc/22431/task/22455/stat : 22455 (java) D 22427 22431 15981 0 -1 4203588 2959 0 0 0 64 0 0 0 20 0 2 0 28607719 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.94784
CPU time (s): 6.4543
CPU user time (s): 6.36908
CPU system time (s): 0.085218
CPU usage (%): 130.447
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.36908
system time used= 0.085218
maximum resident set size= 101272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22609
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= 2332
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022459 second user time and 0.03244 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-09 09:21:21
IDJOB=4264755
IDBENCH=115839
IDSOLVER=2652
FILE ID=node126/4264755-1502264120
RUNJOBID= node126-1502258241-21716
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-04-04-8.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264755-1502264120/watcher-4264755-1502264120 -o /tmp/evaluation-result-4264755-1502264120/solver-4264755-1502264120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264755-1502264120.xml

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

MD5SUM BENCH= aed9643ac8b54e4586138aa43d9c539b
RANDOM SEED=820713946

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31652860 kB
MemAvailable:   31993900 kB
Buffers:          202320 kB
Cached:           405472 kB
SwapCached:          532 kB
Active:           437548 kB
Inactive:         227444 kB
Active(anon):       8976 kB
Inactive(anon):    65192 kB
Active(file):     428572 kB
Inactive(file):   162252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105580 kB
Dirty:             15828 kB
Writeback:             4 kB
AnonPages:         56572 kB
Mapped:            36428 kB
Shmem:             17056 kB
Slab:             157612 kB
SReclaimable:     132104 kB
SUnreclaim:        25508 kB
KernelStack:        3152 kB
PageTables:         4736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     295228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 node126 at 2017-08-09 09:21:26