Trace number 4244927

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
R1: AbsCon-basic 2017-06-11OPT16 6.29137 2.06413

DiagnosticValue
WRONG_DECISIONS25093

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.28/0.27	
0.28/0.27	AbsCon 2 
0.28/0.27	
0.77/0.55	  Solving XCSP3-instance-4244927-1500696962 as a COP in -infty..+infty
0.77/0.55	  Loading variables...
0.77/0.59	  Loading constraints...
1.03/0.65	  Solver SolverBacktrack being built...
1.03/0.65	
1.03/0.67	  Preprocessing : gac=false, ccks=0, filters=18, revisions=18 (useless=18), AC=62, removals=62, inconsistent=false
1.03/0.67	
1.03/0.68	o 0
1.34/0.70	o 4
1.34/0.71	o 6
1.34/0.71	o 7
1.34/0.72	o 8
1.34/0.73	o 10
1.34/0.76	o 11
1.34/0.78	o 12
2.61/1.06	o 13
3.48/1.25	o 14
4.65/1.54	o 15
5.47/1.79	o 16
6.20/2.05	
6.20/2.05	v <instantiation id='sol12' type='solution' cost='16'>  <list> x[][] s[][] </list>  <values> 1 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 1 1 0 1 0 1 1 1 0 1 1 0 2 4 2 2 2 1 2 3 4 4 3 2 4 4 4 2 5 2 3 3 5 3 6 2 3 3 4 2 3 2 </values>  </instantiation>
6.20/2.05	s OPTIMUM FOUND
6.20/2.05	
6.20/2.05	d WRONG_DECISIONS 25093

Verifier Data

OK	16

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-4244927-1500696962/watcher-4244927-1500696962 -o /tmp/evaluation-result-4244927-1500696962/solver-4244927-1500696962 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4244927-1500696962.xml 

pid=13231
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 9.06 12.55 12.69 3/241 13234
/proc/meminfo: memFree=31879168/32770624 swapFree=5892/133088
[pid=13234] ppid=13231 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 4965872 369864704 1934 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 90299 1934 1082 1 0 79210 0
[pid=13234/tid=13235] ppid=13231 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 4965873 369864704 1934 33554432000 4194304 4196468 140720881262528 140290096638368 140290092407426 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0

[startup+0.100127 s]
/proc/loadavg: 9.06 12.55 12.69 3/241 13234
/proc/meminfo: memFree=31879168/32770624 swapFree=5892/133088
[pid=13234] ppid=13231 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 4674 0 0 0 9 1 0 0 20 0 20 0 4965872 11162193920 6748 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2725145 6748 2640 1 0 2713552 0
[pid=13234/tid=13235] ppid=13231 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) R 13231 13234 15667 0 -1 4202560 2746 0 0 0 7 1 0 0 20 0 20 0 4965873 11162193920 6748 33554432000 4194304 4196468 140720881262528 140290096632480 140290084633406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200381 s]
/proc/loadavg: 9.06 12.55 12.69 3/241 13234
/proc/meminfo: memFree=31879168/32770624 swapFree=5892/133088
[pid=13234] ppid=13231 vsize=10900580 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 7310 0 0 0 26 2 0 0 20 0 20 0 4965872 11162193920 9167 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2725145 9167 2924 1 0 2713552 0
[pid=13234/tid=13235] ppid=13231 vsize=10900580 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) R 13231 13234 15667 0 -1 4202560 4456 0 0 0 16 1 0 0 20 0 20 0 4965873 11162193920 9167 33554432000 4194304 4196468 140720881262528 140290096621440 140289687782054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10900580

[startup+0.300415 s]
/proc/loadavg: 9.06 12.55 12.69 3/241 13234
/proc/meminfo: memFree=31879168/32770624 swapFree=5892/133088
[pid=13234] ppid=13231 vsize=10969228 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 7948 0 0 0 44 3 0 0 20 0 21 0 4965872 11232489472 13279 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2742307 13279 2993 1 0 2730193 0
[pid=13234/tid=13235] ppid=13231 vsize=10969228 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 4717 0 0 0 23 1 0 0 20 0 21 0 4965873 11232489472 13279 33554432000 4194304 4196468 140720881262528 140290096639152 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.700206 s]
/proc/loadavg: 9.06 12.55 12.69 3/241 13234
/proc/meminfo: memFree=31879168/32770624 swapFree=5892/133088
[pid=13234] ppid=13231 vsize=10973400 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 11508 0 0 0 129 5 0 0 20 0 21 0 4965872 11236761600 22240 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2743350 22240 3113 1 0 2731217 0
[pid=13234/tid=13235] ppid=13231 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 4717 0 0 0 23 1 0 0 20 0 21 0 4965873 11236761600 22240 33554432000 4194304 4196468 140720881262528 140290096639152 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10973400

[startup+1.50104 s]
/proc/loadavg: 9.06 12.55 12.69 9/285 13281
/proc/meminfo: memFree=31650960/32770624 swapFree=5892/133332
[pid=13234] ppid=13231 vsize=10973400 CPUtime=4.65 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 30280 0 0 0 456 9 0 0 20 0 21 0 4965872 11236761600 35586 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2743350 35586 3124 1 0 2731217 0
[pid=13234/tid=13235] ppid=13231 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 4717 0 0 0 23 1 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290096639152 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13237] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13237/stat : 13237 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290018470800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13238] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13238/stat : 13238 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290017418000 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13239] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13239/stat : 13239 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290016365712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13240] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13240/stat : 13240 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290015312912 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13241] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13241/stat : 13241 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290014259600 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13242] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13242/stat : 13242 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290013206800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13243] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13243/stat : 13243 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290012154512 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13244] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13244/stat : 13244 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 35586 33554432000 4194304 4196468 140720881262528 140290011101712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13260] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13260/stat : 13260 (java) S 13231 13234 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 4965876 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289298545264 140290092407426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13261] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13261/stat : 13261 (java) S 13231 13234 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289297491232 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13262] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13262/stat : 13262 (java) S 13231 13234 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289296438896 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13266] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13266/stat : 13266 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965880 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289295387216 140290092414875 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13267] ppid=13231 vsize=10973400 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13267/stat : 13267 (java) R 13231 13234 15667 0 -1 4202560 6887 0 0 0 87 1 0 0 20 0 21 0 4965880 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289294326552 140290073096576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13268] ppid=13231 vsize=10973400 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13268/stat : 13268 (java) R 13231 13234 15667 0 -1 4202560 4718 0 0 0 92 1 0 0 20 0 21 0 4965880 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289293262280 140290078410588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13269] ppid=13231 vsize=10973400 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13269/stat : 13269 (java) R 13231 13234 15667 0 -1 4202560 6178 0 0 0 89 1 0 0 20 0 21 0 4965880 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289292209384 140290075893067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13270] ppid=13231 vsize=10973400 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13270/stat : 13270 (java) S 13231 13234 15667 0 -1 1077944384 3299 0 0 0 43 0 0 0 20 0 21 0 4965880 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289291176176 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13271] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13271/stat : 13271 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289290124128 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13272] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13272/stat : 13272 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289289071408 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13280] ppid=13231 vsize=10973400 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13280/stat : 13280 (java) R 13231 13234 15667 0 -1 4202560 3093 0 0 0 119 2 0 0 20 0 21 0 4965899 11236761600 35586 33554432000 4194304 4196468 140720881262528 140289285879768 140289691826208 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 10973400

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

[startup+1.60151 s]
/proc/loadavg: 9.06 12.55 12.69 9/285 13281
/proc/meminfo: memFree=31650960/32770624 swapFree=5892/133332
[pid=13234] ppid=13231 vsize=10973400 CPUtime=5.07 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 31315 0 0 0 498 9 0 0 20 0 21 0 4965872 11236761600 35963 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2743350 35963 3124 1 0 2731217 0
[pid=13234/tid=13235] ppid=13231 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 4717 0 0 0 23 1 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290096639152 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13237] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13237/stat : 13237 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290018470800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13238] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13238/stat : 13238 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290017418000 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13239] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13239/stat : 13239 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290016365712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13240] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13240/stat : 13240 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290015312912 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13241] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13241/stat : 13241 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290014259600 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13242] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13242/stat : 13242 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290013206800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13243] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13243/stat : 13243 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290012154512 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13244] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13244/stat : 13244 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 35963 33554432000 4194304 4196468 140720881262528 140290011101712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13260] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13260/stat : 13260 (java) S 13231 13234 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 4965876 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289298545264 140290092407426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13261] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13261/stat : 13261 (java) S 13231 13234 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289297491232 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13262] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13262/stat : 13262 (java) S 13231 13234 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289296438896 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13266] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13266/stat : 13266 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965880 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289295387216 140290092414875 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13267] ppid=13231 vsize=10973400 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13267/stat : 13267 (java) R 13231 13234 15667 0 -1 4202560 7335 0 0 0 97 1 0 0 20 0 21 0 4965880 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289294326552 140290077277521 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13268] ppid=13231 vsize=10973400 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13268/stat : 13268 (java) R 13231 13234 15667 0 -1 4202560 5105 0 0 0 102 1 0 0 20 0 21 0 4965880 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289293267288 140290077506349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13269] ppid=13231 vsize=10973400 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13269/stat : 13269 (java) R 13231 13234 15667 0 -1 4202560 6227 0 0 0 99 1 0 0 20 0 21 0 4965880 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289292209384 140290075893067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13270] ppid=13231 vsize=10973400 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13270/stat : 13270 (java) R 13231 13234 15667 0 -1 4202560 3357 0 0 0 45 0 0 0 20 0 21 0 4965880 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289291173112 140290084633406 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13271] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13271/stat : 13271 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289290124128 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13272] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13272/stat : 13272 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289289071408 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13280] ppid=13231 vsize=10973400 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13280/stat : 13280 (java) R 13231 13234 15667 0 -1 4202560 3187 0 0 0 129 2 0 0 20 0 21 0 4965899 11236761600 35963 33554432000 4194304 4196468 140720881262528 140289285880536 140289692173453 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 10973400

[startup+2.00088 s]
/proc/loadavg: 9.06 12.55 12.69 9/285 13281
/proc/meminfo: memFree=31650960/32770624 swapFree=5892/133332
[pid=13234] ppid=13231 vsize=10973400 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/13234/stat : 13234 (java) S 13231 13234 15667 0 -1 1077944320 33068 0 0 0 610 10 0 0 20 0 21 0 4965872 11236761600 37387 33554432000 4194304 4196468 140720881262528 140720881245072 140290092396279 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
/proc/13234/statm: 2743350 37387 3129 1 0 2731217 0
[pid=13234/tid=13235] ppid=13231 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13235/stat : 13235 (java) S 13231 13234 15667 0 -1 1077944384 4717 0 0 0 23 1 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290096639152 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13237] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13237/stat : 13237 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290018470800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13238] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13238/stat : 13238 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290017418000 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13239] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13239/stat : 13239 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290016365712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13240] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13240/stat : 13240 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290015312912 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13241] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13241/stat : 13241 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290014259600 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13242] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13242/stat : 13242 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965873 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290013206800 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13243] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13243/stat : 13243 (java) S 13231 13234 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290012154512 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13244] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13244/stat : 13244 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965874 11236761600 37387 33554432000 4194304 4196468 140720881262528 140290011101712 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13260] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13260/stat : 13260 (java) S 13231 13234 15667 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 4965876 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289298545264 140290092407426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13261] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13261/stat : 13261 (java) S 13231 13234 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289297491232 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13262] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13262/stat : 13262 (java) S 13231 13234 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 4965877 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289296438896 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13266] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13266/stat : 13266 (java) S 13231 13234 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4965880 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289295387216 140290092414875 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13267] ppid=13231 vsize=10973400 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13267/stat : 13267 (java) S 13231 13234 15667 0 -1 1077944384 7387 0 0 0 114 1 0 0 20 0 21 0 4965880 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289294334064 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13268] ppid=13231 vsize=10973400 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13268/stat : 13268 (java) S 13231 13234 15667 0 -1 1077944384 5195 0 0 0 119 1 0 0 20 0 21 0 4965880 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289293281264 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13269] ppid=13231 vsize=10973400 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13269/stat : 13269 (java) S 13231 13234 15667 0 -1 1077944384 7743 0 0 0 137 1 0 0 20 0 21 0 4965880 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289292228976 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13270] ppid=13231 vsize=10973400 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13270/stat : 13270 (java) S 13231 13234 15667 0 -1 1077944384 3416 0 0 0 46 0 0 0 20 0 21 0 4965880 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289291176176 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13271] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13271/stat : 13271 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289290124128 140290092406485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13272] ppid=13231 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13272/stat : 13272 (java) S 13231 13234 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4965881 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289289071408 140290092407426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
[pid=13234/tid=13280] ppid=13231 vsize=10973400 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/13234/task/13280/stat : 13280 (java) R 13231 13234 15667 0 -1 4202560 3199 0 0 0 168 2 0 0 20 0 21 0 4965899 11236761600 37387 33554432000 4194304 4196468 140720881262528 140289285879368 140289692679551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20725760 140720881263811 140720881263940 140720881263940 140720881266639 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 10973400

Child status: 0
Real time (s): 2.06413
CPU time (s): 6.29137
CPU user time (s): 6.17744
CPU system time (s): 0.11393
CPU usage (%): 304.796
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.17744
system time used= 0.11393
maximum resident set size= 153036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33212
page faults= 0
swaps= 0
block input operations= 712
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2713
involuntary context switches= 442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017464 second user time and 0.024013 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 06:16:02
IDJOB=4244927
IDBENCH=115966
IDSOLVER=2624
FILE ID=node104/4244927-1500696962
RUNJOBID= node104-1500696962-13208
PBS_JOBID= 20623031
Free space on /tmp= 62016 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244927-1500696962/watcher-4244927-1500696962 -o /tmp/evaluation-result-4244927-1500696962/solver-4244927-1500696962 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4244927-1500696962.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=782532005

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31880508 kB
MemAvailable:   31988864 kB
Buffers:          174260 kB
Cached:           197680 kB
SwapCached:          252 kB
Active:           228412 kB
Inactive:         193336 kB
Active(anon):       4960 kB
Inactive(anon):    56372 kB
Active(file):     223452 kB
Inactive(file):   136964 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             15980 kB
Writeback:            12 kB
AnonPages:        202756 kB
Mapped:            29808 kB
Shmem:              8772 kB
Slab:             162704 kB
SReclaimable:     127548 kB
SUnreclaim:        35156 kB
KernelStack:        4336 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 06:16:04