Trace number 4246221

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: choco-solver 5a (2017-07-05)? (TO) 2400.04 305.312

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-70.xml
MD5SUM334f60f9be5ea7f5cd20aecf314fa745
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints141
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":140},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity210
Distribution of constraint arities[{"arity":2,"count":140},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints140
Distribution of constraint types[{"type":"intension","count":140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246221-1500687125.xml"  -tl '2400s' -p 8 -x 3
0.00/0.21	c [HOME/instance-4246221-1500687125.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.28	c 8 solvers in parallel
0.00/0.38	c parse instance...
0.00/0.88	c solve instance...
2400.04/305.33	s UNKNOWN
2400.04/305.33	c Unexpected resolution interruption!

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-4246221-1500687125/watcher-4246221-1500687125 -o /tmp/evaluation-result-4246221-1500687125/solver-4246221-1500687125 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1865137171 HOME/instance-4246221-1500687125.xml 

pid=27373
running on 8 cores: 1,3,5,7,9,11,13,15

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: 14.74 14.17 14.13 10/272 27376
/proc/meminfo: memFree=31562648/32770624 swapFree=5808/100340
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0

[startup+0.100114 s]
/proc/loadavg: 14.74 14.17 14.13 10/272 27376
/proc/meminfo: memFree=31562648/32770624 swapFree=5808/100340
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200286 s]
/proc/loadavg: 14.74 14.17 14.13 10/272 27376
/proc/meminfo: memFree=31562648/32770624 swapFree=5808/100340
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300258 s]
/proc/loadavg: 14.74 14.17 14.13 10/272 27376
/proc/meminfo: memFree=31562648/32770624 swapFree=5808/100340
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700213 s]
/proc/loadavg: 14.74 14.17 14.13 10/272 27376
/proc/meminfo: memFree=31562648/32770624 swapFree=5808/100340
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50149 s]
/proc/loadavg: 14.74 14.17 14.13 18/301 27405
/proc/meminfo: memFree=31453464/32770624 swapFree=5808/100048
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
[pid=27377] ppid=27376 vsize=13801768 CPUtime=6.97 cores=1,3,5,7,9,11,13,15
/proc/27377/stat : 27377 (java) S 27376 27376 15196 0 -1 1077944320 16536 0 0 0 689 8 0 0 20 0 28 0 3977608 14133010432 36839 33554432000 4194304 4196468 140737290777584 140737290760128 140326173294327 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
/proc/27377/statm: 3450442 36839 3223 1 0 3437675 0
[pid=27377/tid=27378] ppid=27376 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27378/stat : 27378 (java) S 27376 27376 15196 0 -1 1077944384 6941 0 0 0 83 3 0 0 20 0 28 0 3977608 14133010432 36839 33554432000 4194304 4196468 140737290777584 140326177535104 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27380] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27380/stat : 27380 (java) S 27376 27376 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140326112259088 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27381] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27381/stat : 27381 (java) S 27376 27376 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325771762832 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27382] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27382/stat : 27382 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325770709776 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27383] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27383/stat : 27383 (java) S 27376 27376 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325769657232 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27384] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27384/stat : 27384 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325768604176 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27385] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27385/stat : 27385 (java) S 27376 27376 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325767551632 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27386] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27386/stat : 27386 (java) S 27376 27376 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325766498576 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27387] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27387/stat : 27387 (java) S 27376 27376 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325765446032 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27388] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27388/stat : 27388 (java) S 27376 27376 15196 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325366500080 140326173305474 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27389] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27389/stat : 27389 (java) S 27376 27376 15196 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325365446304 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27390] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27390/stat : 27390 (java) S 27376 27376 15196 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3977613 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325364393200 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27391] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27391/stat : 27391 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977616 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325363341776 140326173312923 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27392] ppid=27376 vsize=13801768 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27392/stat : 27392 (java) R 27376 27376 15196 0 -1 4202560 2286 0 0 0 80 0 0 0 20 0 28 0 3977617 14133010432 36839 33554432000 4194304 4196468 140737290777584 140325362274760 140326166011290 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27393] ppid=27376 vsize=13801768 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27393/stat : 27393 (java) R 27376 27376 15196 0 -1 4202560 1376 0 0 0 80 0 0 0 20 0 28 0 3977617 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325361223152 140326158409471 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27394] ppid=27376 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27394/stat : 27394 (java) R 27376 27376 15196 0 -1 4202560 1726 0 0 0 72 0 0 0 20 0 28 0 3977617 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325360172848 140326166390921 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27395] ppid=27376 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27395/stat : 27395 (java) S 27376 27376 15196 0 -1 1077944384 2540 0 0 0 75 0 0 0 20 0 28 0 3977617 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325359130736 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27396] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27396/stat : 27396 (java) S 27376 27376 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325358078944 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27397] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27397/stat : 27397 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325357026480 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27398] ppid=27376 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27398/stat : 27398 (java) R 27376 27376 15196 0 -1 4202560 57 0 0 0 41 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325349512032 140326157784177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27399] ppid=27376 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27399/stat : 27399 (java) R 27376 27376 15196 0 -1 4202560 43 0 0 0 32 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325348457976 140326154667777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27400] ppid=27376 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27400/stat : 27400 (java) R 27376 27376 15196 0 -1 4202560 38 0 0 0 34 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325347407896 140325797798744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27401] ppid=27376 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27401/stat : 27401 (java) R 27376 27376 15196 0 -1 4202560 75 0 0 0 35 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325346352920 140325797810419 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27402] ppid=27376 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27402/stat : 27402 (java) R 27376 27376 15196 0 -1 4202560 36 0 0 0 42 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325345302280 140325797688201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27403] ppid=27376 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27403/stat : 27403 (java) R 27376 27376 15196 0 -1 4202560 34 0 0 0 35 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325344248072 140325795657847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27404] ppid=27376 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27404/stat : 27404 (java) R 27376 27376 15196 0 -1 4202560 36 0 0 0 38 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325343195736 140325792329411 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27405] ppid=27376 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27405/stat : 27405 (java) R 27376 27376 15196 0 -1 4202560 34 0 0 0 36 0 0 0 20 0 28 0 3977697 14133010432 36883 33554432000 4194304 4196468 140737290777584 140325342143304 140325796717344 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 13811280

[startup+3.10168 s]
/proc/loadavg: 15.08 14.25 14.16 20/301 27405
/proc/meminfo: memFree=31390920/32770624 swapFree=5808/100048
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
[pid=27377] ppid=27376 vsize=13801768 CPUtime=19.63 cores=1,3,5,7,9,11,13,15
/proc/27377/stat : 27377 (java) S 27376 27376 15196 0 -1 1077944320 29218 0 0 0 1949 14 0 0 20 0 28 0 3977608 14133010432 55673 33554432000 4194304 4196468 140737290777584 140737290760128 140326173294327 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
/proc/27377/statm: 3450442 55673 3262 1 0 3437675 0
[pid=27377/tid=27378] ppid=27376 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27378/stat : 27378 (java) S 27376 27376 15196 0 -1 1077944384 6941 0 0 0 83 3 0 0 20 0 28 0 3977608 14133010432 55673 33554432000 4194304 4196468 140737290777584 140326177535104 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27380] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27380/stat : 27380 (java) S 27376 27376 15196 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140326112259088 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27381] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27381/stat : 27381 (java) S 27376 27376 15196 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325771762832 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27382] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27382/stat : 27382 (java) S 27376 27376 15196 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325770709776 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27383] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27383/stat : 27383 (java) S 27376 27376 15196 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325769657232 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27384] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27384/stat : 27384 (java) S 27376 27376 15196 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325768604176 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27385] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27385/stat : 27385 (java) S 27376 27376 15196 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325767551632 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27386] ppid=27376 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27386/stat : 27386 (java) S 27376 27376 15196 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325766498576 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27387] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27387/stat : 27387 (java) S 27376 27376 15196 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 3977609 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325765446032 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27388] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27388/stat : 27388 (java) S 27376 27376 15196 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325366500080 140326173305474 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27389] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27389/stat : 27389 (java) S 27376 27376 15196 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325365446368 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27390] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27390/stat : 27390 (java) S 27376 27376 15196 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3977613 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325364393200 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27391] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27391/stat : 27391 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977616 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325363341776 140326173312923 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27392] ppid=27376 vsize=13801768 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27392/stat : 27392 (java) R 27376 27376 15196 0 -1 4202560 5769 0 0 0 222 1 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325362288896 140326151079952 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27393] ppid=27376 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27393/stat : 27393 (java) R 27376 27376 15196 0 -1 4202560 3378 0 0 0 196 0 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325361222432 140326152985992 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27394] ppid=27376 vsize=13801768 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27394/stat : 27394 (java) R 27376 27376 15196 0 -1 4202560 5480 0 0 0 208 1 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325360169304 140326156681068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27395] ppid=27376 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27395/stat : 27395 (java) S 27376 27376 15196 0 -1 1077944384 4141 0 0 0 87 1 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325359130736 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27396] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27396/stat : 27396 (java) S 27376 27376 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325358078944 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27397] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27397/stat : 27397 (java) S 27376 27376 15196 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325357026480 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27398] ppid=27376 vsize=13801768 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27398/stat : 27398 (java) R 27376 27376 15196 0 -1 4202560 201 0 0 0 152 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325349509760 140325798652632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27399] ppid=27376 vsize=13801768 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27399/stat : 27399 (java) R 27376 27376 15196 0 -1 4202560 187 0 0 0 132 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325348458968 140325799000002 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27400] ppid=27376 vsize=13801768 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27400/stat : 27400 (java) R 27376 27376 15196 0 -1 4202560 172 0 0 0 149 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325347406328 140325797739332 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27401] ppid=27376 vsize=13801768 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27401/stat : 27401 (java) R 27376 27376 15196 0 -1 4202560 392 0 0 0 152 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325346353368 140325792389953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27402] ppid=27376 vsize=13801768 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27402/stat : 27402 (java) R 27376 27376 15196 0 -1 4202560 211 0 0 0 149 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325345300488 140325797742740 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27403] ppid=27376 vsize=13801768 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27403/stat : 27403 (java) R 27376 27376 15196 0 -1 4202560 85 0 0 0 140 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325344248784 140325798823376 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27404] ppid=27376 vsize=13801768 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27404/stat : 27404 (java) R 27376 27376 15196 0 -1 4202560 118 0 0 0 132 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325343194928 140325799503850 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27405] ppid=27376 vsize=13801768 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27405/stat : 27405 (java) R 27376 27376 15196 0 -1 4202560 175 0 0 0 134 0 0 0 20 0 28 0 3977697 14133010432 55673 33554432000 4194304 4196468 140737290777584 140325342142344 140325797737572 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (KiB) 13811280

[startup+6.30167 s]
/proc/loadavg: 15.08 14.25 14.16 17/301 27405
/proc/meminfo: memFree=31342584/32770624 swapFree=5808/100068

################
# More data... #
################

[pid=27377/tid=27404] ppid=27376 vsize=13801768 CPUtime=275.02 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27404/stat : 27404 (java) R 27376 27376 15196 0 -1 4202560 1691 0 0 0 27499 3 0 0 20 0 28 0 3977697 14133010432 116999 33554432000 4194304 4196468 140737290777584 140325343195448 140325799441631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27405] ppid=27376 vsize=13801768 CPUtime=274.42 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27405/stat : 27405 (java) R 27376 27376 15196 0 -1 4202560 2086 0 0 0 27439 3 0 0 20 0 28 0 3977697 14133010432 116999 33554432000 4194304 4196468 140737290777584 140325342142888 140325800955972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
Current children cumulated CPU time (s) 2220.13
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+305.302 s]
/proc/loadavg: 15.94 15.30 14.64 17/299 27505
/proc/meminfo: memFree=31235496/32770624 swapFree=5808/100464
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
[pid=27377] ppid=27376 vsize=13801768 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/27377/stat : 27377 (java) S 27376 27376 15196 0 -1 1077944320 75784 0 0 0 239677 327 0 0 20 0 28 0 3977608 14133010432 78972 33554432000 4194304 4196468 140737290777584 140737290760128 140326173294327 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
/proc/27377/statm: 3450442 78972 3292 1 0 3437675 0
[pid=27377/tid=27378] ppid=27376 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27378/stat : 27378 (java) S 27376 27376 15196 0 -1 1077944384 6941 0 0 0 83 3 0 0 20 0 28 0 3977608 14133010432 78972 33554432000 4194304 4196468 140737290777584 140326177535104 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27380] ppid=27376 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27380/stat : 27380 (java) S 27376 27376 15196 0 -1 1077944384 830 0 0 0 97 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140326112259088 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27381] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27381/stat : 27381 (java) S 27376 27376 15196 0 -1 1077944384 1907 0 0 0 99 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325771762832 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27382] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27382/stat : 27382 (java) S 27376 27376 15196 0 -1 1077944384 1072 0 0 0 99 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325770709776 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27383] ppid=27376 vsize=13801768 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27383/stat : 27383 (java) S 27376 27376 15196 0 -1 1077944384 1456 0 0 0 96 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325769657232 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27384] ppid=27376 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27384/stat : 27384 (java) S 27376 27376 15196 0 -1 1077944384 810 0 0 0 96 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325768604176 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27385] ppid=27376 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27385/stat : 27385 (java) S 27376 27376 15196 0 -1 1077944384 1584 0 0 0 100 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325767551632 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27386] ppid=27376 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27386/stat : 27386 (java) S 27376 27376 15196 0 -1 1077944384 761 0 0 0 97 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325766498576 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27387] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27387/stat : 27387 (java) S 27376 27376 15196 0 -1 1077944384 1203 0 0 0 100 10 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325765446032 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27388] ppid=27376 vsize=13801768 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27388/stat : 27388 (java) S 27376 27376 15196 0 -1 1077944384 5981 0 0 0 96 194 0 0 20 0 28 0 3977612 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325366500080 140326173305474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27389] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27389/stat : 27389 (java) S 27376 27376 15196 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325365446368 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27390] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27390/stat : 27390 (java) S 27376 27376 15196 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3977613 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325364393200 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27391] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27391/stat : 27391 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977616 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325363341776 140326173312923 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27392] ppid=27376 vsize=13801768 CPUtime=3.16 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27392/stat : 27392 (java) S 27376 27376 15196 0 -1 1077944384 9184 0 0 0 315 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325362288880 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27393] ppid=27376 vsize=13801768 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27393/stat : 27393 (java) S 27376 27376 15196 0 -1 1077944384 9658 0 0 0 308 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325361236336 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27394] ppid=27376 vsize=13801768 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27394/stat : 27394 (java) S 27376 27376 15196 0 -1 1077944384 9016 0 0 0 319 2 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325360183280 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27395] ppid=27376 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27395/stat : 27395 (java) S 27376 27376 15196 0 -1 1077944384 7032 0 0 0 106 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325359130736 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27396] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27396/stat : 27396 (java) S 27376 27376 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325358078944 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27397] ppid=27376 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27397/stat : 27397 (java) S 27376 27376 15196 0 -1 1077944384 515 0 0 0 5 8 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325357026480 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27398] ppid=27376 vsize=13801768 CPUtime=296.99 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27398/stat : 27398 (java) R 27376 27376 15196 0 -1 4202560 2436 0 0 0 29696 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325349513128 140325798823544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27399] ppid=27376 vsize=13801768 CPUtime=296.7 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27399/stat : 27399 (java) R 27376 27376 15196 0 -1 4202560 1641 0 0 0 29667 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325348458376 140325798999893 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27400] ppid=27376 vsize=13801768 CPUtime=297.56 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27400/stat : 27400 (java) R 27376 27376 15196 0 -1 4202560 2460 0 0 0 29753 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325347405392 140325800955860 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27401] ppid=27376 vsize=13801768 CPUtime=297.53 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27401/stat : 27401 (java) R 27376 27376 15196 0 -1 4202560 3558 0 0 0 29750 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325346356624 140325800299894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27402] ppid=27376 vsize=13801768 CPUtime=297.29 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27402/stat : 27402 (java) R 27376 27376 15196 0 -1 4202560 2035 0 0 0 29727 2 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325345300008 140325798999440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27403] ppid=27376 vsize=13801768 CPUtime=296.68 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27403/stat : 27403 (java) R 27376 27376 15196 0 -1 4202560 548 0 0 0 29666 2 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325344247464 140325798823748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27404] ppid=27376 vsize=13801768 CPUtime=297.2 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27404/stat : 27404 (java) R 27376 27376 15196 0 -1 4202560 1713 0 0 0 29717 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325343195304 140325792589613 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27405] ppid=27376 vsize=13801768 CPUtime=296.69 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27405/stat : 27405 (java) R 27376 27376 15196 0 -1 4202560 2105 0 0 0 29666 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325342142856 140325799267072 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+305.302 s]
/proc/loadavg: 15.94 15.30 14.64 17/299 27505
/proc/meminfo: memFree=31235496/32770624 swapFree=5808/100464
[pid=27376] ppid=27373 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27376/stat : 27376 (xcsp3-exec) S 27373 27376 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3977608 9740288 346 33554432000 4194304 5098028 140723553060048 140723553058152 139796052460156 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 40108032 140723553068174 140723553068384 140723553068384 140723553071083 0
/proc/27376/statm: 2378 346 289 221 0 87 0
[pid=27377] ppid=27376 vsize=13801768 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/27377/stat : 27377 (java) S 27376 27376 15196 0 -1 1077944320 75784 0 0 0 239677 327 0 0 20 0 28 0 3977608 14133010432 78972 33554432000 4194304 4196468 140737290777584 140737290760128 140326173294327 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
/proc/27377/statm: 3450442 78972 3292 1 0 3437675 0
[pid=27377/tid=27378] ppid=27376 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27378/stat : 27378 (java) S 27376 27376 15196 0 -1 1077944384 6941 0 0 0 83 3 0 0 20 0 28 0 3977608 14133010432 78972 33554432000 4194304 4196468 140737290777584 140326177535104 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27380] ppid=27376 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27380/stat : 27380 (java) S 27376 27376 15196 0 -1 1077944384 830 0 0 0 97 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140326112259088 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27381] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27381/stat : 27381 (java) S 27376 27376 15196 0 -1 1077944384 1907 0 0 0 99 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325771762832 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27382] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27382/stat : 27382 (java) S 27376 27376 15196 0 -1 1077944384 1072 0 0 0 99 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325770709776 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27383] ppid=27376 vsize=13801768 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27383/stat : 27383 (java) S 27376 27376 15196 0 -1 1077944384 1456 0 0 0 96 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325769657232 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27384] ppid=27376 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27384/stat : 27384 (java) S 27376 27376 15196 0 -1 1077944384 810 0 0 0 96 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325768604176 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27385] ppid=27376 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27385/stat : 27385 (java) S 27376 27376 15196 0 -1 1077944384 1584 0 0 0 100 11 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325767551632 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27386] ppid=27376 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27386/stat : 27386 (java) S 27376 27376 15196 0 -1 1077944384 761 0 0 0 97 12 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325766498576 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27387] ppid=27376 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27387/stat : 27387 (java) S 27376 27376 15196 0 -1 1077944384 1203 0 0 0 100 10 0 0 20 0 28 0 3977609 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325765446032 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27388] ppid=27376 vsize=13801768 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27388/stat : 27388 (java) S 27376 27376 15196 0 -1 1077944384 5981 0 0 0 96 194 0 0 20 0 28 0 3977612 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325366500080 140326173305474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27389] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27389/stat : 27389 (java) S 27376 27376 15196 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3977612 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325365446368 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27390] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27390/stat : 27390 (java) S 27376 27376 15196 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3977613 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325364393200 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27391] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27391/stat : 27391 (java) S 27376 27376 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3977616 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325363341776 140326173312923 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27392] ppid=27376 vsize=13801768 CPUtime=3.16 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27392/stat : 27392 (java) S 27376 27376 15196 0 -1 1077944384 9184 0 0 0 315 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325362288880 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27393] ppid=27376 vsize=13801768 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27393/stat : 27393 (java) S 27376 27376 15196 0 -1 1077944384 9658 0 0 0 308 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325361236336 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27394] ppid=27376 vsize=13801768 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27394/stat : 27394 (java) S 27376 27376 15196 0 -1 1077944384 9016 0 0 0 319 2 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325360183280 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27395] ppid=27376 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27395/stat : 27395 (java) S 27376 27376 15196 0 -1 1077944384 7032 0 0 0 106 1 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325359130736 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27396] ppid=27376 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27396/stat : 27396 (java) S 27376 27376 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325358078944 140326173304533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27397] ppid=27376 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27397/stat : 27397 (java) S 27376 27376 15196 0 -1 1077944384 515 0 0 0 5 8 0 0 20 0 28 0 3977617 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325357026480 140326173305474 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27398] ppid=27376 vsize=13801768 CPUtime=296.99 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27398/stat : 27398 (java) R 27376 27376 15196 0 -1 4202560 2436 0 0 0 29696 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325349513128 140325798823544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27399] ppid=27376 vsize=13801768 CPUtime=296.7 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27399/stat : 27399 (java) R 27376 27376 15196 0 -1 4202560 1641 0 0 0 29667 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325348458376 140325798999893 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27400] ppid=27376 vsize=13801768 CPUtime=297.56 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27400/stat : 27400 (java) R 27376 27376 15196 0 -1 4202560 2460 0 0 0 29753 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325347405392 140325800955860 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27401] ppid=27376 vsize=13801768 CPUtime=297.53 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27401/stat : 27401 (java) R 27376 27376 15196 0 -1 4202560 3558 0 0 0 29750 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325346356624 140325800299894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27402] ppid=27376 vsize=13801768 CPUtime=297.29 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27402/stat : 27402 (java) R 27376 27376 15196 0 -1 4202560 2035 0 0 0 29727 2 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325345300008 140325798999440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27403] ppid=27376 vsize=13801768 CPUtime=296.68 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27403/stat : 27403 (java) R 27376 27376 15196 0 -1 4202560 548 0 0 0 29666 2 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325344247464 140325798823748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27404] ppid=27376 vsize=13801768 CPUtime=297.2 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27404/stat : 27404 (java) R 27376 27376 15196 0 -1 4202560 1713 0 0 0 29717 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325343195304 140325792589613 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
[pid=27377/tid=27405] ppid=27376 vsize=13801768 CPUtime=296.69 cores=1,3,5,7,9,11,13,15
/proc/27377/task/27405/stat : 27405 (java) R 27376 27376 15196 0 -1 4202560 2105 0 0 0 29666 3 0 0 20 0 28 0 3977697 14133010432 78972 33554432000 4194304 4196468 140737290777584 140325342142856 140325799267072 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14663680 140737290785980 140737290786156 140737290786156 140737290788815 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27376 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2403
# CPU time returned by wait4() is 0.003204
# while last known CPU time is 2400.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 305.312
CPU time (s): 2400.04
CPU user time (s): 2396.77
CPU system time (s): 3.27
CPU usage (%): 786.093
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000801
system time used= 0.002403
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9443 second user time and 4.57764 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 03:32:05
IDJOB=4246221
IDBENCH=124278
IDSOLVER=2626
FILE ID=node145/4246221-1500687125
RUNJOBID= node145-1500682809-15228
PBS_JOBID= 20623333
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-70.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246221-1500687125/watcher-4246221-1500687125 -o /tmp/evaluation-result-4246221-1500687125/solver-4246221-1500687125 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1865137171 HOME/instance-4246221-1500687125.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=1865137171

node145.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		: 2668.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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		: 2668.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2668.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2668.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2668.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.43
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		: 1867.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		: 2668.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2668.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.43
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		: 2668.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.43
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:        31562324 kB
MemAvailable:   31610632 kB
Buffers:          127520 kB
Cached:           193336 kB
SwapCached:            0 kB
Active:           590136 kB
Inactive:         168408 kB
Active(anon):     381176 kB
Inactive(anon):    68068 kB
Active(file):     208960 kB
Inactive(file):   100340 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8012 kB
Writeback:             0 kB
AnonPages:        449884 kB
Mapped:            43124 kB
Shmem:              8852 kB
Slab:             144472 kB
SReclaimable:     109684 kB
SUnreclaim:        34788 kB
KernelStack:        4912 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1393152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 61848 MiB
End job on node145 at 2017-07-22 03:37:11