Trace number 4274195

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-26UNSAT 3.1490099 1.46551

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5567_X2.xml
MD5SUM8a6a7065f0b63cf63ee64db4f5edcf0c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.67453802
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Number of domains46
Minimum domain size2
Maximum domain size84591
Distribution of domain sizes[{"size":2,"count":98},{"size":7,"count":14},{"size":5567,"count":1},{"size":24829,"count":2},{"size":44731,"count":4},{"size":84591,"count":1}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":98},{"degree":3,"count":7},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":111},{"arity":8,"count":1},{"arity":15,"count":7}]
Number of extensional constraints98
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":98},{"type":"intension","count":20},{"type":"sum","count":7},{"type":"maximum","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.35	c version: 2017-07-26
0.30/0.35	c seed: 1515623609
0.30/0.35	c timeout: 2520
0.30/0.35	c memlimit: 11000
0.30/0.35	c nbcore: 4
0.30/0.37	c Parsing instance...
1.46/0.95	c Parsing done, starting search...
3.00/1.43	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274195-1502668709/watcher-4274195-1502668709 -o /tmp/evaluation-result-4274195-1502668709/solver-4274195-1502668709 -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 1515623609 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274195-1502668709.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
solver pid=11209, runsolver pid=11206
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 1.94 1.85 1.82 4/203 11218
/proc/meminfo: memFree=31299540/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13906484 memory=22164 CPUtime=0.05 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 5005 0 0 0 4 1 0 0 20 0 14 0 69066263 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3476621 5541 2577 1 0 3466118 0
[pid=11209/tid=11211] ppid=11206 vsize=13906484 memory=4206751525541407381 CPUtime=0.04 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) D 11206 11209 12560 0 -1 4202560 3110 0 0 0 4 0 0 0 20 0 14 0 69066268 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140267270068128 140267265852669 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13906484 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69066268 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13906484 memory=140102228792960 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69066268 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69066268 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69066268 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13906484 memory=140102228792960 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69066270 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 69066270 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 69066270 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69066273 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13906484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) S 11206 11209 12560 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 14 0 69066273 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266740071152 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69066273 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266739018608 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13906484 memory=140102228792960 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 69066273 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13906484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69066273 14240239616 5541 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 22164 KiB

[startup+0.210179 s]*
/proc/loadavg: 1.94 1.85 1.82 4/209 11224
/proc/meminfo: memFree=31286864/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13975920 memory=34012 CPUtime=0.14 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 9509 0 0 0 12 2 0 0 20 0 15 0 69066263 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3493980 8503 3384 1 0 3482759 0
[pid=11209/tid=11211] ppid=11206 vsize=13975920 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 7459 0 0 0 9 1 0 0 20 0 15 0 69066268 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140267270053568 140267265851994 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13975920 memory=328 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13975920 memory=288370478380504704 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13975920 memory=140102228792960 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) S 11206 11209 12560 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266740071152 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266739018608 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13975920 memory=140102228792960 CPUtime=0.02 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 69066273 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13975920 memory=140102228792960 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066278 14311342080 8503 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 34012 KiB

[startup+0.310153 s]*
/proc/loadavg: 1.94 1.85 1.82 5/209 11224
/proc/meminfo: memFree=31281292/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13975920 memory=43156 CPUtime=0.3 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 11008 0 0 0 28 2 0 0 20 0 15 0 69066263 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3493980 10789 3624 1 0 3482759 0
[pid=11209/tid=11211] ppid=11206 vsize=13975920 memory=-7677926825137650786 CPUtime=0.21 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 8611 0 0 0 19 2 0 0 20 0 15 0 69066268 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140267270046288 140267249911134 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13975920 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) S 11206 11209 12560 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 69066273 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266740071152 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) S 11206 11209 12560 0 -1 1077944384 273 0 0 0 2 0 0 0 20 0 15 0 69066273 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266739018608 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 390 0 0 0 5 0 0 0 20 0 15 0 69066273 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066278 14311342080 10789 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 43156 KiB

[startup+0.707202 s]
/proc/loadavg: 2.03 1.87 1.82 3/209 11224
/proc/meminfo: memFree=31267760/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13977988 memory=70772 CPUtime=1.1 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 14402 0 0 0 106 4 0 0 20 0 15 0 69066263 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3494497 17693 3737 1 0 3483271 0
[pid=11209/tid=11211] ppid=11206 vsize=13977988 memory=1156 CPUtime=0.59 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 10575 0 0 0 56 3 0 0 20 0 15 0 69066268 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140267270059424 140267265852573 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13977988 memory=2648 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13977988 memory=248688 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13977988 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13977988 memory=4640485966331925094 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13977988 memory=7595147398283421266 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066270 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13977988 memory=7307748351857159268 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13977988 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13977988 memory=7812167916830412900 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13977988 memory=6154282490091891024 CPUtime=0.13 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) S 11206 11209 12560 0 -1 1077944384 916 0 0 0 13 0 0 0 20 0 15 0 69066273 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266740071152 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13977988 memory=-8412654363917126771 CPUtime=0.11 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) R 11206 11209 12560 0 -1 4202560 611 0 0 0 11 0 0 0 20 0 15 0 69066273 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266739004488 140267250956512 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13977988 memory=-6808994639057120388 CPUtime=0.25 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 917 0 0 0 25 0 0 0 20 0 15 0 69066273 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13977988 memory=6944613755328037015 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13977988 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066278 14313459712 17693 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 70772 KiB

[startup+1.46545 s]
# the end of solver process 11209 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.05031 s, system=0.098706 s

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

[startup+0.80087 s]
/proc/loadavg: 2.03 1.87 1.82 3/209 11224
/proc/meminfo: memFree=31267760/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13980036 memory=79668 CPUtime=1.23 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 15069 0 0 0 119 4 0 0 20 0 15 0 69066263 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3495009 19917 3739 1 0 3483783 0
[pid=11209/tid=11211] ppid=11206 vsize=13980036 memory=7236547281622689387 CPUtime=0.68 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 11176 0 0 0 65 3 0 0 20 0 15 0 69066268 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140267270055320 140267265852573 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13980036 memory=4294969504 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13980036 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13980036 memory=7451879929545713261 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13980036 memory=7668055022215654767 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13980036 memory=7451597466339141202 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13980036 memory=7230638415855315031 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13980036 memory=7230638415855315287 CPUtime=0.14 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) R 11206 11209 12560 0 -1 4202560 916 0 0 0 14 0 0 0 20 0 15 0 69066273 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266740071152 140267243853272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13980036 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) S 11206 11209 12560 0 -1 1077944384 643 0 0 0 13 0 0 0 20 0 15 0 69066273 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266739018608 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13980036 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 951 0 0 0 26 0 0 0 20 0 15 0 69066273 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13980036 memory=14380428830 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066278 14315556864 19917 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 79668 KiB

[startup+1.20076 s]
/proc/loadavg: 2.03 1.87 1.82 5/209 11224
/proc/meminfo: memFree=31178432/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13980036 memory=171628 CPUtime=2.39 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 26236 0 0 0 231 8 0 0 20 0 15 0 69066263 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3495009 42907 3749 1 0 3483783 0
[pid=11209/tid=11211] ppid=11206 vsize=13980036 memory=-8774313645642428999 CPUtime=1.08 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 13859 0 0 0 102 6 0 0 20 0 15 0 69066268 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140267270068264 140266875069414 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13980036 memory=280204203675232 CPUtime=0.46 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) R 11206 11209 12560 0 -1 4202560 4567 0 0 0 46 0 0 0 20 0 15 0 69066273 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266740051304 140267249330853 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13980036 memory=14689695314090614 CPUtime=0.43 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) R 11206 11209 12560 0 -1 4202560 4886 0 0 0 43 0 0 0 20 0 15 0 69066273 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266738999576 140267247374903 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13980036 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 1535 0 0 0 39 0 0 0 20 0 15 0 69066273 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 69066278 14315556864 42907 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 171628 KiB

[startup+1.40081 s]
/proc/loadavg: 2.03 1.87 1.82 5/209 11224
/proc/meminfo: memFree=31178432/32770624 swapFree=67105588/67108860
[pid=11209] ppid=11206 vsize=13980036 memory=188780 CPUtime=3 cores=1,3,5,7
/proc/11209/stat : 11209 (java) S 11206 11209 12560 0 -1 1077944320 28146 0 0 0 292 8 0 0 20 0 15 0 69066263 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140729504656432 140267265830647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
/proc/11209/statm: 3495009 47195 3749 1 0 3483783 0
[pid=11209/tid=11211] ppid=11206 vsize=13980036 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/11209/task/11211/stat : 11211 (java) R 11206 11209 12560 0 -1 4202560 13887 0 0 0 122 6 0 0 20 0 15 0 69066268 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140267270068264 140266875277163 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11212] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11212/stat : 11212 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140267200265232 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11213] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11213/stat : 11213 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140267199212688 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11214] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11214/stat : 11214 (java) S 11206 11209 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140267198159632 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11215] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11215/stat : 11215 (java) S 11206 11209 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066268 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140267197107088 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11216] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11216/stat : 11216 (java) S 11206 11209 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266744281328 140267265841794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11217] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11217/stat : 11217 (java) S 11206 11209 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266743227552 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11218] ppid=11206 vsize=13980036 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11218/stat : 11218 (java) S 11206 11209 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066270 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266742174448 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11219] ppid=11206 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11219/stat : 11219 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266741123024 140267265849243 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11220] ppid=11206 vsize=13980036 memory=4627829660337606006 CPUtime=0.66 cores=1,3,5,7
/proc/11209/task/11220/stat : 11220 (java) R 11206 11209 12560 0 -1 4202560 5384 0 0 0 66 0 0 0 20 0 15 0 69066273 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266740052168 140267247373936 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11221] ppid=11206 vsize=13980036 memory=4206751525541407381 CPUtime=0.63 cores=1,3,5,7
/proc/11209/task/11221/stat : 11221 (java) R 11206 11209 12560 0 -1 4202560 5929 0 0 0 63 0 0 0 20 0 15 0 69066273 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266738999576 140267249324825 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11222] ppid=11206 vsize=13980036 memory=-4865682228692870029 CPUtime=0.39 cores=1,3,5,7
/proc/11209/task/11222/stat : 11222 (java) S 11206 11209 12560 0 -1 1077944384 1557 0 0 0 39 0 0 0 20 0 15 0 69066273 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266737965552 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11223] ppid=11206 vsize=13980036 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11223/stat : 11223 (java) S 11206 11209 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066273 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266736913248 140267265840853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
[pid=11209/tid=11224] ppid=11206 vsize=13980036 memory=7079773338797892951 CPUtime=0 cores=1,3,5,7
/proc/11209/task/11224/stat : 11224 (java) S 11206 11209 12560 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 69066278 14315556864 47195 18446744073709551615 4194304 4196468 140729504673888 140266735860272 140267265841794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140729504682350 140729504682537 140729504682537 140729504686031 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 188780 KiB

Child status: 0
Real time (s): 1.46551
CPU time (s): 3.14901
CPU user time (s): 3.05031
CPU system time (s): 0.098706
CPU usage (%): 214.876
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 188780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.05031
system time used= 0.098706
maximum resident set size= 193536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29088
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= 2200
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 11209
#   total CPU time (s): 3.14901
#   total CPU user time (s): 3.05031
#   total CPU system time (s): 0.098706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035714 second user time and 0.050595 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 01:44:27
IDJOB=4274195
IDBENCH=115704
IDSOLVER=2666
FILE ID=node126/4274195-1502668709
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5567_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-4274195-1502668709/watcher-4274195-1502668709 -o /tmp/evaluation-result-4274195-1502668709/solver-4274195-1502668709 -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 1515623609 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274195-1502668709.xml

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

MD5SUM BENCH= 8a6a7065f0b63cf63ee64db4f5edcf0c
RANDOM SEED=1515623609

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:        31310316 kB
MemAvailable:   31734592 kB
Buffers:          280928 kB
Cached:           414124 kB
SwapCached:          524 kB
Active:           788776 kB
Inactive:         195440 kB
Active(anon):     237348 kB
Inactive(anon):    85424 kB
Active(file):     551428 kB
Inactive(file):   110016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42608 kB
Writeback:             0 kB
AnonPages:        288728 kB
Mapped:            61732 kB
Shmem:             33440 kB
Slab:             183468 kB
SReclaimable:     157336 kB
SUnreclaim:        26132 kB
KernelStack:        3392 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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-14 01:44:29