Trace number 4274095

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.59811 1.3539701

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
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 benchmark0.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

0.21/0.42	c version: 2017-07-26
0.37/0.42	c seed: 147187887
0.37/0.42	c timeout: 2520
0.37/0.42	c memlimit: 11000
0.37/0.42	c nbcore: 4
0.37/0.44	c Parsing instance...
1.37/1.00	c Parsing done, starting search...
2.47/1.33	s SATISFIABLE
2.47/1.33	v <instantiation>
2.47/1.33	v 	<list>
2.47/1.33	v 		w0 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]
2.47/1.33	v 	</list>
2.47/1.33	v 	<values>
2.47/1.33	v 		12 20 11 0 7 18 21 10 1 12 9 2 5 16 23 14 3 6 15 22 19 8 17 24 13 4 
2.47/1.33	v 	</values>
2.47/1.33	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 (14956 MiB free)
  memory of node 1: 16384 MiB (15426 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274095-1502795139/watcher-4274095-1502795139 -o /tmp/evaluation-result-4274095-1502795139/solver-4274095-1502795139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 147187887 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274095-1502795139.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=6569, runsolver pid=6566

[startup+0.100155 s]*
/proc/loadavg: 1.54 1.43 1.41 2/199 6570
/proc/meminfo: memFree=31112956/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=356952 memory=7564 CPUtime=0 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 1745 0 0 0 0 0 0 0 20 0 2 0 81709204 365518848 1891 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 89238 1891 1044 1 0 79208 0
[pid=6569/tid=6571] ppid=6566 vsize=11642956 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 589 0 0 0 0 0 0 0 20 0 2 0 81709215 11922386944 2068 18446744073709551615 4194304 4196468 140735992840160 140642962389408 140642950388709 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7564 KiB

[startup+0.209867 s]*
/proc/loadavg: 1.54 1.43 1.41 2/212 6583
/proc/meminfo: memFree=31100840/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13973048 memory=22428 CPUtime=0.06 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 5121 0 0 0 5 1 0 0 20 0 15 0 81709204 14308401152 5607 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3493262 5607 2566 1 0 3482759 0
[pid=6569/tid=6571] ppid=6566 vsize=13973048 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 3223 0 0 0 4 0 0 0 20 0 15 0 81709215 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642962389600 140642939796267 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13973048 memory=328 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13973048 memory=139735565971751 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13973048 memory=139735565964928 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709217 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) S 6566 6569 12560 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 81709220 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642432301808 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642431249264 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13973048 memory=139735565964928 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) S 6566 6569 12560 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 15 0 81709220 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642430196208 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13973048 memory=139735565964928 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709226 14308401152 5671 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13973048 KiB
Current children cumulated memory: 22428 KiB

[startup+0.316731 s]*
/proc/loadavg: 1.54 1.43 1.41 3/213 6584
/proc/meminfo: memFree=31087380/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13975920 memory=40116 CPUtime=0.21 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 10244 0 0 0 19 2 0 0 20 0 15 0 81709204 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3493980 10029 3528 1 0 3482759 0
[pid=6569/tid=6571] ppid=6566 vsize=13975920 memory=-7677926825137650786 CPUtime=0.15 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 7976 0 0 0 13 2 0 0 20 0 15 0 81709215 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642962355472 140642942227806 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 81709217 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) S 6566 6569 12560 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 81709220 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642432301808 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) S 6566 6569 12560 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 15 0 81709220 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642431249264 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13975920 memory=139735565964928 CPUtime=0.04 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) R 6566 6569 12560 0 -1 4202560 370 0 0 0 4 0 0 0 20 0 15 0 81709220 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642430196208 140642950384446 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13975920 memory=139735565964928 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709226 14311342080 10029 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40116 KiB

[startup+0.700732 s]
/proc/loadavg: 1.54 1.43 1.41 3/213 6584
/proc/meminfo: memFree=31074264/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13977988 memory=64216 CPUtime=0.9 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 13735 0 0 0 86 4 0 0 20 0 15 0 81709204 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3494497 16054 3718 1 0 3483271 0
[pid=6569/tid=6571] ppid=6566 vsize=13977988 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 10384 0 0 0 49 3 0 0 20 0 15 0 81709215 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642962384624 140642942227806 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13977988 memory=53 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13977988 memory=279470837835312 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13977988 memory=15540738687502695 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13977988 memory=27332 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13977988 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13977988 memory=644 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13977988 memory=1744 CPUtime=0.07 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) S 6566 6569 12560 0 -1 1077944384 600 0 0 0 7 0 0 0 20 0 15 0 81709220 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642432301808 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13977988 memory=956 CPUtime=0.09 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) S 6566 6569 12560 0 -1 1077944384 608 0 0 0 9 0 0 0 20 0 15 0 81709220 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642431249264 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13977988 memory=1232 CPUtime=0.2 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) S 6566 6569 12560 0 -1 1077944384 761 0 0 0 20 0 0 0 20 0 15 0 81709220 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642430196208 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13977988 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13977988 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709226 14313459712 16054 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 64216 KiB

[startup+1.35392 s]
# the end of solver process 6569 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.50609 s, system=0.092022 s

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

[startup+0.802599 s]
/proc/loadavg: 1.54 1.43 1.41 3/213 6584
/proc/meminfo: memFree=31074264/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13977988 memory=72240 CPUtime=1.15 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 14236 0 0 0 110 5 0 0 20 0 15 0 81709204 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3494497 18060 3739 1 0 3483271 0
[pid=6569/tid=6571] ppid=6566 vsize=13977988 memory=920 CPUtime=0.62 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 10643 0 0 0 59 3 0 0 20 0 15 0 81709215 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642962382400 140642546198657 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13977988 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13977988 memory=56495999833125 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13977988 memory=15540738687502695 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13977988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) R 6566 6569 12560 0 -1 1077944384 637 0 0 0 10 0 0 0 20 0 15 0 81709220 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642432294832 140642958157525 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13977988 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) R 6566 6569 12560 0 -1 4202560 672 0 0 0 13 0 0 0 20 0 15 0 81709220 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642431242288 140642942927825 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13977988 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) R 6566 6569 12560 0 -1 4202560 902 0 0 0 26 0 0 0 20 0 15 0 81709220 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642430196336 140642941505720 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709226 14313459712 18060 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 72240 KiB

[startup+1.20072 s]
/proc/loadavg: 1.54 1.43 1.41 7/213 6584
/proc/meminfo: memFree=31030728/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13982084 memory=122588 CPUtime=2.17 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 26391 0 0 0 210 7 0 0 20 0 15 0 81709204 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3495521 30647 3755 1 0 3484295 0
[pid=6569/tid=6571] ppid=6566 vsize=13982084 memory=-7389666250745871039 CPUtime=1.02 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 13459 0 0 0 97 5 0 0 20 0 15 0 81709215 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642962383416 140642550580753 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13982084 memory=1468524697769648562 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13982084 memory=4206751525541405026 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13982084 memory=5853961124748755105 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13982084 memory=1401305658617000576 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13982084 memory=-9062539627304684918 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13982084 memory=8041866123432663684 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13982084 memory=279470837596400 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13982084 memory=139735565963857 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13982084 memory=6226908617592235370 CPUtime=0.36 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) R 6566 6569 12560 0 -1 4202560 4781 0 0 0 35 1 0 0 20 0 15 0 81709220 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642432282088 140642950436768 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13982084 memory=7811564353700260968 CPUtime=0.36 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) R 6566 6569 12560 0 -1 4202560 5009 0 0 0 36 0 0 0 20 0 15 0 81709220 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642431230280 140642936164307 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13982084 memory=288230574492221466 CPUtime=0.4 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) S 6566 6569 12560 0 -1 1077944384 1772 0 0 0 40 0 0 0 20 0 15 0 81709220 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642430196208 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13982084 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13982084 memory=15540738687502695 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709226 14317654016 30647 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 122588 KiB

[startup+1.30077 s]
/proc/loadavg: 1.54 1.43 1.41 7/213 6584
/proc/meminfo: memFree=31030728/32770624 swapFree=67105588/67108860
[pid=6569] ppid=6566 vsize=13982084 memory=132180 CPUtime=2.47 cores=1,3,5,7
/proc/6569/stat : 6569 (java) S 6566 6569 12560 0 -1 1077944320 28470 0 0 0 239 8 0 0 20 0 15 0 81709204 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140735992822704 140642958147319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
/proc/6569/statm: 3495521 33045 3758 1 0 3484295 0
[pid=6569/tid=6571] ppid=6566 vsize=13982084 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/6569/task/6571/stat : 6571 (java) R 6566 6569 12560 0 -1 4202560 13541 0 0 0 107 5 0 0 20 0 15 0 81709215 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642962383416 140642550500028 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6572] ppid=6566 vsize=13982084 memory=53 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6572/stat : 6572 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642877561872 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6573] ppid=6566 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6573/stat : 6573 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642876509328 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6574] ppid=6566 vsize=13982084 memory=279470837835312 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6574/stat : 6574 (java) S 6566 6569 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642875456272 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6575] ppid=6566 vsize=13982084 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6575/stat : 6575 (java) S 6566 6569 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 81709215 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642874403728 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6576] ppid=6566 vsize=13982084 memory=15540738687502695 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6576/stat : 6576 (java) S 6566 6569 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642436511984 140642958158466 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6577] ppid=6566 vsize=13982084 memory=27332 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6577/stat : 6577 (java) S 6566 6569 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642435458208 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6578] ppid=6566 vsize=13982084 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6578/stat : 6578 (java) S 6566 6569 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 81709217 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642434405104 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6579] ppid=6566 vsize=13982084 memory=644 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6579/stat : 6579 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642433353680 140642958165915 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6580] ppid=6566 vsize=13982084 memory=1744 CPUtime=0.45 cores=1,3,5,7
/proc/6569/task/6580/stat : 6580 (java) R 6566 6569 12560 0 -1 4202560 5808 0 0 0 44 1 0 0 20 0 15 0 81709220 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642432282088 140642939691042 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6581] ppid=6566 vsize=13982084 memory=956 CPUtime=0.46 cores=1,3,5,7
/proc/6569/task/6581/stat : 6581 (java) R 6566 6569 12560 0 -1 4202560 5960 0 0 0 46 0 0 0 20 0 15 0 81709220 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642431235024 140642943066832 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6582] ppid=6566 vsize=13982084 memory=1232 CPUtime=0.4 cores=1,3,5,7
/proc/6569/task/6582/stat : 6582 (java) S 6566 6569 12560 0 -1 1077944384 1780 0 0 0 40 0 0 0 20 0 15 0 81709220 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642430196208 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6583] ppid=6566 vsize=13982084 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6583/stat : 6583 (java) S 6566 6569 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 81709220 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642429143904 140642958157525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
[pid=6569/tid=6584] ppid=6566 vsize=13982084 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/6569/task/6584/stat : 6584 (java) S 6566 6569 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 81709226 14317654016 33045 18446744073709551615 4194304 4196468 140735992840160 140642428090928 140642958158466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7598080 140735992848751 140735992848937 140735992848937 140735992852431 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 132180 KiB

Child status: 0
Real time (s): 1.35397
CPU time (s): 2.59811
CPU user time (s): 2.50609
CPU system time (s): 0.092022
CPU usage (%): 191.888
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 132180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.50609
system time used= 0.092022
maximum resident set size= 139028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29904
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= 2148
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 6569
#   total CPU time (s): 2.59811
#   total CPU user time (s): 2.50609
#   total CPU system time (s): 0.092022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03888 second user time and 0.047065 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 12:51:36
IDJOB=4274095
IDBENCH=130607
IDSOLVER=2666
FILE ID=node126/4274095-1502795139
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.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-4274095-1502795139/watcher-4274095-1502795139 -o /tmp/evaluation-result-4274095-1502795139/solver-4274095-1502795139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 147187887 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274095-1502795139.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=147187887

node126.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.81
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.81
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.81
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.81
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:        31112696 kB
MemAvailable:   31649192 kB
Buffers:          328096 kB
Cached:           476324 kB
SwapCached:          524 kB
Active:           907956 kB
Inactive:         264260 kB
Active(anon):     316024 kB
Inactive(anon):    85380 kB
Active(file):     591932 kB
Inactive(file):   178880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42320 kB
Writeback:             0 kB
AnonPages:        367596 kB
Mapped:            66464 kB
Shmem:             33440 kB
Slab:             189268 kB
SReclaimable:     163040 kB
SUnreclaim:        26228 kB
KernelStack:        3456 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1294624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-15 12:51:38