Trace number 4247897

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)OPT0 21.1893 3.4876

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4247897-1500690929.xml"  -tl '2400s' -p 8 -x 0
0.00/0.22	c [HOME/instance-4247897-1500690929.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
0.00/1.11	c solve instance...
16.78/2.80	o 8 
16.78/2.81	o 5 
16.78/2.82	o 4 
16.78/2.86	o 1 
20.73/3.36	o 0 
20.73/3.36	s OPTIMUM FOUND
20.73/3.36	v <instantiation>
20.73/3.36	v 	<list>q 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] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] </list>
20.73/3.36	v 	<values>7 24 13 0 8 12 1 9 5 16 20 31 27 35 22 33 29 21 25 14 18 7 3 11 15 4 17 28 32 19 6 2 10 23 34 26 30 0 0 0 0 0 0 0 0 0 0 0 </values>
20.73/3.36	v </instantiation>

Verifier Data

OK	0

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

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

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


[startup+0 s]
/proc/loadavg: 16.12 15.69 14.36 10/270 5533
/proc/meminfo: memFree=31477616/32770624 swapFree=5800/278208
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0

[startup+0.100065 s]
/proc/loadavg: 16.12 15.69 14.36 10/270 5533
/proc/meminfo: memFree=31477616/32770624 swapFree=5800/278208
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200367 s]
/proc/loadavg: 16.12 15.69 14.36 10/270 5533
/proc/meminfo: memFree=31477616/32770624 swapFree=5800/278208
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300336 s]
/proc/loadavg: 16.12 15.69 14.36 10/270 5533
/proc/meminfo: memFree=31477616/32770624 swapFree=5800/278208
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700202 s]
/proc/loadavg: 16.12 15.69 14.36 10/270 5533
/proc/meminfo: memFree=31477616/32770624 swapFree=5800/278208
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50103 s]
/proc/loadavg: 16.12 15.69 14.36 13/291 5554
/proc/meminfo: memFree=31362984/32770624 swapFree=5800/278236
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
[pid=5534] ppid=5533 vsize=13801768 CPUtime=6.42 cores=1,3,5,7,9,11,13,15
/proc/5534/stat : 5534 (java) S 5533 5533 7621 0 -1 1077944320 29865 0 0 0 632 10 0 0 20 0 28 0 4360655 14133010432 36528 33554432000 4194304 4196468 140727076171488 140727076154032 140081890176759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
/proc/5534/statm: 3450442 36528 3219 1 0 3437675 0
[pid=5534/tid=5535] ppid=5533 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5535/stat : 5535 (java) S 5533 5533 7621 0 -1 1077944384 8687 0 0 0 105 4 0 0 20 0 28 0 4360656 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081894417536 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5537] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5537/stat : 5537 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081842796944 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5538] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5538/stat : 5538 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081841744144 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5539] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5539/stat : 5539 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081840691856 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5540] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5540/stat : 5540 (java) S 5533 5533 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081839639056 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5541] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5541/stat : 5541 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081838586768 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5542] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5542/stat : 5542 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081837533968 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5543] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5543/stat : 5543 (java) S 5533 5533 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081836481680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5544] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5544/stat : 5544 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081481841680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5545] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5545/stat : 5545 (java) S 5533 5533 7621 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4360659 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081016809584 140081890187906 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5546] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5546/stat : 5546 (java) S 5533 5533 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081015755552 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5547] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5547/stat : 5547 (java) S 5533 5533 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081014703216 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5548] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5548/stat : 5548 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081013651536 140081890195355 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5549] ppid=5533 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5549/stat : 5549 (java) R 5533 5533 7621 0 -1 4202560 3672 0 0 0 88 0 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081012598544 140081870013056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5550] ppid=5533 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5550/stat : 5550 (java) R 5533 5533 7621 0 -1 4202560 4359 0 0 0 89 0 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081011539800 140081874565617 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5551] ppid=5533 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5551/stat : 5551 (java) R 5533 5533 7621 0 -1 4202560 6492 0 0 0 94 1 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081010475728 140081875284430 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5552] ppid=5533 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5552/stat : 5552 (java) S 5533 5533 7621 0 -1 1077944384 4846 0 0 0 71 1 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081009441520 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5553] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5553/stat : 5553 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081008388448 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5554] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5554/stat : 5554 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360665 14133010432 36528 33554432000 4194304 4196468 140727076171488 140081007335728 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 13811280

[startup+3.10124 s]
/proc/loadavg: 16.35 15.75 14.39 18/299 5562
/proc/meminfo: memFree=31338488/32770624 swapFree=5800/278236
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
[pid=5534] ppid=5533 vsize=13801768 CPUtime=19.06 cores=1,3,5,7,9,11,13,15
/proc/5534/stat : 5534 (java) S 5533 5533 7621 0 -1 1077944320 37089 0 0 0 1889 17 0 0 20 0 28 0 4360655 14133010432 56027 33554432000 4194304 4196468 140727076171488 140727076154032 140081890176759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
/proc/5534/statm: 3450442 56027 3265 1 0 3437675 0
[pid=5534/tid=5535] ppid=5533 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5535/stat : 5535 (java) S 5533 5533 7621 0 -1 1077944384 8774 0 0 0 105 4 0 0 20 0 28 0 4360656 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081894417536 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5537] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5537/stat : 5537 (java) S 5533 5533 7621 0 -1 1077944384 549 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081842796944 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5538] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5538/stat : 5538 (java) S 5533 5533 7621 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081841744144 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5539] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5539/stat : 5539 (java) S 5533 5533 7621 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081840691856 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5540] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5540/stat : 5540 (java) S 5533 5533 7621 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081839639056 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5541] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5541/stat : 5541 (java) S 5533 5533 7621 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081838586768 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5542] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5542/stat : 5542 (java) S 5533 5533 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081837533968 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5543] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5543/stat : 5543 (java) S 5533 5533 7621 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081836481680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5544] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5544/stat : 5544 (java) S 5533 5533 7621 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081481841680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5545] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5545/stat : 5545 (java) S 5533 5533 7621 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 28 0 4360659 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081016809584 140081890187906 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5546] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5546/stat : 5546 (java) S 5533 5533 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081015755552 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5547] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5547/stat : 5547 (java) S 5533 5533 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081014703216 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5548] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5548/stat : 5548 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081013651536 140081890195355 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5549] ppid=5533 vsize=13801768 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5549/stat : 5549 (java) R 5533 5533 7621 0 -1 1077944384 5072 0 0 0 208 1 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081012599408 140081890187906 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5550] ppid=5533 vsize=13801768 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5550/stat : 5550 (java) S 5533 5533 7621 0 -1 1077944384 5854 0 0 0 204 1 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081011546608 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5551] ppid=5533 vsize=13801768 CPUtime=2.15 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5551/stat : 5551 (java) S 5533 5533 7621 0 -1 1077944384 7731 0 0 0 214 1 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081010494320 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5552] ppid=5533 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5552/stat : 5552 (java) S 5533 5533 7621 0 -1 1077944384 5604 0 0 0 90 2 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081009441520 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5553] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5553/stat : 5553 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081008388448 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5554] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5554/stat : 5554 (java) S 5533 5533 7621 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 4360665 14133010432 56027 33554432000 4194304 4196468 140727076171488 140081007335728 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
Current children cumulated CPU time (s) 19.06
Current children cumulated vsize (KiB) 13811280

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

[startup+3.20105 s]
/proc/loadavg: 16.35 15.75 14.39 18/299 5562
/proc/meminfo: memFree=31338488/32770624 swapFree=5800/278236
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
[pid=5534] ppid=5533 vsize=13801768 CPUtime=19.86 cores=1,3,5,7,9,11,13,15
/proc/5534/stat : 5534 (java) S 5533 5533 7621 0 -1 1077944320 37103 0 0 0 1969 17 0 0 20 0 28 0 4360655 14133010432 56057 33554432000 4194304 4196468 140727076171488 140727076154032 140081890176759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
/proc/5534/statm: 3450442 56057 3265 1 0 3437675 0
[pid=5534/tid=5535] ppid=5533 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5535/stat : 5535 (java) S 5533 5533 7621 0 -1 1077944384 8774 0 0 0 105 4 0 0 20 0 28 0 4360656 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081894417536 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5537] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5537/stat : 5537 (java) S 5533 5533 7621 0 -1 1077944384 549 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081842796944 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5538] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5538/stat : 5538 (java) S 5533 5533 7621 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081841744144 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5539] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5539/stat : 5539 (java) S 5533 5533 7621 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081840691856 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5540] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5540/stat : 5540 (java) S 5533 5533 7621 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081839639056 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5541] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5541/stat : 5541 (java) S 5533 5533 7621 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081838586768 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5542] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5542/stat : 5542 (java) S 5533 5533 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081837533968 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5543] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5543/stat : 5543 (java) S 5533 5533 7621 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081836481680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5544] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5544/stat : 5544 (java) S 5533 5533 7621 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4360657 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081481841680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5545] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5545/stat : 5545 (java) S 5533 5533 7621 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 28 0 4360659 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081016809584 140081890187906 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5546] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5546/stat : 5546 (java) S 5533 5533 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081015755552 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5547] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5547/stat : 5547 (java) S 5533 5533 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4360660 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081014703216 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5548] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5548/stat : 5548 (java) S 5533 5533 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081013651536 140081890195355 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5549] ppid=5533 vsize=13801768 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5549/stat : 5549 (java) R 5533 5533 7621 0 -1 4202560 5078 0 0 0 212 1 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081012599704 140081867771654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5550] ppid=5533 vsize=13801768 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5550/stat : 5550 (java) R 5533 5533 7621 0 -1 4202560 5854 0 0 0 209 1 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081011532704 140081871365831 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5551] ppid=5533 vsize=13801768 CPUtime=2.17 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5551/stat : 5551 (java) S 5533 5533 7621 0 -1 1077944384 7734 0 0 0 216 1 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081010494320 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5552] ppid=5533 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5552/stat : 5552 (java) S 5533 5533 7621 0 -1 1077944384 5608 0 0 0 90 2 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081009441520 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5553] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5553/stat : 5553 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4360664 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081008388448 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5554] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5554/stat : 5554 (java) S 5533 5533 7621 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 4360665 14133010432 56057 33554432000 4194304 4196468 140727076171488 140081007335728 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (KiB) 13811280

[startup+3.4169 s]
/proc/loadavg: 16.35 15.75 14.39 20/299 5594
/proc/meminfo: memFree=31262908/32770624 swapFree=5800/278236
[pid=5533] ppid=5530 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5533/stat : 5533 (xcsp3-exec) S 5530 5533 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4360655 9740288 346 33554432000 4194304 5098028 140736063213872 140736063211976 140192651219580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 38612992 140736063218831 140736063219040 140736063219040 140736063221739 0
/proc/5533/statm: 2378 346 289 221 0 87 0
[pid=5534] ppid=5533 vsize=13801768 CPUtime=21.17 cores=1,3,5,7,9,11,13,15
/proc/5534/stat : 5534 (java) S 5533 5533 7621 0 -1 1077944320 37398 0 0 0 2100 17 0 0 20 0 18 0 4360655 14133010432 56113 33554432000 4194304 4196468 140727076171488 140727076154032 140081890176759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
/proc/5534/statm: 3450442 56113 3273 1 0 3437675 0
[pid=5534/tid=5535] ppid=5533 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5535/stat : 5535 (java) D 5533 5533 7621 0 -1 4202560 8817 0 0 0 105 4 0 0 20 0 18 0 4360656 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081894419768 140081882862391 0 0 0 16800975 18446744072100609157 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5537] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5537/stat : 5537 (java) S 5533 5533 7621 0 -1 1077944384 549 0 0 0 1 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081842796944 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5538] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5538/stat : 5538 (java) S 5533 5533 7621 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081841744144 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5539] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5539/stat : 5539 (java) S 5533 5533 7621 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081840691856 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5540] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5540/stat : 5540 (java) S 5533 5533 7621 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081839639056 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5541] ppid=5533 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5541/stat : 5541 (java) S 5533 5533 7621 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081838586768 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5542] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5542/stat : 5542 (java) S 5533 5533 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081837533968 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5543] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5543/stat : 5543 (java) S 5533 5533 7621 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081836481680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5544] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5544/stat : 5544 (java) S 5533 5533 7621 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 18 0 4360657 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081481841680 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5546] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5546/stat : 5546 (java) S 5533 5533 7621 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 4360660 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081015755552 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5547] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5547/stat : 5547 (java) S 5533 5533 7621 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 4360660 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081014703216 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5548] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5548/stat : 5548 (java) S 5533 5533 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081013650304 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5549] ppid=5533 vsize=13801768 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5549/stat : 5549 (java) S 5533 5533 7621 0 -1 1077944384 5089 0 0 0 220 1 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081012579888 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5550] ppid=5533 vsize=13801768 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5550/stat : 5550 (java) S 5533 5533 7621 0 -1 1077944384 5870 0 0 0 223 1 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081011526064 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5551] ppid=5533 vsize=13801768 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5551/stat : 5551 (java) S 5533 5533 7621 0 -1 1077944384 7746 0 0 0 226 1 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081010473776 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5552] ppid=5533 vsize=13801768 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5552/stat : 5552 (java) S 5533 5533 7621 0 -1 1077944384 5662 0 0 0 94 2 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081009441520 140081890187906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
[pid=5534/tid=5553] ppid=5533 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5534/task/5553/stat : 5553 (java) S 5533 5533 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 4360664 14133010432 56113 33554432000 4194304 4196468 140727076171488 140081008388448 140081890186965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19959808 140727076177084 140727076177260 140727076177260 140727076179919 0
Current children cumulated CPU time (s) 21.17
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 3.4876
CPU time (s): 21.1893
CPU user time (s): 21.0088
CPU system time (s): 0.180491
CPU usage (%): 607.56
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0088
system time used= 0.180491
maximum resident set size= 225160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3638
involuntary context switches= 2168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029329 second user time and 0.056765 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 04:35:29
IDJOB=4247897
IDBENCH=130609
IDSOLVER=2625
FILE ID=node124/4247897-1500690929
RUNJOBID= node124-1500683887-7653
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-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-4247897-1500690929/watcher-4247897-1500690929 -o /tmp/evaluation-result-4247897-1500690929/solver-4247897-1500690929 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 801926577 HOME/instance-4247897-1500690929.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=801926577

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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31477404 kB
MemAvailable:   31631076 kB
Buffers:          112304 kB
Cached:           324288 kB
SwapCached:            0 kB
Active:           578164 kB
Inactive:         286952 kB
Active(anon):     431308 kB
Inactive(anon):     8744 kB
Active(file):     146856 kB
Inactive(file):   278208 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:        509304 kB
Mapped:            42604 kB
Shmem:              8840 kB
Slab:             123124 kB
SReclaimable:      88884 kB
SUnreclaim:        34240 kB
KernelStack:        5152 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1364140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 61992 MiB
End job on node124 at 2017-07-22 04:35:33