Trace number 4274139

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
OscaR - Conflict Ordering 2017-07-26SAT 2.92555 1.3092099

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-129.xml
MD5SUM98286cf95bf5397e70229f7335ae5343
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 benchmark2.92555
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size404
Maximum domain size404
Distribution of domain sizes[{"size":404,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1348360361
0.29/0.25	c timeout: 2520
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 4
0.29/0.27	c Parsing instance...
1.16/0.72	c Parsing done, starting search...
2.69/1.25	s SATISFIABLE
2.69/1.25	v <instantiation>
2.69/1.25	v 	<list>
2.69/1.25	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24]
2.69/1.25	v 	</list>
2.69/1.25	v 	<values>
2.69/1.25	v 		112 128 153 124 112 290 96 135 96 93 128 96 124 96 116 153 93 215 0 0 303 290 163 215 0 287 240 277 247 275 277 275 240 291 311 215 247 258 215 287 215 334 189 311 215 189 290 277 0 0 
2.69/1.25	v 	</values>
2.69/1.25	v </instantiation>

Verifier Data

OK	

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 (13834 MiB free)
  memory of node 1: 16384 MiB (14132 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274139-1502790675/watcher-4274139-1502790675 -o /tmp/evaluation-result-4274139-1502790675/solver-4274139-1502790675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11229 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1348360361 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274139-1502790675.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=11263, runsolver pid=11256
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 7.63 8.04 8.08 5/219 11292
/proc/meminfo: memFree=28597328/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13980164 memory=33944 CPUtime=0.12 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 8388 0 0 0 11 1 0 0 20 0 15 0 112148576 14315687936 8486 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3495041 8486 3410 1 0 3482761 0
[pid=11263/tid=11266] ppid=11256 vsize=13980164 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 6341 0 0 0 8 1 0 0 20 0 15 0 112148576 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217642463216 140217638270109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13980164 memory=5793855956252867001 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148578 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) S 11256 11263 11198 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 112148581 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217108322288 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217107269744 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0.02 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) S 11256 11263 11198 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 15 0 112148581 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217106217200 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) R 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148582 14315687936 8486 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 33944 KiB

[startup+0.210506 s]*
/proc/loadavg: 7.63 8.04 8.08 5/219 11292
/proc/meminfo: memFree=28579600/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13980164 memory=43380 CPUtime=0.29 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 9463 0 0 0 27 2 0 0 20 0 15 0 112148576 14315687936 10845 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3495041 10845 3628 1 0 3482761 0
[pid=11263/tid=11266] ppid=11256 vsize=13980164 memory=4871374705135476842 CPUtime=0.19 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 6973 0 0 0 18 1 0 0 20 0 15 0 112148576 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217642467824 140217622328670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13980164 memory=4211974431447764362 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112148578 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) R 11256 11263 11198 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 15 0 112148581 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217108322288 140217638259330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13980164 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) R 11256 11263 11198 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 15 0 112148581 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217107269744 140217631233225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0.05 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) R 11256 11263 11198 0 -1 4202560 455 0 0 0 5 0 0 0 20 0 15 0 112148581 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217106217200 140217617597298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13980164 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148582 14315687936 10845 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43380 KiB

[startup+0.31052 s]*
/proc/loadavg: 7.63 8.04 8.08 6/219 11292
/proc/meminfo: memFree=28564852/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13980184 memory=51108 CPUtime=0.49 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 10486 0 0 0 46 3 0 0 20 0 15 0 112148576 14315708416 12777 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3495046 12777 3715 1 0 3482761 0
[pid=11263/tid=11266] ppid=11256 vsize=13980184 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 7619 0 0 0 27 2 0 0 20 0 15 0 112148576 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217642463536 140217638271773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13980184 memory=4211974431447764362 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13980184 memory=140705242976181 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13980184 memory=140705142002914 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13980184 memory=140705142001103 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13980184 memory=140705242985048 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112148578 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13980184 memory=140705142010319 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13980184 memory=281410284011408 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13980184 memory=281410284009104 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13980184 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) S 11256 11263 11198 0 -1 1077944384 710 0 0 0 4 0 0 0 20 0 15 0 112148581 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217108322288 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13980184 memory=2208 CPUtime=0.05 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) S 11256 11263 11198 0 -1 1077944384 311 0 0 0 5 0 0 0 20 0 15 0 112148581 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217107269744 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13980184 memory=140705242973824 CPUtime=0.08 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) R 11256 11263 11198 0 -1 4202560 470 0 0 0 8 0 0 0 20 0 15 0 112148581 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217106217200 140217638269530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13980184 memory=140705242973824 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148582 14315708416 12777 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51108 KiB

[startup+0.700674 s]
/proc/loadavg: 7.63 8.04 8.08 8/219 11292
/proc/meminfo: memFree=28538920/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13984280 memory=85840 CPUtime=1.16 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 13579 0 0 0 111 5 0 0 20 0 15 0 112148576 14319902720 21460 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3496070 21460 3759 1 0 3483785 0
[pid=11263/tid=11266] ppid=11256 vsize=13984280 memory=1952 CPUtime=0.67 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 9945 0 0 0 64 3 0 0 20 0 15 0 112148576 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217642483040 140217638270109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13984280 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13984280 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13984280 memory=7523356985603351872 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13984280 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13984280 memory=7368009186385350736 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112148578 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13984280 memory=84 CPUtime=0.11 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) S 11256 11263 11198 0 -1 1077944384 987 0 0 0 11 0 0 0 20 0 15 0 112148581 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217108322288 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13984280 memory=4 CPUtime=0.11 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) S 11256 11263 11198 0 -1 1077944384 399 0 0 0 11 0 0 0 20 0 15 0 112148581 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217107269744 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13984280 memory=7216 CPUtime=0.22 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) S 11256 11263 11198 0 -1 1077944384 866 0 0 0 22 0 0 0 20 0 15 0 112148581 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217106217200 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13984280 memory=281410284195312 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 21460 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 85840 KiB

[startup+1.30915 s]
# the end of solver process 11263 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.8491 s, system=0.076451 s

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

[startup+0.801675 s]
/proc/loadavg: 7.63 8.04 8.08 8/219 11292
/proc/meminfo: memFree=28538920/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13984280 memory=90096 CPUtime=1.48 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 14142 0 0 0 143 5 0 0 20 0 15 0 112148576 14319902720 22524 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3496070 22524 3768 1 0 3483785 0
[pid=11263/tid=11266] ppid=11256 vsize=13984280 memory=8851400225972064177 CPUtime=0.77 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 10063 0 0 0 74 3 0 0 20 0 15 0 112148576 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217642485648 140217278786342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13984280 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13984280 memory=7151822037873354048 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13984280 memory=7739276948477997159 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112148578 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13984280 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13984280 memory=5931339018135552102 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13984280 memory=5788081372104249424 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13984280 memory=8311777531775520915 CPUtime=0.19 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) R 11256 11263 11198 0 -1 4202560 1054 0 0 0 19 0 0 0 20 0 15 0 112148581 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217108315312 140217631353885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13984280 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) R 11256 11263 11198 0 -1 4202560 613 0 0 0 18 0 0 0 20 0 15 0 112148581 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217107261744 140217617681235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13984280 memory=207255409 CPUtime=0.3 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) R 11256 11263 11198 0 -1 4202560 1030 0 0 0 30 0 0 0 20 0 15 0 112148581 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217106212928 140217616442673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13984280 memory=281410284287584 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 22524 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 90096 KiB

[startup+1.20069 s]
/proc/loadavg: 7.63 8.04 8.08 8/219 11292
/proc/meminfo: memFree=28447016/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=13984280 memory=124008 CPUtime=2.69 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 23256 0 0 0 263 6 0 0 20 0 15 0 112148576 14319902720 31002 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3496070 31002 3785 1 0 3483785 0
[pid=11263/tid=11266] ppid=11256 vsize=13984280 memory=14976685062225606 CPUtime=1.17 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) R 11256 11263 11198 0 -1 4202560 10568 0 0 0 113 4 0 0 20 0 15 0 112148576 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217642485032 140217278999534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112148577 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112148578 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217112533488 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112148579 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11285] ppid=11256 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11285/stat : 11285 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148581 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217109375696 140217638266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=13984280 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) R 11256 11263 11198 0 -1 4202560 5016 0 0 0 58 0 0 0 20 0 15 0 112148581 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217108303304 140217619771616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=13984280 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) R 11256 11263 11198 0 -1 4202560 4950 0 0 0 58 1 0 0 20 0 15 0 112148581 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217107250680 140217622637040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=13984280 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) S 11256 11263 11198 0 -1 1077944384 1338 0 0 0 32 0 0 0 20 0 15 0 112148581 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217106217200 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=13984280 memory=739271074867393073 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11292] ppid=11256 vsize=13984280 memory=-8851153767425805675 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11292/stat : 11292 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112148582 14319902720 31002 33554432000 4194304 4196468 140721981798128 140217104112432 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 124008 KiB

[startup+1.30069 s]
/proc/loadavg: 7.63 8.04 8.08 8/219 11292
/proc/meminfo: memFree=28447016/32770624 swapFree=67108860/67108860
[pid=11263] ppid=11256 vsize=14052732 memory=131908 CPUtime=2.91 cores=0,2,4,6
/proc/11263/stat : 11263 (java) S 11256 11263 11198 0 -1 1077944320 25787 0 0 0 284 7 0 0 20 0 13 0 112148576 14389997568 32977 33554432000 4194304 4196468 140721981798128 140721981780672 140217638248183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
/proc/11263/statm: 3513183 32977 3787 1 0 3500898 0
[pid=11263/tid=11266] ppid=11256 vsize=14052732 memory=73188 CPUtime=1.22 cores=0,2,4,6
/proc/11263/task/11266/stat : 11266 (java) S 11256 11263 11198 0 -1 1077944384 11293 0 0 0 118 4 0 0 20 0 13 0 112148576 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217642491024 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11271] ppid=11256 vsize=14052732 memory=84 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11271/stat : 11271 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 112148577 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217233520912 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11272] ppid=11256 vsize=14052732 memory=4 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11272/stat : 11272 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 112148577 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217232468368 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11273] ppid=11256 vsize=14052732 memory=7216 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11273/stat : 11273 (java) S 11256 11263 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 112148577 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217231415824 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11274] ppid=11256 vsize=14052732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11274/stat : 11274 (java) S 11256 11263 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 112148577 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217230363280 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11276] ppid=11256 vsize=14052732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11276/stat : 11276 (java) S 11256 11263 11198 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 13 0 112148578 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217112533696 140217638259330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11278] ppid=11256 vsize=14052732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11278/stat : 11278 (java) S 11256 11263 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 112148579 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217111479712 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11280] ppid=11256 vsize=14052732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11280/stat : 11280 (java) S 11256 11263 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 112148579 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217110427120 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11286] ppid=11256 vsize=14052732 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/11263/task/11286/stat : 11286 (java) S 11256 11263 11198 0 -1 1077944384 5099 0 0 0 64 0 0 0 20 0 13 0 112148581 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217108309248 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11287] ppid=11256 vsize=14052732 memory=281408270666629 CPUtime=0.68 cores=0,2,4,6
/proc/11263/task/11287/stat : 11287 (java) R 11256 11263 11198 0 -1 4202560 6435 0 0 0 67 1 0 0 20 0 13 0 112148581 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217107250680 140217619766042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11288] ppid=11256 vsize=14052732 memory=281410284104656 CPUtime=0.33 cores=0,2,4,6
/proc/11263/task/11288/stat : 11288 (java) S 11256 11263 11198 0 -1 1077944384 1505 0 0 0 33 0 0 0 20 0 13 0 112148581 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217106217200 140217638259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
[pid=11263/tid=11290] ppid=11256 vsize=14052732 memory=551 CPUtime=0 cores=0,2,4,6
/proc/11263/task/11290/stat : 11290 (java) S 11256 11263 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 112148582 14389997568 32977 33554432000 4194304 4196468 140721981798128 140217105164896 140217638258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8839168 140721981805668 140721981805855 140721981805855 140721981808591 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 14052732 KiB
Current children cumulated memory: 131908 KiB

Child status: 0
Real time (s): 1.30921
CPU time (s): 2.92555
CPU user time (s): 2.8491
CPU system time (s): 0.076451
CPU usage (%): 223.459
Max. virtual memory (cumulated for all children) (KiB): 14052732
Max. memory (cumulated for all children) (KiB): 131908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.8491
system time used= 0.076451
maximum resident set size= 132312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25798
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= 2034
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 11263
#   total CPU time (s): 2.92555
#   total CPU user time (s): 2.8491
#   total CPU system time (s): 0.076451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034934 second user time and 0.053428 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-15 11:36:56
IDJOB=4274139
IDBENCH=127922
IDSOLVER=2666
FILE ID=node148/4274139-1502790675
RUNJOBID= node148-1502789816-11229
PBS_JOBID= 20629127
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-129.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274139-1502790675/watcher-4274139-1502790675 -o /tmp/evaluation-result-4274139-1502790675/solver-4274139-1502790675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11229 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1348360361 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274139-1502790675.xml

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

MD5SUM BENCH= 98286cf95bf5397e70229f7335ae5343
RANDOM SEED=1348360361

node148.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.19
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.19
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.19
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.19
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:        28639868 kB
MemAvailable:   31987268 kB
Buffers:          257384 kB
Cached:          3377600 kB
SwapCached:            0 kB
Active:           947124 kB
Inactive:        2739212 kB
Active(anon):       3456 kB
Inactive(anon):    76716 kB
Active(file):     943668 kB
Inactive(file):  2662496 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84672 kB
Writeback:             0 kB
AnonPages:         58324 kB
Mapped:            45544 kB
Shmem:             25224 kB
Slab:             140196 kB
SReclaimable:     114140 kB
SUnreclaim:        26056 kB
KernelStack:        3168 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61536 MiB
End job on node148 at 2017-08-15 11:36:58