Trace number 4312106

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT709 2.22088 1.44437

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.751082
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1292870595
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
1.31/0.97	c Parsing done, starting search...
1.31/1.00	o 225
2.20/1.43	o 268
2.20/1.43	o 270
2.20/1.43	o 344
2.20/1.43	o 346
2.20/1.43	o 371
2.20/1.43	o 408
2.20/1.43	o 427
2.20/1.43	o 465
2.20/1.43	o 540
2.20/1.43	o 544
2.20/1.43	o 602
2.20/1.43	o 625
2.20/1.43	o 627
2.20/1.43	o 650
2.20/1.43	o 661
2.20/1.43	o 662
2.20/1.43	o 668
2.20/1.43	o 670
2.20/1.43	o 697
2.20/1.43	o 701
2.20/1.43	o 703
2.20/1.43	o 709
2.20/1.43	s OPTIMUM FOUND
2.20/1.43	v <instantiation>
2.20/1.43	v 	<list>
2.20/1.43	v 		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]
2.20/1.43	v 	</list>
2.20/1.43	v 	<values>
2.20/1.43	v 		1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0 
2.20/1.43	v 	</values>
2.20/1.43	v </instantiation>

Verifier Data

OK	709

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13974 MiB free)
  memory of node 1: 16384 MiB (9083 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312106-1534570112/watcher-4312106-1534570112 -o /tmp/evaluation-result-4312106-1534570112/solver-4312106-1534570112 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5477 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1292870595 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312106-1534570112.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6310, runsolver pid=6307

[startup+0.10767 s]*
/proc/loadavg: 1.43 1.62 1.53 4/219 6325
/proc/meminfo: memFree=23592052/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14082736 memory=32640 CPUtime=0.13 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 7063 0 0 0 12 1 0 0 20 0 15 0 274574389 14420721664 8160 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3520684 8160 3159 1 0 3482761 0
[pid=6310/tid=6312] ppid=6307 vsize=14082736 memory=-8969301802321016000 CPUtime=0.09 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 5306 0 0 0 9 0 0 0 20 0 15 0 274574390 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976941352536 139976929364798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 8358 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) S 6307 6310 1824 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976474892400 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0.01 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) S 6307 6310 1824 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976405670256 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 8424 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32640 KiB

[startup+0.215387 s]*
/proc/loadavg: 1.47 1.63 1.53 5/219 6325
/proc/meminfo: memFree=23576308/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14082736 memory=47140 CPUtime=0.32 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 10415 0 0 0 30 2 0 0 20 0 15 0 274574389 14420721664 11785 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3520684 11785 3358 1 0 3482761 0
[pid=6310/tid=6312] ppid=6307 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 8122 0 0 0 19 1 0 0 20 0 15 0 274574390 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976941356432 139976937149597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14082736 memory=140688534626343 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) R 6307 6310 1824 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976474892400 139976937138818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 154 0 0 0 2 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0.06 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) R 6307 6310 1824 0 -1 4202560 307 0 0 0 6 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976405666208 139976929844823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 11785 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47140 KiB

[startup+0.31062 s]*
/proc/loadavg: 1.47 1.63 1.53 3/219 6325
/proc/meminfo: memFree=23572980/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14082736 memory=50568 CPUtime=0.44 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 10788 0 0 0 42 2 0 0 20 0 15 0 274574389 14420721664 12642 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3520684 12642 3404 1 0 3482761 0
[pid=6310/tid=6312] ppid=6307 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 8454 0 0 0 28 1 0 0 20 0 15 0 274574390 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976941309992 139976921208158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14082736 memory=13707778164344472 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) S 6307 6310 1824 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976474892400 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0.08 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) S 6307 6310 1824 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976405670256 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14082736 memory=140688534619776 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574395 14420721664 12642 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50568 KiB

[startup+0.700853 s]
/proc/loadavg: 1.47 1.63 1.53 3/219 6325
/proc/meminfo: memFree=23549664/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14084804 memory=88884 CPUtime=0.99 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 17606 0 0 0 95 4 0 0 20 0 15 0 274574389 14422839296 22221 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3521201 22221 3498 1 0 3483273 0
[pid=6310/tid=6312] ppid=6307 vsize=14084804 memory=3340 CPUtime=0.67 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 14876 0 0 0 64 3 0 0 20 0 15 0 274574390 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976941350272 139976916205198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14084804 memory=3944 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274574392 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14084804 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14084804 memory=7157735280230160482 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14084804 memory=6296974978607175265 CPUtime=0.08 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) S 6307 6310 1824 0 -1 1077944384 636 0 0 0 8 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976474892400 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14084804 memory=7453282923461570405 CPUtime=0.06 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 289 0 0 0 6 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) S 6307 6310 1824 0 -1 1077944384 423 0 0 0 15 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976405670256 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14084804 memory=6452 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574395 14422839296 22221 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88884 KiB

[startup+1.44432 s]
# the end of solver process 6310 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.15054 s, system=0.07034 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.80079 s]
/proc/loadavg: 1.47 1.63 1.53 3/219 6325
/proc/meminfo: memFree=23549664/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14086852 memory=93152 CPUtime=1.15 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 18154 0 0 0 111 4 0 0 20 0 15 0 274574389 14424936448 23288 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3521713 23288 3504 1 0 3483785 0
[pid=6310/tid=6312] ppid=6307 vsize=14086852 memory=13920 CPUtime=0.77 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 15325 0 0 0 74 3 0 0 20 0 15 0 274574390 14424936448 23288 33554432000 4194304 4196468 140737459845584 139976941363680 139976921171301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14086852 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14086852 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14086852 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274574392 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14086852 memory=2867565960586600 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14086852 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) S 6307 6310 1824 0 -1 1077944384 645 0 0 0 10 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976474892400 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14086852 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14086852 memory=6944656592455097440 CPUtime=0.18 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) R 6307 6310 1824 0 -1 4202560 499 0 0 0 18 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976405670256 139976915961627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14086852 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14086852 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574395 14424936448 23325 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93152 KiB

[startup+1.20069 s]
/proc/loadavg: 1.47 1.63 1.53 4/219 6325
/proc/meminfo: memFree=23496628/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14088900 memory=124988 CPUtime=2.06 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 24568 0 0 0 200 6 0 0 20 0 15 0 274574389 14427033600 31247 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3522225 31247 3543 1 0 3484297 0
[pid=6310/tid=6312] ppid=6307 vsize=14088900 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) R 6307 6310 1824 0 -1 4202560 17693 0 0 0 112 4 0 0 20 0 15 0 274574390 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976941363576 139976561602969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274574391 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274574391 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6317] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6317/stat : 6317 (java) S 6307 6310 1824 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274574392 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976479103600 139976937138818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274574392 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274574393 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6320] ppid=6307 vsize=14088900 memory=42577 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6320/stat : 6320 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976475945552 139976937146267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14088900 memory=29276980120298 CPUtime=0.31 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) R 6307 6310 1824 0 -1 4202560 2020 0 0 0 31 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976474879344 139976917083150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14088900 memory=14695296059 CPUtime=0.24 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 1295 0 0 0 24 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976406722544 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14088900 memory=6009580390187636902 CPUtime=0.32 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) S 6307 6310 1824 0 -1 1077944384 2116 0 0 0 32 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976405670256 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14088900 memory=81708 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6325] ppid=6307 vsize=14088900 memory=54271206764890 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6325/stat : 6325 (java) S 6307 6310 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274574395 14427033600 31247 33554432000 4194304 4196468 140737459845584 139976403565488 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 124988 KiB

[startup+1.40058 s]
/proc/loadavg: 1.47 1.63 1.53 4/219 6325
/proc/meminfo: memFree=23496628/32770624 swapFree=67108852/67108860
[pid=6310] ppid=6307 vsize=14155464 memory=129260 CPUtime=2.2 cores=0,2,4,6
/proc/6310/stat : 6310 (java) S 6307 6310 1824 0 -1 1077944320 24764 0 0 0 214 6 0 0 20 0 12 0 274574389 14495195136 32315 33554432000 4194304 4196468 140737459845584 140737459828128 139976937127671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
/proc/6310/statm: 3538866 32315 3552 1 0 3500938 0
[pid=6310/tid=6312] ppid=6307 vsize=14155464 memory=-2893623298589923098 CPUtime=1.21 cores=0,2,4,6
/proc/6310/task/6312/stat : 6312 (java) D 6307 6310 1824 0 -1 4202560 17809 0 0 0 117 4 0 0 20 0 12 0 274574390 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976941370680 139976929813303 0 0 0 16800975 18446744072101031045 0 0 -1 6 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6313] ppid=6307 vsize=14155464 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6313/stat : 6313 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 274574391 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976889747856 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6314] ppid=6307 vsize=14155464 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6314/stat : 6314 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 274574391 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976888695056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6315] ppid=6307 vsize=14155464 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6315/stat : 6315 (java) S 6307 6310 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 274574391 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976887642768 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6316] ppid=6307 vsize=14155464 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6316/stat : 6316 (java) S 6307 6310 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 274574391 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976886589968 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6318] ppid=6307 vsize=14155464 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6318/stat : 6318 (java) S 6307 6310 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 274574392 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976478049568 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6319] ppid=6307 vsize=14155464 memory=281376864070752 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6319/stat : 6319 (java) S 6307 6310 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 274574393 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976476997232 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6321] ppid=6307 vsize=14155464 memory=281376864080128 CPUtime=0.35 cores=0,2,4,6
/proc/6310/task/6321/stat : 6321 (java) S 6307 6310 1824 0 -1 1077944384 2031 0 0 0 35 0 0 0 20 0 12 0 274574395 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976474872816 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6322] ppid=6307 vsize=14155464 memory=2321239632473505664 CPUtime=0.28 cores=0,2,4,6
/proc/6310/task/6322/stat : 6322 (java) S 6307 6310 1824 0 -1 1077944384 1307 0 0 0 28 0 0 0 20 0 12 0 274574395 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976406707056 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6323] ppid=6307 vsize=14155464 memory=-6352177175404837317 CPUtime=0.32 cores=0,2,4,6
/proc/6310/task/6323/stat : 6323 (java) S 6307 6310 1824 0 -1 1077944384 2118 0 0 0 32 0 0 0 20 0 12 0 274574395 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976405670256 139976937138818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
[pid=6310/tid=6324] ppid=6307 vsize=14155464 memory=8325818968683490714 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6324/stat : 6324 (java) S 6307 6310 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 274574395 14495195136 32315 33554432000 4194304 4196468 140737459845584 139976404617696 139976937137877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29921280 140737459852366 140737459852558 140737459852558 140737459855311 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 14155464 KiB
Current children cumulated memory: 129260 KiB

Child status: 0
Real time (s): 1.44437
CPU time (s): 2.22088
CPU user time (s): 2.15054
CPU system time (s): 0.07034
CPU usage (%): 153.762
Max. virtual memory (cumulated for all children) (KiB): 14155464
Max. memory (cumulated for all children) (KiB): 129260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15054
system time used= 0.07034
maximum resident set size= 129516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1924
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 6310
#   total CPU time (s): 2.22088
#   total CPU user time (s): 2.15054
#   total CPU system time (s): 0.07034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031768 second user time and 0.057581 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-18 07:28:32
IDJOB=4312106
IDBENCH=141542
IDSOLVER=2800
FILE ID=node133/4312106-1534570112
RUNJOBID= node133-1534569106-5477
PBS_JOBID= 21038638
Free space on /tmp= 50388 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312106-1534570112/watcher-4312106-1534570112 -o /tmp/evaluation-result-4312106-1534570112/solver-4312106-1534570112 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5477 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1292870595 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312106-1534570112.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1292870595

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.24
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	: 4
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	: 4
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.24
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23611396 kB
MemAvailable:   31700968 kB
Buffers:          206448 kB
Cached:          8164312 kB
SwapCached:            4 kB
Active:          4936096 kB
Inactive:        3686308 kB
Active(anon):     231984 kB
Inactive(anon):    88484 kB
Active(file):    4704112 kB
Inactive(file):  3597824 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35872 kB
Writeback:             0 kB
AnonPages:        258444 kB
Mapped:            33376 kB
Shmem:             66200 kB
Slab:             236132 kB
SReclaimable:     206944 kB
SUnreclaim:        29188 kB
KernelStack:        3568 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1295220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50352 MiB
End job on node133 at 2018-08-18 07:28:34