Trace number 4248254

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
R1: Concrete 3.4SAT 7.61263 3.94733

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-3-sum.xml
MD5SUMca2d806de83af3c819ab21bd14c5c027
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.001627
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints9
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":9}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":8},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":8}]
Optimization problemNO
Type of objective

Solver Data

3.85/2.27	c Concrete v3.4 running
7.37/3.43	v <instantiation>
7.37/3.43	v       <list>
7.37/3.43	v         x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2]
7.37/3.43	v       </list>
7.37/3.43	v       <values>
7.37/3.43	v         2 9 4 7 5 3 6 1 8
7.37/3.43	v       </values>
7.37/3.43	v     </instantiation>
7.37/3.43	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248254-1500745234/watcher-4248254-1500745234 -o /tmp/evaluation-result-4248254-1500745234/solver-4248254-1500745234 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500745234-20228 --watchdog 2560 bin/concrete HOME/instance-4248254-1500745234.xml 

pid=20247
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: 0.71 1.16 1.33 3/242 20250
/proc/meminfo: memFree=31576584/32770624 swapFree=5832/396668
[pid=20250] ppid=20247 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (bash) S 20247 20250 16458 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 9792101 9736192 350 33554432000 4194304 5098028 140727134319488 140727134317128 139924392819712 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 29605888 140727134328078 140727134328163 140727134328163 140727134330862 0
/proc/20250/statm: 2377 350 277 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 0.71 1.16 1.33 3/242 20250
/proc/meminfo: memFree=31576584/32770624 swapFree=5832/396668
[pid=20250] ppid=20247 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (bash) S 20247 20250 16458 0 -1 4202496 885 6418 0 1 0 0 0 1 20 0 1 0 9792101 9871360 378 33554432000 4194304 5098028 140727134319488 140727134313496 139924392819712 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 29605888 140727134328078 140727134328163 140727134328163 140727134330862 0
/proc/20250/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200394 s]
/proc/loadavg: 0.71 1.16 1.33 3/242 20250
/proc/meminfo: memFree=31576584/32770624 swapFree=5832/396668
[pid=20250] ppid=20247 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 4857 12427 0 1 4 1 8 4 20 0 13 0 9792101 10686320640 4700 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2608965 4700 2100 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300321 s]
/proc/loadavg: 0.71 1.16 1.33 3/242 20250
/proc/meminfo: memFree=31576584/32770624 swapFree=5832/396668
[pid=20250] ppid=20247 vsize=10902392 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 6906 12427 0 1 19 2 8 4 20 0 20 0 9792101 11164049408 8117 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2725598 8117 2950 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902392

[startup+0.70025 s]
/proc/loadavg: 0.71 1.16 1.33 3/242 20250
/proc/meminfo: memFree=31576584/32770624 swapFree=5832/396668
[pid=20250] ppid=20247 vsize=10902720 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 12327 12427 0 1 70 4 8 4 20 0 20 0 9792101 11164385280 14691 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2725680 14691 3168 1 0 2713890 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10902720

[startup+1.50076 s]
/proc/loadavg: 0.71 1.16 1.33 5/262 20323
/proc/meminfo: memFree=31332572/32770624 swapFree=5832/541488
[pid=20250] ppid=20247 vsize=10913344 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 25204 12427 0 1 187 8 8 4 20 0 20 0 9792101 11175264256 34673 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2728336 34673 3377 1 0 2716450 0
[pid=20250/tid=20305] ppid=20247 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20305/stat : 20305 (java) S 20247 20250 16458 0 -1 1077944384 19282 12427 0 1 123 6 8 4 20 0 20 0 9792116 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135892633456 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20306] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20306/stat : 20306 (java) R 20247 20250 16458 0 -1 4202560 3 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135494978448 140135888424342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20307] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20307/stat : 20307 (java) R 20247 20250 16458 0 -1 4202560 4 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135493925648 140135873440281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20308] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20308/stat : 20308 (java) R 20247 20250 16458 0 -1 4202560 3 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135492873360 140135873440281 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20309] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20309/stat : 20309 (java) R 20247 20250 16458 0 -1 4202560 4 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135491820560 140135873440281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20310] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20310/stat : 20310 (java) R 20247 20250 16458 0 -1 4202560 5 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135490767248 140135881512254 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20311] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20311/stat : 20311 (java) R 20247 20250 16458 0 -1 4202560 4 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 34673 33554432000 4194304 4196468 140736229704464 140135489714448 140135873440299 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20312] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20312/stat : 20312 (java) R 20247 20250 16458 0 -1 4202560 4 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135488662160 140135881518953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20313] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20313/stat : 20313 (java) R 20247 20250 16458 0 -1 1077944384 3 12427 0 1 0 0 8 4 20 0 20 0 9792117 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135487609360 140135888422613 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20314] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20314/stat : 20314 (java) S 20247 20250 16458 0 -1 1077944384 24 12427 0 1 0 0 8 4 20 0 20 0 9792119 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135363003520 140135888422613 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20315] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20315/stat : 20315 (java) S 20247 20250 16458 0 -1 1077944384 33 12427 0 1 0 0 8 4 20 0 20 0 9792120 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135361951008 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20316] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20316/stat : 20316 (java) S 20247 20250 16458 0 -1 1077944384 21 12427 0 1 0 0 8 4 20 0 20 0 9792121 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135360898672 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20317] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20317/stat : 20317 (java) S 20247 20250 16458 0 -1 1077944384 1 12427 0 1 0 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135359846992 140135888431003 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20318] ppid=20247 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20318/stat : 20318 (java) S 20247 20250 16458 0 -1 1077944384 1544 12427 0 1 16 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135358793840 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20319] ppid=20247 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20319/stat : 20319 (java) S 20247 20250 16458 0 -1 1077944384 538 12427 0 1 12 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135357741040 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20320] ppid=20247 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20320/stat : 20320 (java) S 20247 20250 16458 0 -1 1077944384 495 12427 0 1 9 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135356688752 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20321] ppid=20247 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20321/stat : 20321 (java) S 20247 20250 16458 0 -1 1077944384 1104 12427 0 1 24 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135355631328 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20322] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) S 20247 20250 16458 0 -1 1077944384 3 12427 0 1 0 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135354583904 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20323] ppid=20247 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20323/stat : 20323 (java) S 20247 20250 16458 0 -1 1077944384 3 12427 0 1 0 0 8 4 20 0 20 0 9792125 11175264256 35185 33554432000 4194304 4196468 140736229704464 140135353531184 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 10913344

[startup+3.10714 s]
/proc/loadavg: 0.71 1.16 1.33 6/262 20323
/proc/meminfo: memFree=31100860/32770624 swapFree=5832/690144
[pid=20250] ppid=20247 vsize=10993404 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 58943 12427 0 1 565 22 8 4 20 0 20 0 9792101 11257245696 66665 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2748351 66665 3477 1 0 2735906 0
[pid=20250/tid=20305] ppid=20247 vsize=10993404 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20305/stat : 20305 (java) S 20247 20250 16458 0 -1 1077944384 40957 12427 0 1 275 9 8 4 20 0 20 0 9792116 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135892636400 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20306] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20306/stat : 20306 (java) S 20247 20250 16458 0 -1 1077944384 93 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135494978448 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20307] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20307/stat : 20307 (java) S 20247 20250 16458 0 -1 1077944384 37 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135493925648 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20308] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20308/stat : 20308 (java) S 20247 20250 16458 0 -1 1077944384 45 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135492873360 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20309] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20309/stat : 20309 (java) S 20247 20250 16458 0 -1 1077944384 10 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135491820560 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20310] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20310/stat : 20310 (java) S 20247 20250 16458 0 -1 1077944384 52 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135490767248 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20311] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20311/stat : 20311 (java) S 20247 20250 16458 0 -1 1077944384 18 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135489714448 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20312] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20312/stat : 20312 (java) R 20247 20250 16458 0 -1 4202560 29 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135488662280 140135881040615 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20313] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20313/stat : 20313 (java) S 20247 20250 16458 0 -1 1077944384 152 12427 0 1 1 0 8 4 20 0 20 0 9792117 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135487609376 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20314] ppid=20247 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20314/stat : 20314 (java) S 20247 20250 16458 0 -1 1077944384 1716 12427 0 1 1 0 8 4 20 0 20 0 9792119 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135363003520 140135888422613 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20315] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20315/stat : 20315 (java) S 20247 20250 16458 0 -1 1077944384 54 12427 0 1 0 0 8 4 20 0 20 0 9792120 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135361951072 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20316] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20316/stat : 20316 (java) S 20247 20250 16458 0 -1 1077944384 44 12427 0 1 0 0 8 4 20 0 20 0 9792121 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135360898688 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20317] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20317/stat : 20317 (java) S 20247 20250 16458 0 -1 1077944384 1 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135359846992 140135888431003 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20318] ppid=20247 vsize=10993404 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20318/stat : 20318 (java) R 20247 20250 16458 0 -1 4202560 4288 12427 0 1 62 2 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135358774856 140135871823200 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20319] ppid=20247 vsize=10993404 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20319/stat : 20319 (java) S 20247 20250 16458 0 -1 1077944384 4214 12427 0 1 80 0 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135357741040 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20320] ppid=20247 vsize=10993404 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20320/stat : 20320 (java) S 20247 20250 16458 0 -1 1077944384 1891 12427 0 1 51 0 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135356673712 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20321] ppid=20247 vsize=10993404 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20321/stat : 20321 (java) S 20247 20250 16458 0 -1 1077944384 3198 12427 0 1 82 2 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135355635952 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20322] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) S 20247 20250 16458 0 -1 1077944384 3 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135354583904 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20323] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20323/stat : 20323 (java) S 20247 20250 16458 0 -1 1077944384 7 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 66665 33554432000 4194304 4196468 140736229704464 140135353531184 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 10993404

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

[startup+3.20146 s]
/proc/loadavg: 0.71 1.16 1.33 6/262 20323
/proc/meminfo: memFree=31100860/32770624 swapFree=5832/690144
[pid=20250] ppid=20247 vsize=10993404 CPUtime=6.36 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) S 20247 20250 16458 0 -1 1077944320 59997 12427 0 1 601 23 8 4 20 0 20 0 9792101 11257245696 70147 33554432000 4194304 4196468 140736229704464 140736229687008 140135888412407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
/proc/20250/statm: 2748351 70147 3478 1 0 2735906 0
[pid=20250/tid=20305] ppid=20247 vsize=10993404 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20305/stat : 20305 (java) S 20247 20250 16458 0 -1 1077944384 41035 12427 0 1 280 9 8 4 20 0 20 0 9792116 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135892650080 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20306] ppid=20247 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20306/stat : 20306 (java) R 20247 20250 16458 0 -1 4202560 105 12427 0 1 2 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135494978448 140135881040615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20307] ppid=20247 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20307/stat : 20307 (java) R 20247 20250 16458 0 -1 4202560 39 12427 0 1 3 1 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135493925544 140135881040615 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20308] ppid=20247 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20308/stat : 20308 (java) R 20247 20250 16458 0 -1 4202560 60 12427 0 1 2 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135492873440 140135888433754 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20309] ppid=20247 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20309/stat : 20309 (java) R 20247 20250 16458 0 -1 4202560 22 12427 0 1 3 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135491820760 140135870009418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20310] ppid=20247 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20310/stat : 20310 (java) R 20247 20250 16458 0 -1 4202560 60 12427 0 1 2 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135490767088 140135881040615 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20311] ppid=20247 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20311/stat : 20311 (java) R 20247 20250 16458 0 -1 4202560 33 12427 0 1 2 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135489714448 140135881040615 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20312] ppid=20247 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20312/stat : 20312 (java) R 20247 20250 16458 0 -1 4202560 36 12427 0 1 3 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135488662360 140135870008784 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20313] ppid=20247 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20313/stat : 20313 (java) R 20247 20250 16458 0 -1 4202560 153 12427 0 1 2 0 8 4 20 0 20 0 9792117 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135487609560 140135873397703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20314] ppid=20247 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20314/stat : 20314 (java) S 20247 20250 16458 0 -1 1077944384 2434 12427 0 1 3 0 8 4 20 0 20 0 9792119 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135363003440 140135888422613 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20315] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20315/stat : 20315 (java) S 20247 20250 16458 0 -1 1077944384 55 12427 0 1 0 0 8 4 20 0 20 0 9792120 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135361951072 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20316] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20316/stat : 20316 (java) S 20247 20250 16458 0 -1 1077944384 45 12427 0 1 0 0 8 4 20 0 20 0 9792121 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135360898688 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20317] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20317/stat : 20317 (java) S 20247 20250 16458 0 -1 1077944384 1 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135359846992 140135888431003 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20318] ppid=20247 vsize=10993404 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20318/stat : 20318 (java) R 20247 20250 16458 0 -1 4202560 4398 12427 0 1 69 2 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135358779296 140135872318412 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20319] ppid=20247 vsize=10993404 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20319/stat : 20319 (java) S 20247 20250 16458 0 -1 1077944384 4229 12427 0 1 82 0 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135357741040 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20320] ppid=20247 vsize=10993404 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20320/stat : 20320 (java) R 20247 20250 16458 0 -1 4202560 1924 12427 0 1 56 0 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135356674632 140135866008848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20321] ppid=20247 vsize=10993404 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20321/stat : 20321 (java) S 20247 20250 16458 0 -1 1077944384 3225 12427 0 1 84 2 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135355635952 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20322] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) S 20247 20250 16458 0 -1 1077944384 3 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135354583904 140135888422613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
[pid=20250/tid=20323] ppid=20247 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20323/stat : 20323 (java) S 20247 20250 16458 0 -1 1077944384 7 12427 0 1 0 0 8 4 20 0 20 0 9792125 11257245696 70147 33554432000 4194304 4196468 140736229704464 140135353531184 140135888423554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23375872 140736229706433 140736229709207 140736229709207 140736229711823 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 10993404

[startup+3.60076 s]
/proc/loadavg: 0.71 1.16 1.33 3/262 20323
/proc/meminfo: memFree=30862236/32770624 swapFree=5832/831588
[pid=20250] ppid=20247 vsize=0 CPUtime=7.59 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) Z 20247 20250 16458 0 -1 4227084 61420 12427 0 1 721 26 8 4 20 0 2 0 9792101 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/20250/statm: 0 0 0 0 0 0 0
[pid=20250/tid=20322] ppid=20247 vsize=0 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) R 20247 20250 16458 0 -1 4203588 3 12427 0 1 0 1 8 4 20 0 2 0 9792125 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 0

[startup+3.80034 s]
/proc/loadavg: 0.71 1.16 1.33 3/262 20323
/proc/meminfo: memFree=30862236/32770624 swapFree=5832/831588
[pid=20250] ppid=20247 vsize=0 CPUtime=7.59 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) Z 20247 20250 16458 0 -1 4227084 61420 12427 0 1 721 26 8 4 20 0 2 0 9792101 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/20250/statm: 0 0 0 0 0 0 0
[pid=20250/tid=20322] ppid=20247 vsize=0 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) D 20247 20250 16458 0 -1 4203588 3 12427 0 1 0 1 8 4 20 0 2 0 9792125 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 17 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 0

[startup+3.90034 s]
/proc/loadavg: 0.71 1.16 1.33 3/262 20323
/proc/meminfo: memFree=30862236/32770624 swapFree=5832/831588
[pid=20250] ppid=20247 vsize=0 CPUtime=7.59 cores=0,2,4,6,8,10,12,14
/proc/20250/stat : 20250 (java) Z 20247 20250 16458 0 -1 4227084 61420 12427 0 1 721 26 8 4 20 0 2 0 9792101 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/20250/statm: 0 0 0 0 0 0 0
[pid=20250/tid=20322] ppid=20247 vsize=0 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20250/task/20322/stat : 20322 (java) D 20247 20250 16458 0 -1 4203588 3 12427 0 1 0 1 8 4 20 0 2 0 9792125 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 17 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3.94733
CPU time (s): 7.61263
CPU user time (s): 7.30797
CPU system time (s): 0.304658
CPU usage (%): 192.855
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.30797
system time used= 0.304658
maximum resident set size= 287112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73847
page faults= 1
swaps= 0
block input operations= 7000
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7076
involuntary context switches= 1637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03077 second user time and 0.044853 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 19:40:34
IDJOB=4248254
IDBENCH=133242
IDSOLVER=2630
FILE ID=node119/4248254-1500745234
RUNJOBID= node119-1500745234-20228
PBS_JOBID= 20623350
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-3-sum.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248254-1500745234/watcher-4248254-1500745234 -o /tmp/evaluation-result-4248254-1500745234/solver-4248254-1500745234 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500745234-20228 --watchdog 2560  bin/concrete HOME/instance-4248254-1500745234.xml

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

MD5SUM BENCH= ca2d806de83af3c819ab21bd14c5c027
RANDOM SEED=1223346730

node119.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		: 1600.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	: 5333.98
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.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		: 2000.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	: 5333.98
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.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		: 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	: 5333.98
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.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		: 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	: 5333.98
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.55
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		: 1600.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	: 5333.98
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.55
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		: 1600.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	: 5333.98
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		: 2668.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.55
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	: 5333.98
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.55
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		: 1600.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	: 5333.98
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		: 1600.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31581248 kB
MemAvailable:   31990924 kB
Buffers:          154200 kB
Cached:           537304 kB
SwapCached:            0 kB
Active:           351376 kB
Inactive:         402112 kB
Active(anon):      65740 kB
Inactive(anon):     8700 kB
Active(file):     285636 kB
Inactive(file):   393412 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             60452 kB
Writeback:             0 kB
AnonPages:         67072 kB
Mapped:            30336 kB
Shmem:              8844 kB
Slab:             125928 kB
SReclaimable:      92928 kB
SUnreclaim:        33000 kB
KernelStack:        4160 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61316 MiB
End job on node119 at 2017-07-22 19:40:38