Trace number 4246220

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 4.0.5 (2017-07-05)? (TO) 2400.33 305.512

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-4246220-1500686852.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4246220-1500686852.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.80	c solve instance...
2400.33/305.54	s UNKNOWN
2400.33/305.54	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-4246220-1500686852/watcher-4246220-1500686852 -o /tmp/evaluation-result-4246220-1500686852/solver-4246220-1500686852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1222148565 HOME/instance-4246220-1500686852.xml 

pid=26802
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: 15.72 14.47 12.94 11/270 26805
/proc/meminfo: memFree=31549800/32770624 swapFree=5892/115044
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0

[startup+0.100108 s]
/proc/loadavg: 15.72 14.47 12.94 11/270 26805
/proc/meminfo: memFree=31549800/32770624 swapFree=5892/115044
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200334 s]
/proc/loadavg: 15.72 14.47 12.94 11/270 26805
/proc/meminfo: memFree=31549800/32770624 swapFree=5892/115044
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300313 s]
/proc/loadavg: 15.72 14.47 12.94 11/270 26805
/proc/meminfo: memFree=31549800/32770624 swapFree=5892/115044
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700209 s]
/proc/loadavg: 15.72 14.47 12.94 11/270 26805
/proc/meminfo: memFree=31549800/32770624 swapFree=5892/115044
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50151 s]
/proc/loadavg: 15.72 14.47 12.94 21/299 26842
/proc/meminfo: memFree=31377948/32770624 swapFree=5892/115104
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
[pid=26806] ppid=26805 vsize=13801768 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/26806/stat : 26806 (java) S 26805 26805 15667 0 -1 1077944320 17875 0 0 0 739 9 0 0 20 0 28 0 3954899 14133010432 40248 33554432000 4194304 4196468 140733337479520 140733337462064 139861679841015 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
/proc/26806/statm: 3450442 40248 3225 1 0 3437675 0
[pid=26806/tid=26807] ppid=26805 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26807/stat : 26807 (java) S 26805 26805 15667 0 -1 1077944384 6556 0 0 0 75 3 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861684081792 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26809] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26809/stat : 26809 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861651683728 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26810] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26810/stat : 26810 (java) S 26805 26805 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861278435600 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26811] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26811/stat : 26811 (java) S 26805 26805 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861277383312 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26812] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26812/stat : 26812 (java) S 26805 26805 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861276330512 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26813] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26813/stat : 26813 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861275278224 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26814] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26814/stat : 26814 (java) S 26805 26805 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861274225424 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26815] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26815/stat : 26815 (java) S 26805 26805 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3954901 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861273173136 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26816] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26816/stat : 26816 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954901 14133010432 40248 33554432000 4194304 4196468 140733337479520 139861272120336 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26817] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26817/stat : 26817 (java) S 26805 26805 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3954903 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860873726064 139861679852162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26818] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26818/stat : 26818 (java) S 26805 26805 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860872672032 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26819] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26819/stat : 26819 (java) S 26805 26805 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860871619696 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26820] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26820/stat : 26820 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860870568016 139861679859611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26821] ppid=26805 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26821/stat : 26821 (java) R 26805 26805 15667 0 -1 4202560 2939 0 0 0 81 1 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860869501768 139861661363983 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26822] ppid=26805 vsize=13801768 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26822/stat : 26822 (java) R 26805 26805 15667 0 -1 4202560 1793 0 0 0 81 0 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860868452768 139861663252029 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26823] ppid=26805 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26823/stat : 26823 (java) R 26805 26805 15667 0 -1 4202560 1792 0 0 0 76 0 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860867396824 139861659503441 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26824] ppid=26805 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26824/stat : 26824 (java) S 26805 26805 15667 0 -1 1077944384 3059 0 0 0 72 2 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860866358000 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26825] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26825/stat : 26825 (java) S 26805 26805 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860865304928 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26826] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26826/stat : 26826 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860864252208 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26835] ppid=26805 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26835/stat : 26835 (java) R 26805 26805 15667 0 -1 4202560 83 0 0 0 42 0 0 0 20 0 28 0 3954980 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860856232072 139861322196309 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26836] ppid=26805 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26836/stat : 26836 (java) R 26805 26805 15667 0 -1 4202560 50 0 0 0 49 0 0 0 20 0 28 0 3954980 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860855188000 139861322328191 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26837] ppid=26805 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26837/stat : 26837 (java) R 26805 26805 15667 0 -1 4202560 48 0 0 0 38 0 0 0 20 0 28 0 3954980 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860854133176 139861321874604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26838] ppid=26805 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26838/stat : 26838 (java) R 26805 26805 15667 0 -1 4202560 69 0 0 0 46 0 0 0 20 0 28 0 3954980 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860853081672 139861661247233 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26839] ppid=26805 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26839/stat : 26839 (java) R 26805 26805 15667 0 -1 4202560 44 0 0 0 37 0 0 0 20 0 28 0 3954981 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860852024576 139861322395692 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26840] ppid=26805 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26840/stat : 26840 (java) R 26805 26805 15667 0 -1 4202560 42 0 0 0 46 0 0 0 20 0 28 0 3954981 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860850977544 139861320059578 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26841] ppid=26805 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26841/stat : 26841 (java) R 26805 26805 15667 0 -1 4202560 35 0 0 0 46 0 0 0 20 0 28 0 3954981 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860849921008 139861322125793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26842] ppid=26805 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26842/stat : 26842 (java) R 26805 26805 15667 0 -1 4202560 51 0 0 0 44 0 0 0 20 0 28 0 3954981 14133010432 40248 33554432000 4194304 4196468 140733337479520 139860848864416 139861321863457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 13811280

[startup+3.10162 s]
/proc/loadavg: 15.72 14.47 12.94 20/299 26842
/proc/meminfo: memFree=31312492/32770624 swapFree=5892/115104
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
[pid=26806] ppid=26805 vsize=13801768 CPUtime=20.2 cores=1,3,5,7,9,11,13,15
/proc/26806/stat : 26806 (java) S 26805 26805 15667 0 -1 1077944320 32418 0 0 0 2003 17 0 0 20 0 28 0 3954899 14133010432 56923 33554432000 4194304 4196468 140733337479520 140733337462064 139861679841015 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
/proc/26806/statm: 3450442 56923 3250 1 0 3437675 0
[pid=26806/tid=26807] ppid=26805 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26807/stat : 26807 (java) S 26805 26805 15667 0 -1 1077944384 6556 0 0 0 75 3 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861684081792 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26809] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26809/stat : 26809 (java) S 26805 26805 15667 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861651683728 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26810] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26810/stat : 26810 (java) S 26805 26805 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861278435600 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26811] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26811/stat : 26811 (java) S 26805 26805 15667 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861277383312 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26812] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26812/stat : 26812 (java) S 26805 26805 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861276330512 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26813] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26813/stat : 26813 (java) S 26805 26805 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861275278224 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26814] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26814/stat : 26814 (java) S 26805 26805 15667 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 3954900 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861274225424 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26815] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26815/stat : 26815 (java) S 26805 26805 15667 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 3954901 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861273173136 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26816] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26816/stat : 26816 (java) S 26805 26805 15667 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 28 0 3954901 14133010432 56923 33554432000 4194304 4196468 140733337479520 139861272120336 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26817] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26817/stat : 26817 (java) S 26805 26805 15667 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3954903 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860873726064 139861679852162 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26818] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26818/stat : 26818 (java) S 26805 26805 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860872672096 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26819] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26819/stat : 26819 (java) S 26805 26805 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860871619712 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26820] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26820/stat : 26820 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860870568016 139861679859611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26821] ppid=26805 vsize=13801768 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26821/stat : 26821 (java) R 26805 26805 15667 0 -1 4202560 8332 0 0 0 207 2 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860869501856 139861664767568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26822] ppid=26805 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26822/stat : 26822 (java) R 26805 26805 15667 0 -1 4202560 5956 0 0 0 184 0 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860868450416 139861660589620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26823] ppid=26805 vsize=13801768 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26823/stat : 26823 (java) R 26805 26805 15667 0 -1 4202560 4067 0 0 0 204 0 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860867392368 139861659174601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26824] ppid=26805 vsize=13801768 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26824/stat : 26824 (java) R 26805 26805 15667 0 -1 4202560 4055 0 0 0 79 2 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860866358000 139861658033225 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26825] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26825/stat : 26825 (java) S 26805 26805 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860865304928 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26826] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26826/stat : 26826 (java) S 26805 26805 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860864252208 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26835] ppid=26805 vsize=13801768 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26835/stat : 26835 (java) R 26805 26805 15667 0 -1 4202560 204 0 0 0 156 0 0 0 20 0 28 0 3954980 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860856236008 139861322026965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26836] ppid=26805 vsize=13801768 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26836/stat : 26836 (java) R 26805 26805 15667 0 -1 4202560 257 0 0 0 154 0 0 0 20 0 28 0 3954980 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860855184096 139861321939733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26837] ppid=26805 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26837/stat : 26837 (java) R 26805 26805 15667 0 -1 4202560 166 0 0 0 131 0 0 0 20 0 28 0 3954980 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860854132056 139861316656185 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26838] ppid=26805 vsize=13801768 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26838/stat : 26838 (java) R 26805 26805 15667 0 -1 4202560 312 0 0 0 168 0 0 0 20 0 28 0 3954980 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860853079912 139861321939879 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26839] ppid=26805 vsize=13801768 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26839/stat : 26839 (java) R 26805 26805 15667 0 -1 4202560 243 0 0 0 126 0 0 0 20 0 28 0 3954981 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860852026720 139861323808864 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26840] ppid=26805 vsize=13801768 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26840/stat : 26840 (java) R 26805 26805 15667 0 -1 4202560 151 0 0 0 186 0 0 0 20 0 28 0 3954981 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860850976616 139861323482541 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26841] ppid=26805 vsize=13801768 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26841/stat : 26841 (java) R 26805 26805 15667 0 -1 4202560 85 0 0 0 155 0 0 0 20 0 28 0 3954981 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860849922056 139861322363279 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26842] ppid=26805 vsize=13801768 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26842/stat : 26842 (java) R 26805 26805 15667 0 -1 4202560 165 0 0 0 165 0 0 0 20 0 28 0 3954981 14133010432 56923 33554432000 4194304 4196468 140733337479520 139860848871664 139861316612846 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
Current children cumulated CPU time (s) 20.2
Current children cumulated vsize (KiB) 13811280

[startup+6.30169 s]
/proc/loadavg: 15.50 14.44 12.94 18/299 26842
/proc/meminfo: memFree=31262612/32770624 swapFree=5892/115112

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

[pid=26806/tid=26841] ppid=26805 vsize=13801768 CPUtime=274.64 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26841/stat : 26841 (java) R 26805 26805 15667 0 -1 4202560 1349 0 0 0 27462 2 0 0 20 0 28 0 3954981 14133010432 99262 33554432000 4194304 4196468 140733337479520 139860849921848 139861323736205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26842] ppid=26805 vsize=13801768 CPUtime=274.69 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26842/stat : 26842 (java) R 26805 26805 15667 0 -1 4202560 2043 0 0 0 27466 3 0 0 20 0 28 0 3954981 14133010432 99262 33554432000 4194304 4196468 140733337479520 139860848869064 139861323996914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
Current children cumulated CPU time (s) 2218.05
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+305.502 s]
/proc/loadavg: 16.12 15.46 13.79 10/302 27344
/proc/meminfo: memFree=29519552/32770624 swapFree=5892/115608
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
[pid=26806] ppid=26805 vsize=13801768 CPUtime=2400.33 cores=1,3,5,7,9,11,13,15
/proc/26806/stat : 26806 (java) S 26805 26805 15667 0 -1 1077944320 79399 0 0 0 239712 321 0 0 20 0 28 0 3954899 14133010432 104413 33554432000 4194304 4196468 140733337479520 140733337462064 139861679841015 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
/proc/26806/statm: 3450442 104413 3281 1 0 3437675 0
[pid=26806/tid=26807] ppid=26805 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26807/stat : 26807 (java) S 26805 26805 15667 0 -1 1077944384 6556 0 0 0 75 3 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861684081792 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26809] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26809/stat : 26809 (java) S 26805 26805 15667 0 -1 1077944384 1569 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861651683728 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26810] ppid=26805 vsize=13801768 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26810/stat : 26810 (java) S 26805 26805 15667 0 -1 1077944384 905 0 0 0 100 12 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861278435600 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26811] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26811/stat : 26811 (java) S 26805 26805 15667 0 -1 1077944384 1299 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861277383312 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26812] ppid=26805 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26812/stat : 26812 (java) S 26805 26805 15667 0 -1 1077944384 2661 0 0 0 99 12 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861276330512 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26813] ppid=26805 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26813/stat : 26813 (java) S 26805 26805 15667 0 -1 1077944384 1484 0 0 0 99 11 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861275278224 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26814] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26814/stat : 26814 (java) S 26805 26805 15667 0 -1 1077944384 1616 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861274225424 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26815] ppid=26805 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26815/stat : 26815 (java) S 26805 26805 15667 0 -1 1077944384 1093 0 0 0 97 13 0 0 20 0 28 0 3954901 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861273173136 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26816] ppid=26805 vsize=13801768 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26816/stat : 26816 (java) S 26805 26805 15667 0 -1 1077944384 1880 0 0 0 99 13 0 0 20 0 28 0 3954901 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861272120336 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26817] ppid=26805 vsize=13801768 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26817/stat : 26817 (java) S 26805 26805 15667 0 -1 1077944384 2861 0 0 0 133 173 0 0 20 0 28 0 3954903 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860873726064 139861679852162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26818] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26818/stat : 26818 (java) S 26805 26805 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860872672096 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26819] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26819/stat : 26819 (java) S 26805 26805 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860871619712 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26820] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26820/stat : 26820 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860870568016 139861679859611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26821] ppid=26805 vsize=13801768 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26821/stat : 26821 (java) S 26805 26805 15667 0 -1 1077944384 13324 0 0 0 305 2 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860869515888 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26822] ppid=26805 vsize=13801768 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26822/stat : 26822 (java) S 26805 26805 15667 0 -1 1077944384 10645 0 0 0 303 1 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860868463088 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26823] ppid=26805 vsize=13801768 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26823/stat : 26823 (java) S 26805 26805 15667 0 -1 1077944384 9267 0 0 0 320 1 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860867410800 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26824] ppid=26805 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26824/stat : 26824 (java) S 26805 26805 15667 0 -1 1077944384 6433 0 0 0 98 2 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860866358000 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26825] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26825/stat : 26825 (java) S 26805 26805 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860865304928 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26826] ppid=26805 vsize=13801768 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26826/stat : 26826 (java) S 26805 26805 15667 0 -1 1077944384 234 0 0 0 7 9 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860864252208 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26835] ppid=26805 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26835/stat : 26835 (java) R 26805 26805 15667 0 -1 4202560 2465 0 0 0 29633 3 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860856237016 139861323996766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26836] ppid=26805 vsize=13801768 CPUtime=296.96 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26836/stat : 26836 (java) R 26805 26805 15667 0 -1 4202560 1781 0 0 0 29693 3 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860855185480 139861323818556 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26837] ppid=26805 vsize=13801768 CPUtime=296.95 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26837/stat : 26837 (java) R 26805 26805 15667 0 -1 4202560 2693 0 0 0 29691 4 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860854135456 139861325218658 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26838] ppid=26805 vsize=13801768 CPUtime=296.94 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26838/stat : 26838 (java) R 26805 26805 15667 0 -1 4202560 3085 0 0 0 29690 4 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860853080264 139861323956975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26839] ppid=26805 vsize=13801768 CPUtime=297.05 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26839/stat : 26839 (java) R 26805 26805 15667 0 -1 4202560 1492 0 0 0 29703 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860852027768 139861325218631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26840] ppid=26805 vsize=13801768 CPUtime=297.84 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26840/stat : 26840 (java) R 26805 26805 15667 0 -1 4202560 646 0 0 0 29782 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860850975184 139861323808538 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26841] ppid=26805 vsize=13801768 CPUtime=297.34 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26841/stat : 26841 (java) R 26805 26805 15667 0 -1 4202560 1629 0 0 0 29732 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860849921296 139861323818301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26842] ppid=26805 vsize=13801768 CPUtime=297.39 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26842/stat : 26842 (java) R 26805 26805 15667 0 -1 4202560 2444 0 0 0 29736 3 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860848869064 139861323996766 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
Current children cumulated CPU time (s) 2400.33
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 26806 sig 9
??? kill 26805 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+305.502 s]
/proc/loadavg: 16.12 15.46 13.79 10/302 27344
/proc/meminfo: memFree=29519552/32770624 swapFree=5892/115608
[pid=26805] ppid=26802 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26805/stat : 26805 (xcsp3-exec) S 26802 26805 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3954899 9740288 346 33554432000 4194304 5098028 140734114138608 140734114136712 139923053306492 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 22327296 140734114145422 140734114145632 140734114145632 140734114148331 0
/proc/26805/statm: 2378 346 289 221 0 87 0
[pid=26806] ppid=26805 vsize=13801768 CPUtime=2400.33 cores=1,3,5,7,9,11,13,15
/proc/26806/stat : 26806 (java) S 26805 26805 15667 0 -1 1077944320 79399 0 0 0 239712 321 0 0 20 0 28 0 3954899 14133010432 104413 33554432000 4194304 4196468 140733337479520 140733337462064 139861679841015 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
/proc/26806/statm: 3450442 104413 3281 1 0 3437675 0
[pid=26806/tid=26807] ppid=26805 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26807/stat : 26807 (java) S 26805 26805 15667 0 -1 1077944384 6556 0 0 0 75 3 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861684081792 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26809] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26809/stat : 26809 (java) S 26805 26805 15667 0 -1 1077944384 1569 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861651683728 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26810] ppid=26805 vsize=13801768 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26810/stat : 26810 (java) S 26805 26805 15667 0 -1 1077944384 905 0 0 0 100 12 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861278435600 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26811] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26811/stat : 26811 (java) S 26805 26805 15667 0 -1 1077944384 1299 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861277383312 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26812] ppid=26805 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26812/stat : 26812 (java) S 26805 26805 15667 0 -1 1077944384 2661 0 0 0 99 12 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861276330512 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26813] ppid=26805 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26813/stat : 26813 (java) S 26805 26805 15667 0 -1 1077944384 1484 0 0 0 99 11 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861275278224 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26814] ppid=26805 vsize=13801768 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26814/stat : 26814 (java) S 26805 26805 15667 0 -1 1077944384 1616 0 0 0 100 13 0 0 20 0 28 0 3954900 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861274225424 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26815] ppid=26805 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26815/stat : 26815 (java) S 26805 26805 15667 0 -1 1077944384 1093 0 0 0 97 13 0 0 20 0 28 0 3954901 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861273173136 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26816] ppid=26805 vsize=13801768 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26816/stat : 26816 (java) S 26805 26805 15667 0 -1 1077944384 1880 0 0 0 99 13 0 0 20 0 28 0 3954901 14133010432 104413 33554432000 4194304 4196468 140733337479520 139861272120336 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26817] ppid=26805 vsize=13801768 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26817/stat : 26817 (java) S 26805 26805 15667 0 -1 1077944384 2861 0 0 0 133 173 0 0 20 0 28 0 3954903 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860873726064 139861679852162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26818] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26818/stat : 26818 (java) S 26805 26805 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860872672096 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26819] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26819/stat : 26819 (java) S 26805 26805 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3954904 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860871619712 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26820] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26820/stat : 26820 (java) S 26805 26805 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860870568016 139861679859611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26821] ppid=26805 vsize=13801768 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26821/stat : 26821 (java) S 26805 26805 15667 0 -1 1077944384 13324 0 0 0 305 2 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860869515888 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26822] ppid=26805 vsize=13801768 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26822/stat : 26822 (java) S 26805 26805 15667 0 -1 1077944384 10645 0 0 0 303 1 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860868463088 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26823] ppid=26805 vsize=13801768 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26823/stat : 26823 (java) S 26805 26805 15667 0 -1 1077944384 9267 0 0 0 320 1 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860867410800 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26824] ppid=26805 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26824/stat : 26824 (java) S 26805 26805 15667 0 -1 1077944384 6433 0 0 0 98 2 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860866358000 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26825] ppid=26805 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26825/stat : 26825 (java) S 26805 26805 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860865304928 139861679851221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26826] ppid=26805 vsize=13801768 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26826/stat : 26826 (java) S 26805 26805 15667 0 -1 1077944384 234 0 0 0 7 9 0 0 20 0 28 0 3954908 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860864252208 139861679852162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26835] ppid=26805 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26835/stat : 26835 (java) R 26805 26805 15667 0 -1 4202560 2465 0 0 0 29633 3 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860856237016 139861323996766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26836] ppid=26805 vsize=13801768 CPUtime=296.96 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26836/stat : 26836 (java) R 26805 26805 15667 0 -1 4202560 1781 0 0 0 29693 3 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860855185480 139861323818556 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26837] ppid=26805 vsize=13801768 CPUtime=296.95 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26837/stat : 26837 (java) R 26805 26805 15667 0 -1 4202560 2693 0 0 0 29691 4 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860854135456 139861325218658 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26838] ppid=26805 vsize=13801768 CPUtime=296.94 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26838/stat : 26838 (java) R 26805 26805 15667 0 -1 4202560 3085 0 0 0 29690 4 0 0 20 0 28 0 3954980 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860853080264 139861323956975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26839] ppid=26805 vsize=13801768 CPUtime=297.05 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26839/stat : 26839 (java) R 26805 26805 15667 0 -1 4202560 1492 0 0 0 29703 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860852027768 139861325218631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26840] ppid=26805 vsize=13801768 CPUtime=297.84 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26840/stat : 26840 (java) R 26805 26805 15667 0 -1 4202560 646 0 0 0 29782 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860850975184 139861323808538 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26841] ppid=26805 vsize=13801768 CPUtime=297.34 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26841/stat : 26841 (java) R 26805 26805 15667 0 -1 4202560 1629 0 0 0 29732 2 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860849921296 139861323818301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
[pid=26806/tid=26842] ppid=26805 vsize=13801768 CPUtime=297.39 cores=1,3,5,7,9,11,13,15
/proc/26806/task/26842/stat : 26842 (java) R 26805 26805 15667 0 -1 4202560 2444 0 0 0 29736 3 0 0 20 0 28 0 3954981 14133010432 104413 33554432000 4194304 4196468 140733337479520 139860848869064 139861323996766 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28979200 140733337482428 140733337482604 140733337482604 140733337485263 0
Current children cumulated CPU time (s) 2400.33
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 26805 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=803
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2411
# CPU time returned by wait4() is 0.003214
# while last known CPU time is 2400.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 305.512
CPU time (s): 2400.33
CPU user time (s): 2397.12
CPU system time (s): 3.21
CPU usage (%): 785.673
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000803
system time used= 0.002411
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519
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= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.76936 second user time and 4.78824 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 03:27:32
IDJOB=4246220
IDBENCH=124278
IDSOLVER=2625
FILE ID=node104/4246220-1500686852
RUNJOBID= node104-1500684128-16797
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
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-4246220-1500686852/watcher-4246220-1500686852 -o /tmp/evaluation-result-4246220-1500686852/solver-4246220-1500686852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1222148565 HOME/instance-4246220-1500686852.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=1222148565

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31549824 kB
MemAvailable:   31628220 kB
Buffers:          162604 kB
Cached:           179936 kB
SwapCached:          256 kB
Active:           584336 kB
Inactive:         171416 kB
Active(anon):     368308 kB
Inactive(anon):    56372 kB
Active(file):     216028 kB
Inactive(file):   115044 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105468 kB
Dirty:              8000 kB
Writeback:             0 kB
AnonPages:        413044 kB
Mapped:            42400 kB
Shmem:              8772 kB
Slab:             161352 kB
SReclaimable:     126316 kB
SUnreclaim:        35036 kB
KernelStack:        4896 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1393908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 03:32:38