Trace number 4246750

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)SAT (TO)148 2400.56 758.312

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246750-1500688026.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246750-1500688026.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
8.27/2.17	c solve instance...
28.25/4.77	o 181 
41.97/11.07	o 177 
197.56/118.64	o 174 
213.96/120.73	o 169 
462.81/228.97	o 168 
598.33/321.33	o 167 
806.79/363.50	o 161 
860.88/370.35	o 160 
874.47/372.15	o 159 
1322.00/500.22	o 156 
2092.67/643.93	o 151 
2237.02/737.78	o 148 
2400.56/758.34	s SATISFIABLE
2400.56/758.34	v <instantiation>
2400.56/758.34	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] </list>
2400.56/758.34	v 	<values>0 1 3 7 12 25 39 54 62 82 103 122 138 148 </values>
2400.56/758.34	v </instantiation>
2400.56/758.34	c Unexpected resolution interruption!

Verifier Data

OK	148

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-4246750-1500688026/watcher-4246750-1500688026 -o /tmp/evaluation-result-4246750-1500688026/solver-4246750-1500688026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1618330230 HOME/instance-4246750-1500688026.xml 

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

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


[startup+0 s]
/proc/loadavg: 15.49 15.40 15.18 10/271 1773
/proc/meminfo: memFree=29880564/32770624 swapFree=5800/244492
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0

[startup+0.100135 s]
/proc/loadavg: 15.49 15.40 15.18 10/271 1773
/proc/meminfo: memFree=29880564/32770624 swapFree=5800/244492
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200282 s]
/proc/loadavg: 15.49 15.40 15.18 10/271 1773
/proc/meminfo: memFree=29880564/32770624 swapFree=5800/244492
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300263 s]
/proc/loadavg: 15.49 15.40 15.18 10/271 1773
/proc/meminfo: memFree=29880564/32770624 swapFree=5800/244492
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700166 s]
/proc/loadavg: 15.49 15.40 15.18 10/271 1773
/proc/meminfo: memFree=29880564/32770624 swapFree=5800/244492
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50122 s]
/proc/loadavg: 15.49 15.40 15.18 14/292 1794
/proc/meminfo: memFree=29729204/32770624 swapFree=5800/244852
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
[pid=1774] ppid=1773 vsize=13269256 CPUtime=5.7 cores=0,2,4,6,8,10,12,14
/proc/1774/stat : 1774 (java) S 1773 1773 7621 0 -1 1077944320 23147 0 0 0 524 46 0 0 20 0 20 0 4070352 13587718144 67918 33554432000 4194304 4196468 140721917168656 140721917151200 139833384759031 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
/proc/1774/statm: 3317314 68430 3252 1 0 3304547 0
[pid=1774/tid=1775] ppid=1773 vsize=13269256 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1775/stat : 1775 (java) S 1773 1773 7621 0 -1 1077944384 8294 0 0 0 131 6 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833388995904 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1777] ppid=1773 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1777/stat : 1777 (java) R 1773 1773 7621 0 -1 4202560 75 0 0 0 4 4 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833337379416 139833369786905 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1778] ppid=1773 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1778/stat : 1778 (java) R 1773 1773 7621 0 -1 4202560 142 0 0 0 4 5 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833336326616 139833369786914 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1779] ppid=1773 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1779/stat : 1779 (java) R 1773 1773 7621 0 -1 4202560 38 0 0 0 3 5 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833335274328 139833369786896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1780] ppid=1773 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1780/stat : 1780 (java) R 1773 1773 7621 0 -1 4202560 37 0 0 0 3 3 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833334221528 139833369786905 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1781] ppid=1773 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1781/stat : 1781 (java) R 1773 1773 7621 0 -1 4202560 47 0 0 0 4 5 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833333169240 139833377863679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1782] ppid=1773 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1782/stat : 1782 (java) R 1773 1773 7621 0 -1 4202560 47 0 0 0 4 5 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139833332116440 139833369786905 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1783] ppid=1773 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1783/stat : 1783 (java) R 1773 1773 7621 0 -1 4202560 81 0 0 0 4 5 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832977718616 139833369786905 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1784] ppid=1773 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1784/stat : 1784 (java) R 1773 1773 7621 0 -1 4202560 37 0 0 0 3 3 0 0 20 0 20 0 4070353 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832976665504 139833377863739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1785] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1785/stat : 1785 (java) S 1773 1773 7621 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 20 0 4070356 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832847041184 139833384769237 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1786] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1786/stat : 1786 (java) S 1773 1773 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4070356 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832845988640 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1787] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1787/stat : 1787 (java) S 1773 1773 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4070357 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832844936304 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1788] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1788/stat : 1788 (java) S 1773 1773 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832843884624 139833384777627 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1789] ppid=1773 vsize=13269256 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1789/stat : 1789 (java) S 1773 1773 7621 0 -1 1077944384 3741 0 0 0 98 1 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832842817488 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1790] ppid=1773 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1790/stat : 1790 (java) S 1773 1773 7621 0 -1 1077944384 3263 0 0 0 94 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832841766656 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1791] ppid=1773 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1791/stat : 1791 (java) S 1773 1773 7621 0 -1 1077944384 3020 0 0 0 94 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832840718688 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1792] ppid=1773 vsize=13269256 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1792/stat : 1792 (java) S 1773 1773 7621 0 -1 1077944384 2841 0 0 0 71 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832839674608 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1793] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1793/stat : 1793 (java) S 1773 1773 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832838621536 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1794] ppid=1773 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1794/stat : 1794 (java) S 1773 1773 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4070361 13587718144 68430 33554432000 4194304 4196468 140721917168656 139832837568816 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 13278768

[startup+3.10115 s]
/proc/loadavg: 15.49 15.40 15.18 13/292 1794
/proc/meminfo: memFree=29416744/32770624 swapFree=5800/244852
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
[pid=1774] ppid=1773 vsize=13801768 CPUtime=15.58 cores=0,2,4,6,8,10,12,14
/proc/1774/stat : 1774 (java) S 1773 1773 7621 0 -1 1077944320 29076 0 0 0 1415 143 0 0 20 0 28 0 4070352 14133010432 144050 33554432000 4194304 4196468 140721917168656 140721917151200 139833384759031 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
/proc/1774/statm: 3450442 144050 3279 1 0 3437675 0
[pid=1774/tid=1775] ppid=1773 vsize=13801768 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1775/stat : 1775 (java) S 1773 1773 7621 0 -1 1077944384 8453 0 0 0 188 8 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833388999808 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1777] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1777/stat : 1777 (java) S 1773 1773 7621 0 -1 1077944384 170 0 0 0 16 15 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833337379216 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1778] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1778/stat : 1778 (java) S 1773 1773 7621 0 -1 1077944384 233 0 0 0 17 16 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833336326416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1779] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1779/stat : 1779 (java) S 1773 1773 7621 0 -1 1077944384 136 0 0 0 15 16 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833335274128 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1780] ppid=1773 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1780/stat : 1780 (java) S 1773 1773 7621 0 -1 1077944384 132 0 0 0 17 13 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833334221328 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1781] ppid=1773 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1781/stat : 1781 (java) S 1773 1773 7621 0 -1 1077944384 153 0 0 0 16 16 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833333169040 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1782] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1782/stat : 1782 (java) S 1773 1773 7621 0 -1 1077944384 151 0 0 0 16 17 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139833332116240 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1783] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1783/stat : 1783 (java) S 1773 1773 7621 0 -1 1077944384 173 0 0 0 17 16 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832977718416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1784] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1784/stat : 1784 (java) S 1773 1773 7621 0 -1 1077944384 129 0 0 0 17 14 0 0 20 0 28 0 4070353 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832976665616 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1785] ppid=1773 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1785/stat : 1785 (java) S 1773 1773 7621 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 28 0 4070356 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832847042672 139833384770178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1786] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1786/stat : 1786 (java) S 1773 1773 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4070356 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832845988704 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1787] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1787/stat : 1787 (java) S 1773 1773 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4070357 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832844936320 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1788] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1788/stat : 1788 (java) S 1773 1773 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832843884624 139833384777627 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1789] ppid=1773 vsize=13801768 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1789/stat : 1789 (java) R 1773 1773 7621 0 -1 4202560 4684 0 0 0 189 1 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832842818864 139833362776040 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1790] ppid=1773 vsize=13801768 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1790/stat : 1790 (java) R 1773 1773 7621 0 -1 4202560 4199 0 0 0 182 0 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832841778800 139833362353809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1791] ppid=1773 vsize=13801768 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1791/stat : 1791 (java) R 1773 1773 7621 0 -1 4202560 4553 0 0 0 175 1 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832840712016 139833377048384 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1792] ppid=1773 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1792/stat : 1792 (java) S 1773 1773 7621 0 -1 1077944384 3296 0 0 0 93 0 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832839674608 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1793] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1793/stat : 1793 (java) S 1773 1773 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832838621536 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1794] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1794/stat : 1794 (java) S 1773 1773 7621 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832837568816 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1795] ppid=1773 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1795/stat : 1795 (java) R 1773 1773 7621 0 -1 4202560 292 0 0 0 66 0 0 0 20 0 28 0 4070573 14133010432 144050 33554432000 4194304 4196468 140721917168656 139832829556248 139833020616996 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 13811280

[startup+6.3015 s]
/proc/loadavg: 15.37 15.37 15.18 10/300 1810
/proc/meminfo: memFree=29227400/32770624 swapFree=5800/244864
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
[pid=1774] ppid=1773 vsize=13801768 CPUtime=32.07 cores=0,2,4,6,8,10,12,14
/proc/1774/stat : 1774 (java) S 1773 1773 7621 0 -1 1077944320 36643 0 0 0 3057 150 0 0 20 0 28 0 4070352 14133010432 189370 33554432000 4194304 4196468 140721917168656 140721917151200 139833384759031 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
/proc/1774/statm: 3450442 189370 3284 1 0 3437675 0
[pid=1774/tid=1775] ppid=1773 vsize=13801768 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1775/stat : 1775 (java) S 1773 1773 7621 0 -1 1077944384 8510 0 0 0 188 8 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833388999808 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1777] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1777/stat : 1777 (java) S 1773 1773 7621 0 -1 1077944384 170 0 0 0 16 15 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833337379216 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1778] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1778/stat : 1778 (java) S 1773 1773 7621 0 -1 1077944384 233 0 0 0 17 16 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833336326416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1779] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1779/stat : 1779 (java) S 1773 1773 7621 0 -1 1077944384 136 0 0 0 15 16 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833335274128 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1780] ppid=1773 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1780/stat : 1780 (java) S 1773 1773 7621 0 -1 1077944384 132 0 0 0 17 13 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833334221328 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1781] ppid=1773 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1781/stat : 1781 (java) S 1773 1773 7621 0 -1 1077944384 153 0 0 0 16 16 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833333169040 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1782] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1782/stat : 1782 (java) S 1773 1773 7621 0 -1 1077944384 151 0 0 0 16 17 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139833332116240 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1783] ppid=1773 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1783/stat : 1783 (java) S 1773 1773 7621 0 -1 1077944384 173 0 0 0 17 16 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139832977718416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1784] ppid=1773 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1784/stat : 1784 (java) S 1773 1773 7621 0 -1 1077944384 129 0 0 0 17 14 0 0 20 0 28 0 4070353 14133010432 189370 33554432000 4194304 4196468 140721917168656 139832976665616 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1785] ppid=1773 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1785/stat : 1785 (java) S 1773 1773 7621 0 -1 1077944384 776 0 0 0 1 0 0 0 20 0 28 0 4070356 14133010432 189370 33554432000 4194304 4196468 140721917168656 139832847042672 139833384770178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1786] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1786/stat : 1786 (java) S 1773 1773 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4070356 14133010432 189370 33554432000 4194304 4196468 140721917168656 139832845988704 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1787] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1787/stat : 1787 (java) S 1773 1773 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4070357 14133010432 189370 33554432000 4194304 4196468 140721917168656 139832844936320 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0

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

[pid=1774/tid=2263] ppid=1773 vsize=13801768 CPUtime=58.17 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2263/stat : 2263 (java) R 1773 1773 7621 0 -1 4202560 4129 0 0 0 5816 1 0 0 20 0 28 0 4134745 14133010432 634588 33554432000 4194304 4196468 140721917168656 139832827451008 139833021785405 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2264] ppid=1773 vsize=13801768 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2264/stat : 2264 (java) S 1773 1773 7621 0 -1 1077944384 289 0 0 0 733 0 0 0 20 0 28 0 4134745 14133010432 634588 33554432000 4194304 4196468 140721917168656 139832826401488 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
Current children cumulated CPU time (s) 2201.62
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+758.302 s]
/proc/loadavg: 4.88 6.59 10.48 10/291 2274
/proc/meminfo: memFree=18568076/32770624 swapFree=5800/274696
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
[pid=1774] ppid=1773 vsize=13801768 CPUtime=2400.56 cores=0,2,4,6,8,10,12,14
/proc/1774/stat : 1774 (java) S 1773 1773 7621 0 -1 1077944320 273991 0 0 0 239700 356 0 0 20 0 28 0 4070352 14133010432 634602 33554432000 4194304 4196468 140721917168656 140721917151200 139833384759031 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
/proc/1774/statm: 3450442 634602 3308 1 0 3437675 0
[pid=1774/tid=1775] ppid=1773 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1775/stat : 1775 (java) S 1773 1773 7621 0 -1 1077944384 10416 0 0 0 189 8 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833388999808 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1777] ppid=1773 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1777/stat : 1777 (java) S 1773 1773 7621 0 -1 1077944384 6242 0 0 0 169 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833337379216 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1778] ppid=1773 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1778/stat : 1778 (java) S 1773 1773 7621 0 -1 1077944384 4257 0 0 0 175 30 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833336326416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1779] ppid=1773 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1779/stat : 1779 (java) S 1773 1773 7621 0 -1 1077944384 3846 0 0 0 167 34 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833335274128 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1780] ppid=1773 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1780/stat : 1780 (java) S 1773 1773 7621 0 -1 1077944384 4278 0 0 0 175 29 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833334221328 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1781] ppid=1773 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1781/stat : 1781 (java) S 1773 1773 7621 0 -1 1077944384 4891 0 0 0 175 32 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833333169040 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1782] ppid=1773 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1782/stat : 1782 (java) S 1773 1773 7621 0 -1 1077944384 3536 0 0 0 170 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833332116240 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1783] ppid=1773 vsize=13801768 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1783/stat : 1783 (java) S 1773 1773 7621 0 -1 1077944384 5810 0 0 0 173 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832977718416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1784] ppid=1773 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1784/stat : 1784 (java) S 1773 1773 7621 0 -1 1077944384 3645 0 0 0 172 31 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832976665616 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1785] ppid=1773 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1785/stat : 1785 (java) S 1773 1773 7621 0 -1 1077944384 10670 0 0 0 76 6 0 0 20 0 28 0 4070356 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832847042672 139833384770178 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1786] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1786/stat : 1786 (java) S 1773 1773 7621 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4070356 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832845988704 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1787] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1787/stat : 1787 (java) S 1773 1773 7621 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 28 0 4070357 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832844936320 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1788] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1788/stat : 1788 (java) S 1773 1773 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832843884624 139833384777627 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1789] ppid=1773 vsize=13801768 CPUtime=4.84 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1789/stat : 1789 (java) S 1773 1773 7621 0 -1 1077944384 26339 0 0 0 480 4 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832842832496 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1790] ppid=1773 vsize=13801768 CPUtime=4.29 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1790/stat : 1790 (java) S 1773 1773 7621 0 -1 1077944384 25796 0 0 0 426 3 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832841779696 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1791] ppid=1773 vsize=13801768 CPUtime=5.11 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1791/stat : 1791 (java) S 1773 1773 7621 0 -1 1077944384 30110 0 0 0 506 5 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832840727408 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1792] ppid=1773 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1792/stat : 1792 (java) S 1773 1773 7621 0 -1 1077944384 22559 0 0 0 139 4 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832839674608 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1793] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1793/stat : 1793 (java) S 1773 1773 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832838621536 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1794] ppid=1773 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1794/stat : 1794 (java) S 1773 1773 7621 0 -1 1077944384 3542 0 0 0 27 21 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832837568816 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2267] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2267/stat : 2267 (java) R 1773 1773 7621 0 -1 4202560 493 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832825342904 139833020582183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2268] ppid=1773 vsize=13801768 CPUtime=20.5 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2268/stat : 2268 (java) R 1773 1773 7621 0 -1 4202560 493 0 0 0 2050 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832828501696 139833020286344 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2269] ppid=1773 vsize=13801768 CPUtime=20.11 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2269/stat : 2269 (java) R 1773 1773 7621 0 -1 4202560 511 0 0 0 2011 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832823234104 139833020582275 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2270] ppid=1773 vsize=13801768 CPUtime=20.44 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2270/stat : 2270 (java) R 1773 1773 7621 0 -1 4202560 894 0 0 0 2044 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832827450056 139833020768487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2271] ppid=1773 vsize=13801768 CPUtime=20.5 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2271/stat : 2271 (java) R 1773 1773 7621 0 -1 4202560 638 0 0 0 2050 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832822186408 139833020438051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2272] ppid=1773 vsize=13801768 CPUtime=20.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2272/stat : 2272 (java) R 1773 1773 7621 0 -1 4202560 337 0 0 0 2031 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832824291624 139833021512530 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2273] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2273/stat : 2273 (java) R 1773 1773 7621 0 -1 4202560 898 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832826397240 139833021513418 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2274] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2274/stat : 2274 (java) R 1773 1773 7621 0 -1 4202560 538 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832829554072 139833020582281 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
Current children cumulated CPU time (s) 2400.56
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 1774 sig 9
??? kill 1773 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+758.302 s]
/proc/loadavg: 4.88 6.59 10.48 10/291 2274
/proc/meminfo: memFree=18568076/32770624 swapFree=5800/274696
[pid=1773] ppid=1770 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1773/stat : 1773 (xcsp3-exec) S 1770 1773 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4070352 9740288 346 33554432000 4194304 5098028 140726036335952 140726036334056 139689492161148 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 7806976 140726036341902 140726036342112 140726036342112 140726036344811 0
/proc/1773/statm: 2378 346 289 221 0 87 0
[pid=1774] ppid=1773 vsize=13801768 CPUtime=2400.56 cores=0,2,4,6,8,10,12,14
/proc/1774/stat : 1774 (java) S 1773 1773 7621 0 -1 1077944320 273991 0 0 0 239700 356 0 0 20 0 28 0 4070352 14133010432 634602 33554432000 4194304 4196468 140721917168656 140721917151200 139833384759031 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
/proc/1774/statm: 3450442 634602 3308 1 0 3437675 0
[pid=1774/tid=1775] ppid=1773 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1775/stat : 1775 (java) S 1773 1773 7621 0 -1 1077944384 10416 0 0 0 189 8 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833388999808 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1777] ppid=1773 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1777/stat : 1777 (java) S 1773 1773 7621 0 -1 1077944384 6242 0 0 0 169 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833337379216 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1778] ppid=1773 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1778/stat : 1778 (java) S 1773 1773 7621 0 -1 1077944384 4257 0 0 0 175 30 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833336326416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1779] ppid=1773 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1779/stat : 1779 (java) S 1773 1773 7621 0 -1 1077944384 3846 0 0 0 167 34 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833335274128 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1780] ppid=1773 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1780/stat : 1780 (java) S 1773 1773 7621 0 -1 1077944384 4278 0 0 0 175 29 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833334221328 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1781] ppid=1773 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1781/stat : 1781 (java) S 1773 1773 7621 0 -1 1077944384 4891 0 0 0 175 32 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833333169040 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1782] ppid=1773 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1782/stat : 1782 (java) S 1773 1773 7621 0 -1 1077944384 3536 0 0 0 170 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139833332116240 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1783] ppid=1773 vsize=13801768 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1783/stat : 1783 (java) S 1773 1773 7621 0 -1 1077944384 5810 0 0 0 173 33 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832977718416 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1784] ppid=1773 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1784/stat : 1784 (java) S 1773 1773 7621 0 -1 1077944384 3645 0 0 0 172 31 0 0 20 0 28 0 4070353 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832976665616 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1785] ppid=1773 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1785/stat : 1785 (java) S 1773 1773 7621 0 -1 1077944384 10670 0 0 0 76 6 0 0 20 0 28 0 4070356 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832847042672 139833384770178 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1786] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1786/stat : 1786 (java) S 1773 1773 7621 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4070356 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832845988704 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1787] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1787/stat : 1787 (java) S 1773 1773 7621 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 28 0 4070357 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832844936320 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1788] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1788/stat : 1788 (java) S 1773 1773 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832843884624 139833384777627 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1789] ppid=1773 vsize=13801768 CPUtime=4.84 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1789/stat : 1789 (java) S 1773 1773 7621 0 -1 1077944384 26339 0 0 0 480 4 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832842832496 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1790] ppid=1773 vsize=13801768 CPUtime=4.29 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1790/stat : 1790 (java) S 1773 1773 7621 0 -1 1077944384 25796 0 0 0 426 3 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832841779696 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1791] ppid=1773 vsize=13801768 CPUtime=5.11 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1791/stat : 1791 (java) S 1773 1773 7621 0 -1 1077944384 30110 0 0 0 506 5 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832840727408 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1792] ppid=1773 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1792/stat : 1792 (java) S 1773 1773 7621 0 -1 1077944384 22559 0 0 0 139 4 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832839674608 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1793] ppid=1773 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1793/stat : 1793 (java) S 1773 1773 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832838621536 139833384769237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=1794] ppid=1773 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/1774/task/1794/stat : 1794 (java) S 1773 1773 7621 0 -1 1077944384 3542 0 0 0 27 21 0 0 20 0 28 0 4070361 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832837568816 139833384770178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2267] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2267/stat : 2267 (java) R 1773 1773 7621 0 -1 4202560 493 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832825342904 139833020582183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2268] ppid=1773 vsize=13801768 CPUtime=20.5 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2268/stat : 2268 (java) R 1773 1773 7621 0 -1 4202560 493 0 0 0 2050 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832828501696 139833020286344 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2269] ppid=1773 vsize=13801768 CPUtime=20.11 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2269/stat : 2269 (java) R 1773 1773 7621 0 -1 4202560 511 0 0 0 2011 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832823234104 139833020582275 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2270] ppid=1773 vsize=13801768 CPUtime=20.44 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2270/stat : 2270 (java) R 1773 1773 7621 0 -1 4202560 894 0 0 0 2044 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832827450056 139833020768487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2271] ppid=1773 vsize=13801768 CPUtime=20.5 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2271/stat : 2271 (java) R 1773 1773 7621 0 -1 4202560 638 0 0 0 2050 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832822186408 139833020438051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2272] ppid=1773 vsize=13801768 CPUtime=20.31 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2272/stat : 2272 (java) R 1773 1773 7621 0 -1 4202560 337 0 0 0 2031 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832824291624 139833021512530 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2273] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2273/stat : 2273 (java) R 1773 1773 7621 0 -1 4202560 898 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832826397240 139833021513418 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
[pid=1774/tid=2274] ppid=1773 vsize=13801768 CPUtime=20.49 cores=0,2,4,6,8,10,12,14
/proc/1774/task/2274/stat : 2274 (java) R 1773 1773 7621 0 -1 4202560 538 0 0 0 2049 0 0 0 20 0 28 0 4144130 14133010432 634602 33554432000 4194304 4196468 140721917168656 139832829554072 139833020582281 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17395712 140721917170876 140721917171052 140721917171052 140721917173711 0
Current children cumulated CPU time (s) 2400.56
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 1773 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1044
# CPU time returned by wait4() is 0.003132
# while last known CPU time is 2400.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 758.312
CPU time (s): 2400.56
CPU user time (s): 2397
CPU system time (s): 3.56
CPU usage (%): 316.566
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002088
system time used= 0.001044
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 6.57681 second user time and 8.59691 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 03:47:06
IDJOB=4246750
IDBENCH=126232
IDSOLVER=2625
FILE ID=node124/4246750-1500688026
RUNJOBID= node124-1500683887-7652
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-14-a4.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-4246750-1500688026/watcher-4246750-1500688026 -o /tmp/evaluation-result-4246750-1500688026/solver-4246750-1500688026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1618330230 HOME/instance-4246750-1500688026.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=1618330230

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

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.16
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		: 2668.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:        29881340 kB
MemAvailable:   29932992 kB
Buffers:           53164 kB
Cached:           309020 kB
SwapCached:            0 kB
Active:          2259528 kB
Inactive:         253248 kB
Active(anon):    2153268 kB
Inactive(anon):     8756 kB
Active(file):     106260 kB
Inactive(file):   244492 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:       2330900 kB
Mapped:            42664 kB
Shmem:              8872 kB
Slab:              66876 kB
SReclaimable:      33468 kB
SUnreclaim:        33408 kB
KernelStack:        5168 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3045784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2215936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61932 MiB
End job on node124 at 2017-07-22 03:59:44