Trace number 4249427

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 5a (2017-07-05)SAT (TO)3 2400.24 303.512

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax 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-4249427-1500694799.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4249427-1500694799.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
9.50/3.18	c solve instance...
12.78/3.69	o 0 
17.50/4.21	o 1 
72.43/11.17	o 3 
2400.24/303.55	s SATISFIABLE
2400.24/303.55	v <instantiation>
2400.24/303.55	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
2400.24/303.55	v 	<values>3 498 400 0 485 262 252 471 261 250 464 276 253 451 292 250 450 279 269 449 284 265 427 287 284 424 297 278 405 310 281 403 300 259 394 380 0 388 304 276 375 344 276 374 368 252 374 274 273 369 365 250 357 328 275 355 322 0 339 337 321 322 317 275 0 0 0 0 0 0 0 0 0 </values>
2400.24/303.55	v </instantiation>
2400.24/303.55	c Unexpected resolution interruption!

Verifier Data

OK	3

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-4249427-1500694799/watcher-4249427-1500694799 -o /tmp/evaluation-result-4249427-1500694799/solver-4249427-1500694799 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 315165953 HOME/instance-4249427-1500694799.xml 

pid=30680
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: 11.22 13.82 13.49 10/271 30683
/proc/meminfo: memFree=30744296/32770624 swapFree=5860/290228
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 11.22 13.82 13.49 10/271 30683
/proc/meminfo: memFree=30744296/32770624 swapFree=5860/290228
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200293 s]
/proc/loadavg: 11.22 13.82 13.49 10/271 30683
/proc/meminfo: memFree=30744296/32770624 swapFree=5860/290228
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300316 s]
/proc/loadavg: 11.22 13.82 13.49 10/271 30683
/proc/meminfo: memFree=30744296/32770624 swapFree=5860/290228
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700338 s]
/proc/loadavg: 11.22 13.82 13.49 10/271 30683
/proc/meminfo: memFree=30744296/32770624 swapFree=5860/290228
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50096 s]
/proc/loadavg: 11.22 13.82 13.49 18/292 30704
/proc/meminfo: memFree=30520392/32770624 swapFree=5860/290260
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
[pid=30684] ppid=30683 vsize=13269256 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/30684/stat : 30684 (java) S 30683 30683 7411 0 -1 1077944320 19874 0 0 0 354 38 0 0 20 0 20 0 4747308 13587718144 65004 33554432000 4194304 4196468 140726725000384 140726724982928 139653014572791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
/proc/30684/statm: 3317314 65004 3240 1 0 3304547 0
[pid=30684/tid=30685] ppid=30683 vsize=13269256 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30685/stat : 30685 (java) R 30683 30683 7411 0 -1 4202560 7445 0 0 0 135 5 0 0 20 0 20 0 4747308 13587718144 65004 33554432000 4194304 4196468 140726725000384 139653018810048 139653014584726 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30687] ppid=30683 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30687/stat : 30687 (java) S 30683 30683 7411 0 -1 1077944384 108 0 0 0 2 5 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652946709136 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30688] ppid=30683 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30688/stat : 30688 (java) S 30683 30683 7411 0 -1 1077944384 116 0 0 0 2 1 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652945656336 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30689] ppid=30683 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30689/stat : 30689 (java) S 30683 30683 7411 0 -1 1077944384 50 0 0 0 1 2 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652944603536 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30690] ppid=30683 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30690/stat : 30690 (java) S 30683 30683 7411 0 -1 1077944384 90 0 0 0 2 4 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652943550736 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30691] ppid=30683 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30691/stat : 30691 (java) S 30683 30683 7411 0 -1 1077944384 85 0 0 0 2 4 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652609576080 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30692] ppid=30683 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30692/stat : 30692 (java) S 30683 30683 7411 0 -1 1077944384 246 0 0 0 2 4 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652608523280 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30693] ppid=30683 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30693/stat : 30693 (java) S 30683 30683 7411 0 -1 1077944384 76 0 0 0 0 3 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652607470480 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30694] ppid=30683 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30694/stat : 30694 (java) S 30683 30683 7411 0 -1 1077944384 48 0 0 0 1 4 0 0 20 0 20 0 4747309 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652606417680 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30695] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30695/stat : 30695 (java) S 30683 30683 7411 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 20 0 4747311 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652544063856 139653014583938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30696] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30696/stat : 30696 (java) S 30683 30683 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4747312 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652543009824 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30697] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30697/stat : 30697 (java) S 30683 30683 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 4747312 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652541956976 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30698] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30698/stat : 30698 (java) S 30683 30683 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4747316 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652540905296 139653014591387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30699] ppid=30683 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30699/stat : 30699 (java) R 30683 30683 7411 0 -1 1077944384 2819 0 0 0 57 0 0 0 20 0 20 0 4747316 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652203801456 139653014583938 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30700] ppid=30683 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30700/stat : 30700 (java) S 30683 30683 7411 0 -1 1077944384 2875 0 0 0 61 0 0 0 20 0 20 0 4747316 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652202748656 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30701] ppid=30683 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30701/stat : 30701 (java) S 30683 30683 7411 0 -1 1077944384 1515 0 0 0 44 0 0 0 20 0 20 0 4747316 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652201695856 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30702] ppid=30683 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30702/stat : 30702 (java) S 30683 30683 7411 0 -1 1077944384 2824 0 0 0 39 0 0 0 20 0 20 0 4747316 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652200643056 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30703] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30703/stat : 30703 (java) S 30683 30683 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4747317 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652199590496 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30704] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30704/stat : 30704 (java) S 30683 30683 7411 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4747317 13587718144 65004 33554432000 4194304 4196468 140726725000384 139652198537776 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 13278768

[startup+3.10097 s]
/proc/loadavg: 11.04 13.74 13.47 10/293 30712
/proc/meminfo: memFree=30328520/32770624 swapFree=5860/290272
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
[pid=30684] ppid=30683 vsize=13269256 CPUtime=9.5 cores=0,2,4,6,8,10,12,14
/proc/30684/stat : 30684 (java) S 30683 30683 7411 0 -1 1077944320 25152 0 0 0 729 221 0 0 20 0 20 0 4747308 13587718144 181414 33554432000 4194304 4196468 140726725000384 140726724982928 139653014572791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
/proc/30684/statm: 3317314 181414 3258 1 0 3304547 0
[pid=30684/tid=30685] ppid=30683 vsize=13269256 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30685/stat : 30685 (java) R 30683 30683 7411 0 -1 4202560 8100 0 0 0 234 6 0 0 20 0 20 0 4747308 13587718144 181414 33554432000 4194304 4196468 140726725000384 139653018810408 139652626708002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30687] ppid=30683 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30687/stat : 30687 (java) S 30683 30683 7411 0 -1 1077944384 538 0 0 0 35 27 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652946709136 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30688] ppid=30683 vsize=13269256 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30688/stat : 30688 (java) S 30683 30683 7411 0 -1 1077944384 366 0 0 0 35 23 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652945656336 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30689] ppid=30683 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30689/stat : 30689 (java) S 30683 30683 7411 0 -1 1077944384 331 0 0 0 33 24 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652944603536 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30690] ppid=30683 vsize=13269256 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30690/stat : 30690 (java) S 30683 30683 7411 0 -1 1077944384 496 0 0 0 33 27 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652943550736 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30691] ppid=30683 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30691/stat : 30691 (java) S 30683 30683 7411 0 -1 1077944384 403 0 0 0 34 27 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652609576080 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30692] ppid=30683 vsize=13269256 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30692/stat : 30692 (java) S 30683 30683 7411 0 -1 1077944384 671 0 0 0 34 26 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652608523280 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30693] ppid=30683 vsize=13269256 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30693/stat : 30693 (java) S 30683 30683 7411 0 -1 1077944384 346 0 0 0 33 25 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652607470480 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30694] ppid=30683 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30694/stat : 30694 (java) S 30683 30683 7411 0 -1 1077944384 394 0 0 0 34 27 0 0 20 0 20 0 4747309 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652606417680 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30695] ppid=30683 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30695/stat : 30695 (java) S 30683 30683 7411 0 -1 1077944384 1466 0 0 0 3 0 0 0 20 0 20 0 4747311 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652544063856 139653014583938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30696] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30696/stat : 30696 (java) S 30683 30683 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4747312 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652543009888 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30697] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30697/stat : 30697 (java) S 30683 30683 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 4747312 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652541956992 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30698] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30698/stat : 30698 (java) S 30683 30683 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4747316 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652540905296 139653014591387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30699] ppid=30683 vsize=13269256 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30699/stat : 30699 (java) S 30683 30683 7411 0 -1 1077944384 2917 0 0 0 60 0 0 0 20 0 20 0 4747316 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652203801456 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30700] ppid=30683 vsize=13269256 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30700/stat : 30700 (java) S 30683 30683 7411 0 -1 1077944384 2925 0 0 0 64 0 0 0 20 0 20 0 4747316 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652202748656 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30701] ppid=30683 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30701/stat : 30701 (java) S 30683 30683 7411 0 -1 1077944384 1542 0 0 0 45 0 0 0 20 0 20 0 4747316 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652201695856 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30702] ppid=30683 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30702/stat : 30702 (java) S 30683 30683 7411 0 -1 1077944384 3296 0 0 0 47 0 0 0 20 0 20 0 4747316 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652200643056 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30703] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30703/stat : 30703 (java) S 30683 30683 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4747317 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652199590496 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30704] ppid=30683 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30704/stat : 30704 (java) S 30683 30683 7411 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 4747317 13587718144 181414 33554432000 4194304 4196468 140726725000384 139652198537776 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 13278768

[startup+6.30162 s]
/proc/loadavg: 11.04 13.74 13.47 17/301 30736
/proc/meminfo: memFree=29949720/32770624 swapFree=5860/290272
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
[pid=30684] ppid=30683 vsize=13801768 CPUtime=34.13 cores=0,2,4,6,8,10,12,14
/proc/30684/stat : 30684 (java) S 30683 30683 7411 0 -1 1077944320 34945 0 0 0 3189 224 0 0 20 0 28 0 4747308 14133010432 187472 33554432000 4194304 4196468 140726725000384 140726724982928 139653014572791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
/proc/30684/statm: 3450442 187472 3292 1 0 3437675 0
[pid=30684/tid=30685] ppid=30683 vsize=13801768 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30685/stat : 30685 (java) S 30683 30683 7411 0 -1 1077944384 8260 0 0 0 243 7 0 0 20 0 28 0 4747308 14133010432 187472 33554432000 4194304 4196468 140726725000384 139653018813568 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30687] ppid=30683 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30687/stat : 30687 (java) S 30683 30683 7411 0 -1 1077944384 538 0 0 0 35 27 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652946709136 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30688] ppid=30683 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30688/stat : 30688 (java) S 30683 30683 7411 0 -1 1077944384 366 0 0 0 35 23 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652945656336 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30689] ppid=30683 vsize=13801768 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30689/stat : 30689 (java) S 30683 30683 7411 0 -1 1077944384 331 0 0 0 33 24 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652944603536 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30690] ppid=30683 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30690/stat : 30690 (java) S 30683 30683 7411 0 -1 1077944384 496 0 0 0 33 27 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652943550736 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30691] ppid=30683 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30691/stat : 30691 (java) S 30683 30683 7411 0 -1 1077944384 403 0 0 0 34 27 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652609576080 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30692] ppid=30683 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30692/stat : 30692 (java) S 30683 30683 7411 0 -1 1077944384 671 0 0 0 34 26 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652608523280 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30693] ppid=30683 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30693/stat : 30693 (java) S 30683 30683 7411 0 -1 1077944384 346 0 0 0 33 25 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652607470480 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30694] ppid=30683 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30694/stat : 30694 (java) S 30683 30683 7411 0 -1 1077944384 394 0 0 0 34 27 0 0 20 0 28 0 4747309 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652606417680 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30695] ppid=30683 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30695/stat : 30695 (java) S 30683 30683 7411 0 -1 1077944384 1466 0 0 0 3 0 0 0 20 0 28 0 4747311 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652544063856 139653014583938 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30696] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30696/stat : 30696 (java) S 30683 30683 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652543009888 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30697] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30697/stat : 30697 (java) S 30683 30683 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652541956992 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30698] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30698/stat : 30698 (java) S 30683 30683 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4747316 14133010432 187472 33554432000 4194304 4196468 140726725000384 139652540905296 139653014591387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0

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

[pid=30684/tid=30743] ppid=30683 vsize=13801768 CPUtime=269.42 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30743/stat : 30743 (java) R 30683 30683 7411 0 -1 4202560 2244 0 0 0 26941 1 0 0 20 0 28 0 4748434 14133010432 468857 33554432000 4194304 4196468 140726725000384 139652191022904 139652630038192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30744] ppid=30683 vsize=13801768 CPUtime=269.09 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30744/stat : 30744 (java) R 30683 30683 7411 0 -1 4202560 1242 0 0 0 26909 0 0 0 20 0 28 0 4748434 14133010432 468857 33554432000 4194304 4196468 140726725000384 139652183654128 139652629610833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
Current children cumulated CPU time (s) 2231.42
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.502 s]
/proc/loadavg: 15.97 15.11 14.12 17/300 30868
/proc/meminfo: memFree=26377068/32770624 swapFree=5860/290684
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
[pid=30684] ppid=30683 vsize=13801768 CPUtime=2400.24 cores=0,2,4,6,8,10,12,14
/proc/30684/stat : 30684 (java) S 30683 30683 7411 0 -1 1077944320 86727 0 0 0 239588 436 0 0 20 0 28 0 4747308 14133010432 469850 33554432000 4194304 4196468 140726725000384 140726724982928 139653014572791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
/proc/30684/statm: 3450442 469850 3294 1 0 3437675 0
[pid=30684/tid=30685] ppid=30683 vsize=13801768 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30685/stat : 30685 (java) S 30683 30683 7411 0 -1 1077944384 8462 0 0 0 243 7 0 0 20 0 28 0 4747308 14133010432 469850 33554432000 4194304 4196468 140726725000384 139653018813568 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30687] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30687/stat : 30687 (java) S 30683 30683 7411 0 -1 1077944384 1670 0 0 0 60 48 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652946709136 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30688] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30688/stat : 30688 (java) S 30683 30683 7411 0 -1 1077944384 1295 0 0 0 62 46 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652945656336 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30689] ppid=30683 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30689/stat : 30689 (java) S 30683 30683 7411 0 -1 1077944384 1675 0 0 0 57 48 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652944603536 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30690] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30690/stat : 30690 (java) S 30683 30683 7411 0 -1 1077944384 1318 0 0 0 59 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652943550736 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30691] ppid=30683 vsize=13801768 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30691/stat : 30691 (java) S 30683 30683 7411 0 -1 1077944384 1421 0 0 0 62 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652609576080 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30692] ppid=30683 vsize=13801768 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30692/stat : 30692 (java) S 30683 30683 7411 0 -1 1077944384 2286 0 0 0 61 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652608523280 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30693] ppid=30683 vsize=13801768 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30693/stat : 30693 (java) S 30683 30683 7411 0 -1 1077944384 1557 0 0 0 58 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652607470480 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30694] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30694/stat : 30694 (java) S 30683 30683 7411 0 -1 1077944384 1738 0 0 0 59 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652606417680 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30695] ppid=30683 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30695/stat : 30695 (java) S 30683 30683 7411 0 -1 1077944384 4131 0 0 0 6 4 0 0 20 0 28 0 4747311 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652544063856 139653014583938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30696] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30696/stat : 30696 (java) S 30683 30683 7411 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652543009888 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30697] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30697/stat : 30697 (java) S 30683 30683 7411 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652541956992 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30698] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30698/stat : 30698 (java) S 30683 30683 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652540905296 139653014591387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30699] ppid=30683 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30699/stat : 30699 (java) S 30683 30683 7411 0 -1 1077944384 10528 0 0 0 289 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652203801456 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30700] ppid=30683 vsize=13801768 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30700/stat : 30700 (java) S 30683 30683 7411 0 -1 1077944384 11951 0 0 0 272 2 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652202748656 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30701] ppid=30683 vsize=13801768 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30701/stat : 30701 (java) S 30683 30683 7411 0 -1 1077944384 9149 0 0 0 233 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652201695856 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30702] ppid=30683 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30702/stat : 30702 (java) S 30683 30683 7411 0 -1 1077944384 6325 0 0 0 89 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652200643056 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30703] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30703/stat : 30703 (java) S 30683 30683 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4747317 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652199590496 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30704] ppid=30683 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30704/stat : 30704 (java) S 30683 30683 7411 0 -1 1077944384 1090 0 0 0 4 7 0 0 20 0 28 0 4747317 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652198537776 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30737] ppid=30683 vsize=13801768 CPUtime=290.36 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30737/stat : 30737 (java) R 30683 30683 7411 0 -1 4202560 1467 0 0 0 29034 2 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652188916856 139652630857844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30738] ppid=30683 vsize=13801768 CPUtime=288.3 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30738/stat : 30738 (java) R 30683 30683 7411 0 -1 4202560 2511 0 0 0 28828 2 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652189970152 139652629283903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30739] ppid=30683 vsize=13801768 CPUtime=291.23 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30739/stat : 30739 (java) R 30683 30683 7411 0 -1 4202560 2411 0 0 0 29120 3 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652185762816 139652629354155 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30740] ppid=30683 vsize=13801768 CPUtime=289.8 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30740/stat : 30740 (java) R 30683 30683 7411 0 -1 4202560 3742 0 0 0 28976 4 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652184707432 139652630857931 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30741] ppid=30683 vsize=13801768 CPUtime=291.21 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30741/stat : 30741 (java) R 30683 30683 7411 0 -1 4202560 2311 0 0 0 29119 2 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652186812632 139652629610580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30742] ppid=30683 vsize=13801768 CPUtime=291.25 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30742/stat : 30742 (java) R 30683 30683 7411 0 -1 4202560 871 0 0 0 29124 1 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652187865032 139652629610593 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30743] ppid=30683 vsize=13801768 CPUtime=290.21 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30743/stat : 30743 (java) R 30683 30683 7411 0 -1 4202560 2293 0 0 0 29020 1 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652191022776 139652629467505 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30744] ppid=30683 vsize=13801768 CPUtime=290.24 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30744/stat : 30744 (java) R 30683 30683 7411 0 -1 4202560 1307 0 0 0 29024 0 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652183653760 139652630001837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
Current children cumulated CPU time (s) 2400.24
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 30684 sig 9
??? kill 30683 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.502 s]
/proc/loadavg: 15.97 15.11 14.12 17/300 30868
/proc/meminfo: memFree=26377068/32770624 swapFree=5860/290684
[pid=30683] ppid=30680 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30683/stat : 30683 (xcsp3-exec) S 30680 30683 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4747307 9740288 346 33554432000 4194304 5098028 140727122737360 140727122735464 140023177327228 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 12812288 140727122744463 140727122744672 140727122744672 140727122747371 0
/proc/30683/statm: 2378 346 289 221 0 87 0
[pid=30684] ppid=30683 vsize=13801768 CPUtime=2400.24 cores=0,2,4,6,8,10,12,14
/proc/30684/stat : 30684 (java) S 30683 30683 7411 0 -1 1077944320 86727 0 0 0 239588 436 0 0 20 0 28 0 4747308 14133010432 469850 33554432000 4194304 4196468 140726725000384 140726724982928 139653014572791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
/proc/30684/statm: 3450442 469850 3294 1 0 3437675 0
[pid=30684/tid=30685] ppid=30683 vsize=13801768 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30685/stat : 30685 (java) S 30683 30683 7411 0 -1 1077944384 8462 0 0 0 243 7 0 0 20 0 28 0 4747308 14133010432 469850 33554432000 4194304 4196468 140726725000384 139653018813568 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30687] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30687/stat : 30687 (java) S 30683 30683 7411 0 -1 1077944384 1670 0 0 0 60 48 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652946709136 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30688] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30688/stat : 30688 (java) S 30683 30683 7411 0 -1 1077944384 1295 0 0 0 62 46 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652945656336 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30689] ppid=30683 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30689/stat : 30689 (java) S 30683 30683 7411 0 -1 1077944384 1675 0 0 0 57 48 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652944603536 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30690] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30690/stat : 30690 (java) S 30683 30683 7411 0 -1 1077944384 1318 0 0 0 59 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652943550736 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30691] ppid=30683 vsize=13801768 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30691/stat : 30691 (java) S 30683 30683 7411 0 -1 1077944384 1421 0 0 0 62 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652609576080 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30692] ppid=30683 vsize=13801768 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30692/stat : 30692 (java) S 30683 30683 7411 0 -1 1077944384 2286 0 0 0 61 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652608523280 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30693] ppid=30683 vsize=13801768 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30693/stat : 30693 (java) S 30683 30683 7411 0 -1 1077944384 1557 0 0 0 58 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652607470480 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30694] ppid=30683 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30694/stat : 30694 (java) S 30683 30683 7411 0 -1 1077944384 1738 0 0 0 59 49 0 0 20 0 28 0 4747309 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652606417680 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30695] ppid=30683 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30695/stat : 30695 (java) S 30683 30683 7411 0 -1 1077944384 4131 0 0 0 6 4 0 0 20 0 28 0 4747311 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652544063856 139653014583938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30696] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30696/stat : 30696 (java) S 30683 30683 7411 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652543009888 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30697] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30697/stat : 30697 (java) S 30683 30683 7411 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 4747312 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652541956992 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30698] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30698/stat : 30698 (java) S 30683 30683 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652540905296 139653014591387 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30699] ppid=30683 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30699/stat : 30699 (java) S 30683 30683 7411 0 -1 1077944384 10528 0 0 0 289 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652203801456 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30700] ppid=30683 vsize=13801768 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30700/stat : 30700 (java) S 30683 30683 7411 0 -1 1077944384 11951 0 0 0 272 2 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652202748656 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30701] ppid=30683 vsize=13801768 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30701/stat : 30701 (java) S 30683 30683 7411 0 -1 1077944384 9149 0 0 0 233 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652201695856 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30702] ppid=30683 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30702/stat : 30702 (java) S 30683 30683 7411 0 -1 1077944384 6325 0 0 0 89 1 0 0 20 0 28 0 4747316 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652200643056 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30703] ppid=30683 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30703/stat : 30703 (java) S 30683 30683 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4747317 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652199590496 139653014582997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30704] ppid=30683 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30704/stat : 30704 (java) S 30683 30683 7411 0 -1 1077944384 1090 0 0 0 4 7 0 0 20 0 28 0 4747317 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652198537776 139653014583938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30737] ppid=30683 vsize=13801768 CPUtime=290.36 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30737/stat : 30737 (java) R 30683 30683 7411 0 -1 4202560 1467 0 0 0 29034 2 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652188916856 139652630857844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30738] ppid=30683 vsize=13801768 CPUtime=288.3 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30738/stat : 30738 (java) R 30683 30683 7411 0 -1 4202560 2511 0 0 0 28828 2 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652189970152 139652629283903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30739] ppid=30683 vsize=13801768 CPUtime=291.23 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30739/stat : 30739 (java) R 30683 30683 7411 0 -1 4202560 2411 0 0 0 29120 3 0 0 20 0 28 0 4748425 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652185762816 139652629354155 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30740] ppid=30683 vsize=13801768 CPUtime=289.8 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30740/stat : 30740 (java) R 30683 30683 7411 0 -1 4202560 3742 0 0 0 28976 4 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652184707432 139652630857931 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30741] ppid=30683 vsize=13801768 CPUtime=291.21 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30741/stat : 30741 (java) R 30683 30683 7411 0 -1 4202560 2311 0 0 0 29119 2 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652186812632 139652629610580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30742] ppid=30683 vsize=13801768 CPUtime=291.25 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30742/stat : 30742 (java) R 30683 30683 7411 0 -1 4202560 871 0 0 0 29124 1 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652187865032 139652629610593 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30743] ppid=30683 vsize=13801768 CPUtime=290.21 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30743/stat : 30743 (java) R 30683 30683 7411 0 -1 4202560 2293 0 0 0 29020 1 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652191022776 139652629467505 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
[pid=30684/tid=30744] ppid=30683 vsize=13801768 CPUtime=290.24 cores=0,2,4,6,8,10,12,14
/proc/30684/task/30744/stat : 30744 (java) R 30683 30683 7411 0 -1 4202560 1307 0 0 0 29024 0 0 0 20 0 28 0 4748434 14133010432 469850 33554432000 4194304 4196468 140726725000384 139652183653760 139652630001837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19558400 140726725006524 140726725006700 140726725006700 140726725009359 0
Current children cumulated CPU time (s) 2400.24
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 30683 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2036
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1018
# CPU time returned by wait4() is 0.003054
# while last known CPU time is 2400.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.512
CPU time (s): 2400.24
CPU user time (s): 2395.88
CPU system time (s): 4.36
CPU usage (%): 790.821
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002036
system time used= 0.001018
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= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35761 second user time and 4.09194 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 05:39:59
IDJOB=4249427
IDBENCH=136037
IDSOLVER=2626
FILE ID=node131/4249427-1500694799
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.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-4249427-1500694799/watcher-4249427-1500694799 -o /tmp/evaluation-result-4249427-1500694799/solver-4249427-1500694799 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 315165953 HOME/instance-4249427-1500694799.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=315165953

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 1733.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.06
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		: 2133.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.06
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	: 5334.06
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 1867.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.06
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	: 5334.06
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:        30744392 kB
MemAvailable:   30913144 kB
Buffers:          115872 kB
Cached:           335216 kB
SwapCached:            0 kB
Active:          1298388 kB
Inactive:         298908 kB
Active(anon):    1148912 kB
Inactive(anon):     8680 kB
Active(file):     149476 kB
Inactive(file):   290228 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:       1086512 kB
Mapped:            42700 kB
Shmem:              8844 kB
Slab:             123692 kB
SReclaimable:      89768 kB
SUnreclaim:        33924 kB
KernelStack:        4848 kB
PageTables:         7680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2222992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 05:45:03