Trace number 4245319

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)SAT 11.343 1.88525

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-48.xml
MD5SUMfdc0acb1128a6a46ad14275048f2788c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.6242299
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":35}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":35}]
Minimum constraint arity35
Maximum constraint arity35
Distribution of constraint arities[{"arity":35,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245319-1500685649.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4245319-1500685649.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.51	c solve instance...
10.94/1.84	s SATISFIABLE
10.94/1.84	v <instantiation>
10.94/1.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] 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] </list>
10.94/1.84	v 	<values>0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 </values>
10.94/1.84	v </instantiation>

Verifier Data

OK	

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-4245319-1500685649/watcher-4245319-1500685649 -o /tmp/evaluation-result-4245319-1500685649/solver-4245319-1500685649 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 686579637 HOME/instance-4245319-1500685649.xml 

pid=31841
running on 8 cores: 0-3,8-11

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.07 16.16 15.45 10/275 31844
/proc/meminfo: memFree=30526088/32770624 swapFree=5944/213520
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0

[startup+0.100129 s]
/proc/loadavg: 16.07 16.16 15.45 10/275 31844
/proc/meminfo: memFree=30526088/32770624 swapFree=5944/213520
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200333 s]
/proc/loadavg: 16.07 16.16 15.45 10/275 31844
/proc/meminfo: memFree=30526088/32770624 swapFree=5944/213520
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300255 s]
/proc/loadavg: 16.07 16.16 15.45 10/275 31844
/proc/meminfo: memFree=30526088/32770624 swapFree=5944/213520
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700207 s]
/proc/loadavg: 16.07 16.16 15.45 10/275 31844
/proc/meminfo: memFree=30526088/32770624 swapFree=5944/213520
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50154 s]
/proc/loadavg: 16.07 16.16 15.45 19/304 31873
/proc/meminfo: memFree=30437516/32770624 swapFree=5944/213564
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
[pid=31845] ppid=31844 vsize=13801768 CPUtime=8.57 cores=0-3,8-11
/proc/31845/stat : 31845 (java) S 31844 31844 18810 0 -1 1077944320 16962 0 0 0 849 8 0 0 20 0 28 0 3832063 14133010432 33198 33554432000 4194304 4196468 140734121993760 140734121976304 139806344691447 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
/proc/31845/statm: 3450442 33198 3219 1 0 3437675 0
[pid=31845/tid=31846] ppid=31844 vsize=13801768 CPUtime=0.49 cores=0-3,8-11
/proc/31845/task/31846/stat : 31846 (java) S 31844 31844 18810 0 -1 1077944384 6689 0 0 0 46 3 0 0 20 0 28 0 3832064 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806348932224 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31848] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31848/stat : 31848 (java) S 31844 31844 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806297311760 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31849] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31849/stat : 31849 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806296259216 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31850] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31850/stat : 31850 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806295206160 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31851] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31851/stat : 31851 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806294153616 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31852] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31852/stat : 31852 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806293101584 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31853] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31853/stat : 31853 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806292049040 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31854] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31854/stat : 31854 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806290995984 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31855] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31855/stat : 31855 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 33198 33554432000 4194304 4196468 140734121993760 139806289943440 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31856] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31856/stat : 31856 (java) S 31844 31844 18810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3832067 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805672298736 139806344702594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31857] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31857/stat : 31857 (java) S 31844 31844 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805671244960 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31858] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31858/stat : 31858 (java) S 31844 31844 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805670191856 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31859] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31859/stat : 31859 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805669140432 139806344710043 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31860] ppid=31844 vsize=13801768 CPUtime=0.8 cores=0-3,8-11
/proc/31845/task/31860/stat : 31860 (java) R 31844 31844 18810 0 -1 4202560 2882 0 0 0 80 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805668074440 139806324384543 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31861] ppid=31844 vsize=13801768 CPUtime=0.74 cores=0-3,8-11
/proc/31845/task/31861/stat : 31861 (java) R 31844 31844 18810 0 -1 4202560 1456 0 0 0 74 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805667021776 139806329572817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31862] ppid=31844 vsize=13801768 CPUtime=0.77 cores=0-3,8-11
/proc/31845/task/31862/stat : 31862 (java) R 31844 31844 18810 0 -1 4202560 1974 0 0 0 77 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805665967440 139806328185181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31863] ppid=31844 vsize=13801768 CPUtime=0.46 cores=0-3,8-11
/proc/31845/task/31863/stat : 31863 (java) S 31844 31844 18810 0 -1 1077944384 2205 0 0 0 45 1 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805664930416 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31864] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31864/stat : 31864 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805663877600 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31865] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31865/stat : 31865 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805662825136 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31866] ppid=31844 vsize=13801768 CPUtime=0.59 cores=0-3,8-11
/proc/31845/task/31866/stat : 31866 (java) R 31844 31844 18810 0 -1 4202560 64 0 0 0 59 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805655311352 139805970690594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31867] ppid=31844 vsize=13801768 CPUtime=0.67 cores=0-3,8-11
/proc/31845/task/31867/stat : 31867 (java) R 31844 31844 18810 0 -1 4202560 51 0 0 0 67 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805654256872 139805971284011 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31868] ppid=31844 vsize=13801768 CPUtime=0.64 cores=0-3,8-11
/proc/31845/task/31868/stat : 31868 (java) R 31844 31844 18810 0 -1 4202560 77 0 0 0 64 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805653200456 139805970263131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31869] ppid=31844 vsize=13801768 CPUtime=0.71 cores=0-3,8-11
/proc/31845/task/31869/stat : 31869 (java) R 31844 31844 18810 0 -1 4202560 85 0 0 0 71 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805652152872 139805970275964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31870] ppid=31844 vsize=13801768 CPUtime=0.58 cores=0-3,8-11
/proc/31845/task/31870/stat : 31870 (java) R 31844 31844 18810 0 -1 4202560 42 0 0 0 58 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805651099976 140734122272968 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31871] ppid=31844 vsize=13801768 CPUtime=0.68 cores=0-3,8-11
/proc/31845/task/31871/stat : 31871 (java) R 31844 31844 18810 0 -1 4202560 44 0 0 0 68 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805650051608 139805970347148 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31872] ppid=31844 vsize=13801768 CPUtime=0.62 cores=0-3,8-11
/proc/31845/task/31872/stat : 31872 (java) R 31844 31844 18810 0 -1 4202560 39 0 0 0 62 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805648998552 139805970791370 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31873] ppid=31844 vsize=13801768 CPUtime=0.73 cores=0-3,8-11
/proc/31845/task/31873/stat : 31873 (java) R 31844 31844 18810 0 -1 4202560 43 0 0 0 73 0 0 0 20 0 28 0 3832116 14133010432 33198 33554432000 4194304 4196468 140734121993760 139805647945440 139805971470613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 13811280

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

[startup+1.60203 s]
/proc/loadavg: 16.07 16.16 15.45 19/304 31873
/proc/meminfo: memFree=30437516/32770624 swapFree=5944/213564
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
[pid=31845] ppid=31844 vsize=13801768 CPUtime=9.37 cores=0-3,8-11
/proc/31845/stat : 31845 (java) S 31844 31844 18810 0 -1 1077944320 18256 0 0 0 928 9 0 0 20 0 28 0 3832063 14133010432 36976 33554432000 4194304 4196468 140734121993760 140734121976304 139806344691447 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
/proc/31845/statm: 3450442 36976 3228 1 0 3437675 0
[pid=31845/tid=31846] ppid=31844 vsize=13801768 CPUtime=0.49 cores=0-3,8-11
/proc/31845/task/31846/stat : 31846 (java) S 31844 31844 18810 0 -1 1077944384 6689 0 0 0 46 3 0 0 20 0 28 0 3832064 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806348932224 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31848] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31848/stat : 31848 (java) S 31844 31844 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806297311760 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31849] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31849/stat : 31849 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806296259216 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31850] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31850/stat : 31850 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806295206160 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31851] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31851/stat : 31851 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806294153616 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31852] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31852/stat : 31852 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806293101584 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31853] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31853/stat : 31853 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806292049040 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31854] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31854/stat : 31854 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806290995984 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31855] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31855/stat : 31855 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 36976 33554432000 4194304 4196468 140734121993760 139806289943440 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31856] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31856/stat : 31856 (java) S 31844 31844 18810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3832067 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805672298736 139806344702594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31857] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31857/stat : 31857 (java) S 31844 31844 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805671244960 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31858] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31858/stat : 31858 (java) S 31844 31844 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805670191856 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31859] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31859/stat : 31859 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805669140432 139806344710043 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31860] ppid=31844 vsize=13801768 CPUtime=0.84 cores=0-3,8-11
/proc/31845/task/31860/stat : 31860 (java) R 31844 31844 18810 0 -1 4202560 3584 0 0 0 84 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805668073080 139806329799419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31861] ppid=31844 vsize=13801768 CPUtime=0.82 cores=0-3,8-11
/proc/31845/task/31861/stat : 31861 (java) R 31844 31844 18810 0 -1 4202560 1476 0 0 0 82 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805667028504 139806324379824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31862] ppid=31844 vsize=13801768 CPUtime=0.85 cores=0-3,8-11
/proc/31845/task/31862/stat : 31862 (java) R 31844 31844 18810 0 -1 4202560 2540 0 0 0 85 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805665969032 139806326212847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31863] ppid=31844 vsize=13801768 CPUtime=0.46 cores=0-3,8-11
/proc/31845/task/31863/stat : 31863 (java) S 31844 31844 18810 0 -1 1077944384 2205 0 0 0 45 1 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805664930416 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31864] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31864/stat : 31864 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805663877600 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31865] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31865/stat : 31865 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805662825136 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31866] ppid=31844 vsize=13801768 CPUtime=0.64 cores=0-3,8-11
/proc/31845/task/31866/stat : 31866 (java) R 31844 31844 18810 0 -1 4202560 64 0 0 0 64 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805655311352 139805970792293 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31867] ppid=31844 vsize=13801768 CPUtime=0.75 cores=0-3,8-11
/proc/31845/task/31867/stat : 31867 (java) R 31844 31844 18810 0 -1 4202560 52 0 0 0 75 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805654256872 139805970690842 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31868] ppid=31844 vsize=13801768 CPUtime=0.69 cores=0-3,8-11
/proc/31845/task/31868/stat : 31868 (java) R 31844 31844 18810 0 -1 4202560 78 0 0 0 69 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805653200456 139805971424720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31869] ppid=31844 vsize=13801768 CPUtime=0.75 cores=0-3,8-11
/proc/31845/task/31869/stat : 31869 (java) R 31844 31844 18810 0 -1 1077944384 85 0 0 0 75 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805652151984 139806344701653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31870] ppid=31844 vsize=13801768 CPUtime=0.67 cores=0-3,8-11
/proc/31845/task/31870/stat : 31870 (java) S 31844 31844 18810 0 -1 1077944384 43 0 0 0 67 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805651099184 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31871] ppid=31844 vsize=13801768 CPUtime=0.78 cores=0-3,8-11
/proc/31845/task/31871/stat : 31871 (java) R 31844 31844 18810 0 -1 4202560 44 0 0 0 78 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805650051608 139805970269111 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31872] ppid=31844 vsize=13801768 CPUtime=0.7 cores=0-3,8-11
/proc/31845/task/31872/stat : 31872 (java) R 31844 31844 18810 0 -1 4202560 40 0 0 0 70 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805648995128 139805970690729 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31873] ppid=31844 vsize=13801768 CPUtime=0.83 cores=0-3,8-11
/proc/31845/task/31873/stat : 31873 (java) S 31844 31844 18810 0 -1 1077944384 45 0 0 0 83 0 0 0 20 0 28 0 3832116 14133010432 36976 33554432000 4194304 4196468 140734121993760 139805647940784 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 13811280

[startup+1.80152 s]
/proc/loadavg: 16.07 16.16 15.45 19/304 31873
/proc/meminfo: memFree=30437516/32770624 swapFree=5944/213564
[pid=31844] ppid=31841 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/31844/stat : 31844 (xcsp3-exec) S 31841 31844 18810 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3832063 9740288 346 33554432000 4194304 5098028 140733380606496 140733380604600 140271329772156 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 17125376 140733380613263 140733380613472 140733380613472 140733380616171 0
/proc/31844/statm: 2378 346 289 221 0 87 0
[pid=31845] ppid=31844 vsize=13801768 CPUtime=10.94 cores=0-3,8-11
/proc/31845/stat : 31845 (java) S 31844 31844 18810 0 -1 1077944320 23167 0 0 0 1084 10 0 0 20 0 28 0 3832063 14133010432 44695 33554432000 4194304 4196468 140734121993760 140734121976304 139806344691447 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
/proc/31845/statm: 3450442 44695 3228 1 0 3437675 0
[pid=31845/tid=31846] ppid=31844 vsize=13801768 CPUtime=0.49 cores=0-3,8-11
/proc/31845/task/31846/stat : 31846 (java) S 31844 31844 18810 0 -1 1077944384 6689 0 0 0 46 3 0 0 20 0 28 0 3832064 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806348932224 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31848] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31848/stat : 31848 (java) S 31844 31844 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806297311760 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31849] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31849/stat : 31849 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806296259216 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31850] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31850/stat : 31850 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806295206160 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31851] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31851/stat : 31851 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806294153616 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31852] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31852/stat : 31852 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806293101584 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31853] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31853/stat : 31853 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806292049040 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31854] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31854/stat : 31854 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806290995984 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31855] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31855/stat : 31855 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832065 14133010432 44695 33554432000 4194304 4196468 140734121993760 139806289943440 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31856] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31856/stat : 31856 (java) S 31844 31844 18810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3832067 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805672298736 139806344702594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31857] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31857/stat : 31857 (java) S 31844 31844 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805671244960 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31858] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31858/stat : 31858 (java) S 31844 31844 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3832068 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805670191856 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31859] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31859/stat : 31859 (java) S 31844 31844 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805669140432 139806344710043 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31860] ppid=31844 vsize=13801768 CPUtime=1 cores=0-3,8-11
/proc/31845/task/31860/stat : 31860 (java) R 31844 31844 18810 0 -1 4202560 6978 0 0 0 99 1 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805668074584 139806326235661 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31861] ppid=31844 vsize=13801768 CPUtime=0.97 cores=0-3,8-11
/proc/31845/task/31861/stat : 31861 (java) R 31844 31844 18810 0 -1 4202560 2123 0 0 0 97 0 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805667028504 139806329527935 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31862] ppid=31844 vsize=13801768 CPUtime=0.96 cores=0-3,8-11
/proc/31845/task/31862/stat : 31862 (java) R 31844 31844 18810 0 -1 4202560 3239 0 0 0 96 0 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805665968840 139806323936274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31863] ppid=31844 vsize=13801768 CPUtime=0.46 cores=0-3,8-11
/proc/31845/task/31863/stat : 31863 (java) S 31844 31844 18810 0 -1 1077944384 2249 0 0 0 45 1 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805664930416 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31864] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31864/stat : 31864 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805663877600 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31865] ppid=31844 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/31845/task/31865/stat : 31865 (java) S 31844 31844 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832072 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805662825136 139806344702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31866] ppid=31844 vsize=13801768 CPUtime=0.79 cores=0-3,8-11
/proc/31845/task/31866/stat : 31866 (java) R 31844 31844 18810 0 -1 4202560 70 0 0 0 79 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805655308936 139805971320026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31867] ppid=31844 vsize=13801768 CPUtime=0.9 cores=0-3,8-11
/proc/31845/task/31867/stat : 31867 (java) R 31844 31844 18810 0 -1 4202560 92 0 0 0 90 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805654259400 139805971175091 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31868] ppid=31844 vsize=13801768 CPUtime=0.86 cores=0-3,8-11
/proc/31845/task/31868/stat : 31868 (java) R 31844 31844 18810 0 -1 4202560 126 0 0 0 86 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805653205352 139805971568678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31869] ppid=31844 vsize=13801768 CPUtime=0.93 cores=0-3,8-11
/proc/31845/task/31869/stat : 31869 (java) S 31844 31844 18810 0 -1 1077944384 126 0 0 0 93 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805652154256 139806344701653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31870] ppid=31844 vsize=13801768 CPUtime=0.77 cores=0-3,8-11
/proc/31845/task/31870/stat : 31870 (java) R 31844 31844 18810 0 -1 1077944384 77 0 0 0 77 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805651101200 139806344701653 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31871] ppid=31844 vsize=13801768 CPUtime=0.93 cores=0-3,8-11
/proc/31845/task/31871/stat : 31871 (java) R 31844 31844 18810 0 -1 4202560 62 0 0 0 93 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805650047080 139805971174334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31872] ppid=31844 vsize=13801768 CPUtime=0.84 cores=0-3,8-11
/proc/31845/task/31872/stat : 31872 (java) R 31844 31844 18810 0 -1 4202560 72 0 0 0 84 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805648994376 139805970179154 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
[pid=31845/tid=31873] ppid=31844 vsize=13801768 CPUtime=0.92 cores=0-3,8-11
/proc/31845/task/31873/stat : 31873 (java) R 31844 31844 18810 0 -1 4202560 61 0 0 0 92 0 0 0 20 0 28 0 3832116 14133010432 44695 33554432000 4194304 4196468 140734121993760 139805647941328 139805970265260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34488320 140734121997500 140734121997676 140734121997676 140734122000335 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.88525
CPU time (s): 11.343
CPU user time (s): 11.2185
CPU system time (s): 0.12451
CPU usage (%): 601.67
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2185
system time used= 0.12451
maximum resident set size= 189564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2721
involuntary context switches= 1083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.013284 second user time and 0.033185 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 03:07:29
IDJOB=4245319
IDBENCH=120863
IDSOLVER=2625
FILE ID=node132/4245319-1500685649
RUNJOBID= node132-1500682387-18841
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-48.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-4245319-1500685649/watcher-4245319-1500685649 -o /tmp/evaluation-result-4245319-1500685649/solver-4245319-1500685649 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 686579637 HOME/instance-4245319-1500685649.xml

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

MD5SUM BENCH= fdc0acb1128a6a46ad14275048f2788c
RANDOM SEED=686579637

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 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.61
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		: 1733.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.61
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	: 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	: 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		: 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	: 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	: 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	: 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:        30526484 kB
MemAvailable:   30579348 kB
Buffers:           49252 kB
Cached:           312448 kB
SwapCached:            0 kB
Active:          1644664 kB
Inactive:         222148 kB
Active(anon):    1508084 kB
Inactive(anon):     8628 kB
Active(file):     136580 kB
Inactive(file):   213520 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8228 kB
Writeback:            48 kB
AnonPages:       1520548 kB
Mapped:            43104 kB
Shmem:              8904 kB
Slab:              71680 kB
SReclaimable:      37196 kB
SUnreclaim:        34484 kB
KernelStack:        5232 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3394960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1376256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 03:07:31