Trace number 4264451

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11UNSAT 10.1182 7.2076001

DiagnosticValue
WRONG_DECISIONS1220

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-08.xml
MD5SUMb710198e3fe52a2d3e46aa4557e690ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.1182
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":56}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":49},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":28},{"arity":8,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.33	
0.29/0.33	AbsCon 2 
0.29/0.33	
5.67/4.11	  Solving XCSP3-instance-4264451-1502304748 as a CSP
5.67/4.11	  Loading variables...
5.67/4.14	  Loading constraints...
8.49/6.25	  Solver SolverBacktrack being built...
8.49/6.25	
8.49/6.29	  Preprocessing : gac=true, ccks=0, filters=0, revisions=56 (useless=56), AC=0, removals=0, inconsistent=false
8.49/6.29	
10.00/7.19	
10.00/7.19	s UNSATISFIABLE
10.00/7.19	
10.00/7.19	d WRONG_DECISIONS 1220

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264451-1502304748/watcher-4264451-1502304748 -o /tmp/evaluation-result-4264451-1502304748/solver-4264451-1502304748 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11416 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264451-1502304748.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.15 2.09 2/195 21099
/proc/meminfo: memFree=31436936/32770624 swapFree=0/324044
[pid=21099] ppid=21096 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21099/stat : 21099 (runsolver) D 21096 21099 6971 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 18815518 24240128 106 18446744073709551615 4194304 4338465 140721859291776 140721859289416 140714831155927 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 16785408 140721859293344 140721859293770 140721859293770 140721859297226 0
/proc/21099/statm: 5918 106 53 36 0 2156 0

[startup+0.106036 s]
/proc/loadavg: 2.31 2.15 2.09 2/195 21099
/proc/meminfo: memFree=31436936/32770624 swapFree=0/324044
[pid=21099] ppid=21096 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 3811 0 0 0 3 0 0 0 20 0 9 0 18815518 10395312128 4949 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2537918 4949 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200327 s]
/proc/loadavg: 2.31 2.15 2.09 2/195 21099
/proc/meminfo: memFree=31436936/32770624 swapFree=0/324044
[pid=21099] ppid=21096 vsize=10551180 CPUtime=0.1 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 4916 0 0 0 9 1 0 0 20 0 15 0 18815518 10804408320 6918 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2637795 6918 2675 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.300242 s]
/proc/loadavg: 2.31 2.15 2.09 2/195 21099
/proc/meminfo: memFree=31436936/32770624 swapFree=0/324044
[pid=21099] ppid=21096 vsize=10553264 CPUtime=0.29 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 8535 0 0 0 26 3 0 0 20 0 15 0 18815518 10806542336 9953 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2638316 9953 2950 1 0 2627261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10553264

[startup+0.700185 s]
/proc/loadavg: 2.31 2.15 2.09 2/195 21099
/proc/meminfo: memFree=31436936/32770624 swapFree=0/324044
[pid=21099] ppid=21096 vsize=10621952 CPUtime=1.06 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 11540 0 0 0 91 15 0 0 20 0 16 0 18815518 10876878848 68556 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 68556 3075 1 0 2644414 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10621952

[startup+1.50076 s]
/proc/loadavg: 2.31 2.15 2.09 6/211 21115
/proc/meminfo: memFree=30863572/32770624 swapFree=0/323996
[pid=21099] ppid=21096 vsize=10621952 CPUtime=2.71 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 14737 0 0 0 246 25 0 0 20 0 16 0 18815518 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 148871 3118 1 0 2644414 0
[pid=21099/tid=21101] ppid=21096 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/21099/task/21101/stat : 21101 (java) S 21096 21099 6971 0 -1 1077944384 5751 0 0 0 19 2 0 0 20 0 16 0 18815525 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803818581168 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21102] ppid=21096 vsize=10621952 CPUtime=0.15 cores=0,2,4,6
/proc/21099/task/21102/stat : 21102 (java) S 21096 21099 6971 0 -1 1077944384 109 0 0 0 11 4 0 0 20 0 16 0 18815526 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803744758544 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21103] ppid=21096 vsize=10621952 CPUtime=0.14 cores=0,2,4,6
/proc/21099/task/21103/stat : 21103 (java) S 21096 21099 6971 0 -1 1077944384 94 0 0 0 11 3 0 0 20 0 16 0 18815526 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803743706000 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21104] ppid=21096 vsize=10621952 CPUtime=0.16 cores=0,2,4,6
/proc/21099/task/21104/stat : 21104 (java) S 21096 21099 6971 0 -1 1077944384 198 0 0 0 12 4 0 0 20 0 16 0 18815526 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803742653456 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21105] ppid=21096 vsize=10621952 CPUtime=0.15 cores=0,2,4,6
/proc/21099/task/21105/stat : 21105 (java) S 21096 21099 6971 0 -1 1077944384 484 0 0 0 11 4 0 0 20 0 16 0 18815526 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803741600912 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21106] ppid=21096 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/21099/task/21106/stat : 21106 (java) S 21096 21099 6971 0 -1 1077944384 563 0 0 0 2 0 0 0 20 0 16 0 18815527 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803309836272 139803814349442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21107] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21107/stat : 21107 (java) S 21096 21099 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 18815527 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803308782496 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21108] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21108/stat : 21108 (java) S 21096 21099 6971 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 18815528 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803307729904 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21109] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21109/stat : 21109 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803306678480 139803814356891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21110] ppid=21096 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/21099/task/21110/stat : 21110 (java) S 21096 21099 6971 0 -1 1077944384 1542 0 0 0 30 0 0 0 20 0 16 0 18815530 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803305626096 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21111] ppid=21096 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/21099/task/21111/stat : 21111 (java) S 21096 21099 6971 0 -1 1077944384 1237 0 0 0 31 0 0 0 20 0 16 0 18815530 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803304573552 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21112] ppid=21096 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/21099/task/21112/stat : 21112 (java) S 21096 21099 6971 0 -1 1077944384 1217 0 0 0 22 0 0 0 20 0 16 0 18815530 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803303521008 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21113] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803302468704 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21114] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21114/stat : 21114 (java) S 21096 21099 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 18815535 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803301415216 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21115] ppid=21096 vsize=10621952 CPUtime=0.97 cores=0,2,4,6
/proc/21099/task/21115/stat : 21115 (java) R 21096 21099 6971 0 -1 4202560 2182 0 0 0 93 4 0 0 20 0 16 0 18815551 10876878848 148871 18446744073709551615 4194304 4196468 140732890997296 139803298223712 139803419966866 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10621952

[startup+3.10076 s]
/proc/loadavg: 2.31 2.15 2.09 3/211 21115
/proc/meminfo: memFree=30664608/32770624 swapFree=0/323996
[pid=21099] ppid=21096 vsize=10621952 CPUtime=4.57 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 16925 0 0 0 417 40 0 0 20 0 16 0 18815518 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 273841 3122 1 0 2644414 0
[pid=21099/tid=21101] ppid=21096 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/21099/task/21101/stat : 21101 (java) S 21096 21099 6971 0 -1 1077944384 5751 0 0 0 19 2 0 0 20 0 16 0 18815525 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803818581168 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21102] ppid=21096 vsize=10621952 CPUtime=0.24 cores=0,2,4,6
/proc/21099/task/21102/stat : 21102 (java) S 21096 21099 6971 0 -1 1077944384 334 0 0 0 18 6 0 0 20 0 16 0 18815526 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803744758544 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21103] ppid=21096 vsize=10621952 CPUtime=0.23 cores=0,2,4,6
/proc/21099/task/21103/stat : 21103 (java) S 21096 21099 6971 0 -1 1077944384 273 0 0 0 18 5 0 0 20 0 16 0 18815526 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803743706000 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21104] ppid=21096 vsize=10621952 CPUtime=0.24 cores=0,2,4,6
/proc/21099/task/21104/stat : 21104 (java) S 21096 21099 6971 0 -1 1077944384 309 0 0 0 18 6 0 0 20 0 16 0 18815526 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803742653456 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21105] ppid=21096 vsize=10621952 CPUtime=0.24 cores=0,2,4,6
/proc/21099/task/21105/stat : 21105 (java) S 21096 21099 6971 0 -1 1077944384 931 0 0 0 18 6 0 0 20 0 16 0 18815526 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803741600912 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21106] ppid=21096 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/21099/task/21106/stat : 21106 (java) S 21096 21099 6971 0 -1 1077944384 938 0 0 0 2 0 0 0 20 0 16 0 18815527 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803309836272 139803814349442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21107] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21107/stat : 21107 (java) S 21096 21099 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 18815527 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803308782496 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21108] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21108/stat : 21108 (java) S 21096 21099 6971 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 18815528 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803307729904 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21109] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21109/stat : 21109 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803306678480 139803814356891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21110] ppid=21096 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/21099/task/21110/stat : 21110 (java) S 21096 21099 6971 0 -1 1077944384 1542 0 0 0 30 0 0 0 20 0 16 0 18815530 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803305626096 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21111] ppid=21096 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/21099/task/21111/stat : 21111 (java) S 21096 21099 6971 0 -1 1077944384 1237 0 0 0 31 0 0 0 20 0 16 0 18815530 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803304573552 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21112] ppid=21096 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/21099/task/21112/stat : 21112 (java) S 21096 21099 6971 0 -1 1077944384 1217 0 0 0 22 0 0 0 20 0 16 0 18815530 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803303521008 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21113] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803302468704 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21114] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21114/stat : 21114 (java) S 21096 21099 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 18815535 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803301415216 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21115] ppid=21096 vsize=10621952 CPUtime=2.47 cores=0,2,4,6
/proc/21099/task/21115/stat : 21115 (java) R 21096 21099 6971 0 -1 4202560 3033 0 0 0 237 10 0 0 20 0 16 0 18815551 10876878848 273841 18446744073709551615 4194304 4196468 140732890997296 139803298223792 139803419848562 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 10621952

[startup+6.30065 s]
/proc/loadavg: 2.29 2.14 2.08 3/211 21115
/proc/meminfo: memFree=30224688/32770624 swapFree=0/323996
[pid=21099] ppid=21096 vsize=10621952 CPUtime=8.66 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 23606 0 0 0 810 56 0 0 20 0 16 0 18815518 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 305914 3137 1 0 2644414 0
[pid=21099/tid=21101] ppid=21096 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/21099/task/21101/stat : 21101 (java) S 21096 21099 6971 0 -1 1077944384 5751 0 0 0 19 2 0 0 20 0 16 0 18815525 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803818581168 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21102] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21102/stat : 21102 (java) S 21096 21099 6971 0 -1 1077944384 627 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803744758544 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21103] ppid=21096 vsize=10621952 CPUtime=0.36 cores=0,2,4,6
/proc/21099/task/21103/stat : 21103 (java) S 21096 21099 6971 0 -1 1077944384 592 0 0 0 28 8 0 0 20 0 16 0 18815526 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803743706000 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21104] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21104/stat : 21104 (java) S 21096 21099 6971 0 -1 1077944384 597 0 0 0 28 9 0 0 20 0 16 0 18815526 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803742653456 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21105] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21105/stat : 21105 (java) S 21096 21099 6971 0 -1 1077944384 1211 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803741600912 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21106] ppid=21096 vsize=10621952 CPUtime=0.03 cores=0,2,4,6
/proc/21099/task/21106/stat : 21106 (java) S 21096 21099 6971 0 -1 1077944384 1096 0 0 0 3 0 0 0 20 0 16 0 18815527 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803309836272 139803814349442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21107] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21107/stat : 21107 (java) S 21096 21099 6971 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 18815527 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803308782560 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21108] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21108/stat : 21108 (java) S 21096 21099 6971 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 18815528 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803307729920 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21109] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21109/stat : 21109 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803306678480 139803814356891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21110] ppid=21096 vsize=10621952 CPUtime=0.47 cores=0,2,4,6
/proc/21099/task/21110/stat : 21110 (java) R 21096 21099 6971 0 -1 4202560 2333 0 0 0 47 0 0 0 20 0 16 0 18815530 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803305626096 139803792085774 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21111] ppid=21096 vsize=10621952 CPUtime=0.49 cores=0,2,4,6
/proc/21099/task/21111/stat : 21111 (java) R 21096 21099 6971 0 -1 4202560 2028 0 0 0 49 0 0 0 20 0 16 0 18815530 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803304573552 139803800021313 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21112] ppid=21096 vsize=10621952 CPUtime=0.35 cores=0,2,4,6
/proc/21099/task/21112/stat : 21112 (java) R 21096 21099 6971 0 -1 1077944384 2256 0 0 0 35 0 0 0 20 0 16 0 18815530 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803303521008 139803814349442 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21113] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803302468704 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21114] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21114/stat : 21114 (java) S 21096 21099 6971 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 18815535 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803301415216 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21115] ppid=21096 vsize=10621952 CPUtime=5.54 cores=0,2,4,6
/proc/21099/task/21115/stat : 21115 (java) R 21096 21099 6971 0 -1 4202560 5653 0 0 0 542 12 0 0 20 0 16 0 18815551 10876878848 305914 18446744073709551615 4194304 4196468 140732890997296 139803298222480 139803417005052 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 10621952

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

[startup+6.40084 s]
/proc/loadavg: 2.29 2.14 2.08 3/211 21115
/proc/meminfo: memFree=30224688/32770624 swapFree=0/323996
[pid=21099] ppid=21096 vsize=10621952 CPUtime=8.95 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 24250 0 0 0 839 56 0 0 20 0 16 0 18815518 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 306069 3149 1 0 2644414 0
[pid=21099/tid=21101] ppid=21096 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/21099/task/21101/stat : 21101 (java) S 21096 21099 6971 0 -1 1077944384 5751 0 0 0 19 2 0 0 20 0 16 0 18815525 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803818581168 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21102] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21102/stat : 21102 (java) S 21096 21099 6971 0 -1 1077944384 627 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803744758544 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21103] ppid=21096 vsize=10621952 CPUtime=0.36 cores=0,2,4,6
/proc/21099/task/21103/stat : 21103 (java) S 21096 21099 6971 0 -1 1077944384 592 0 0 0 28 8 0 0 20 0 16 0 18815526 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803743706000 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21104] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21104/stat : 21104 (java) S 21096 21099 6971 0 -1 1077944384 597 0 0 0 28 9 0 0 20 0 16 0 18815526 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803742653456 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21105] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21105/stat : 21105 (java) S 21096 21099 6971 0 -1 1077944384 1211 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803741600912 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21106] ppid=21096 vsize=10621952 CPUtime=0.03 cores=0,2,4,6
/proc/21099/task/21106/stat : 21106 (java) S 21096 21099 6971 0 -1 1077944384 1096 0 0 0 3 0 0 0 20 0 16 0 18815527 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803309836272 139803814349442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21107] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21107/stat : 21107 (java) S 21096 21099 6971 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 18815527 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803308782560 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21108] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21108/stat : 21108 (java) S 21096 21099 6971 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 18815528 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803307729920 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21109] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21109/stat : 21109 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803306678480 139803814356891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21110] ppid=21096 vsize=10621952 CPUtime=0.55 cores=0,2,4,6
/proc/21099/task/21110/stat : 21110 (java) S 21096 21099 6971 0 -1 1077944384 2520 0 0 0 55 0 0 0 20 0 16 0 18815530 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803305626096 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21111] ppid=21096 vsize=10621952 CPUtime=0.58 cores=0,2,4,6
/proc/21099/task/21111/stat : 21111 (java) S 21096 21099 6971 0 -1 1077944384 2249 0 0 0 58 0 0 0 20 0 16 0 18815530 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803304573552 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21112] ppid=21096 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/21099/task/21112/stat : 21112 (java) S 21096 21099 6971 0 -1 1077944384 2449 0 0 0 38 0 0 0 20 0 16 0 18815530 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803303521008 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21113] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803302468704 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21114] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21114/stat : 21114 (java) S 21096 21099 6971 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 18815535 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803301415216 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21115] ppid=21096 vsize=10621952 CPUtime=5.64 cores=0,2,4,6
/proc/21099/task/21115/stat : 21115 (java) R 21096 21099 6971 0 -1 4202560 5694 0 0 0 552 12 0 0 20 0 16 0 18815551 10876878848 306069 18446744073709551615 4194304 4196468 140732890997296 139803298217976 139803421470938 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 10621952

[startup+6.80064 s]
/proc/loadavg: 2.29 2.14 2.08 4/211 21115
/proc/meminfo: memFree=30215756/32770624 swapFree=0/324008
[pid=21099] ppid=21096 vsize=10621952 CPUtime=9.66 cores=0,2,4,6
/proc/21099/stat : 21099 (java) S 21096 21099 6971 0 -1 1077944320 27796 0 0 0 909 57 0 0 20 0 16 0 18815518 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 140732890979840 139803814338295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
/proc/21099/statm: 2655488 307954 3151 1 0 2644414 0
[pid=21099/tid=21101] ppid=21096 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/21099/task/21101/stat : 21101 (java) S 21096 21099 6971 0 -1 1077944384 5751 0 0 0 19 2 0 0 20 0 16 0 18815525 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803818581168 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21102] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21102/stat : 21102 (java) S 21096 21099 6971 0 -1 1077944384 627 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803744758544 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21103] ppid=21096 vsize=10621952 CPUtime=0.36 cores=0,2,4,6
/proc/21099/task/21103/stat : 21103 (java) S 21096 21099 6971 0 -1 1077944384 592 0 0 0 28 8 0 0 20 0 16 0 18815526 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803743706000 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21104] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21104/stat : 21104 (java) S 21096 21099 6971 0 -1 1077944384 597 0 0 0 28 9 0 0 20 0 16 0 18815526 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803742653456 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21105] ppid=21096 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/21099/task/21105/stat : 21105 (java) S 21096 21099 6971 0 -1 1077944384 1211 0 0 0 27 10 0 0 20 0 16 0 18815526 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803741600912 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21106] ppid=21096 vsize=10621952 CPUtime=0.03 cores=0,2,4,6
/proc/21099/task/21106/stat : 21106 (java) S 21096 21099 6971 0 -1 1077944384 1096 0 0 0 3 0 0 0 20 0 16 0 18815527 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803309836272 139803814349442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21107] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21107/stat : 21107 (java) S 21096 21099 6971 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 18815527 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803308782560 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21108] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21108/stat : 21108 (java) S 21096 21099 6971 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 18815528 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803307729920 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21109] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21109/stat : 21109 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803306678480 139803814356891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21110] ppid=21096 vsize=10621952 CPUtime=0.76 cores=0,2,4,6
/proc/21099/task/21110/stat : 21110 (java) S 21096 21099 6971 0 -1 1077944384 3665 0 0 0 76 0 0 0 20 0 16 0 18815530 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803305626096 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21111] ppid=21096 vsize=10621952 CPUtime=0.65 cores=0,2,4,6
/proc/21099/task/21111/stat : 21111 (java) S 21096 21099 6971 0 -1 1077944384 2714 0 0 0 64 1 0 0 20 0 16 0 18815530 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803304573552 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21112] ppid=21096 vsize=10621952 CPUtime=0.42 cores=0,2,4,6
/proc/21099/task/21112/stat : 21112 (java) S 21096 21099 6971 0 -1 1077944384 2707 0 0 0 42 0 0 0 20 0 16 0 18815530 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803303521008 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21113] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) S 21096 21099 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18815530 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803302468704 139803814348501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21114] ppid=21096 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21114/stat : 21114 (java) S 21096 21099 6971 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 18815535 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803301415216 139803814349442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
[pid=21099/tid=21115] ppid=21096 vsize=10621952 CPUtime=6.05 cores=0,2,4,6
/proc/21099/task/21115/stat : 21115 (java) R 21096 21099 6971 0 -1 4202560 7372 0 0 0 592 13 0 0 20 0 16 0 18815551 10876878848 307954 18446744073709551615 4194304 4196468 140732890997296 139803298225112 139803421378599 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140732891005390 140732891005519 140732891005519 140732891008975 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 10621952

[startup+7.20064 s]
/proc/loadavg: 2.29 2.14 2.08 4/211 21115
/proc/meminfo: memFree=30215756/32770624 swapFree=0/324008
[pid=21099] ppid=21096 vsize=0 CPUtime=10.1 cores=0,2,4,6
/proc/21099/stat : 21099 (java) Z 21096 21099 6971 0 -1 4227084 28135 0 0 0 953 57 0 0 20 0 2 0 18815518 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/21099/statm: 0 0 0 0 0 0 0
[pid=21099/tid=21113] ppid=21096 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/21099/task/21113/stat : 21113 (java) R 21096 21099 6971 0 -1 4203588 3 0 0 0 0 0 0 0 20 0 2 0 18815530 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.2076
CPU time (s): 10.1182
CPU user time (s): 9.53472
CPU system time (s): 0.583493
CPU usage (%): 140.383
Max. virtual memory (cumulated for all children) (KiB): 10621952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.53472
system time used= 0.583493
maximum resident set size= 1232296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28135
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= 2324
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034116 second user time and 0.048987 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-09 20:38:12
IDJOB=4264451
IDBENCH=134317
IDSOLVER=2652
FILE ID=node124/4264451-1502304748
RUNJOBID= node124-1502258094-11416
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-08.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264451-1502304748/watcher-4264451-1502304748 -o /tmp/evaluation-result-4264451-1502304748/solver-4264451-1502304748 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11416 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264451-1502304748.xml

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

MD5SUM BENCH= b710198e3fe52a2d3e46aa4557e690ea
RANDOM SEED=1389340269

node124.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.51
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.51
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.51
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.51
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:        31437292 kB
MemAvailable:   31711612 kB
Buffers:          141164 kB
Cached:           423256 kB
SwapCached:            0 kB
Active:           585388 kB
Inactive:         340812 kB
Active(anon):     362032 kB
Inactive(anon):    16768 kB
Active(file):     223356 kB
Inactive(file):   324044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35536 kB
Writeback:             0 kB
AnonPages:        360756 kB
Mapped:            45272 kB
Shmem:             17128 kB
Slab:             111384 kB
SReclaimable:      85508 kB
SUnreclaim:        25876 kB
KernelStack:        3424 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1194364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node124 at 2017-08-09 20:38:20