Trace number 4274196

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.2505801 1.81349

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5575_X2.xml
MD5SUM947aaa5b42c66575ddcf4e155c683c91
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 benchmark1.2416
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":5575,"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.29/0.37	c version: 2017-07-26
0.67/0.80	c seed: 280659574
0.67/0.80	c timeout: 2520
0.67/0.80	c memlimit: 11000
0.67/0.80	c nbcore: 4
0.67/0.80	c Parsing instance...
1.47/1.25	c Parsing done, starting search...
3.02/1.75	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-4274196-1502668712/watcher-4274196-1502668712 -o /tmp/evaluation-result-4274196-1502668712/solver-4274196-1502668712 -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 280659574 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274196-1502668712.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
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=11285, runsolver pid=11282
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 2.03 1.87 1.82 3/200 11291
/proc/meminfo: memFree=31304208/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13440536 memory=15988 CPUtime=0.02 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 3804 0 0 0 1 1 0 0 20 0 7 0 69066553 13763108864 3931 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3360134 3997 2034 1 0 3349631 0
[pid=11285/tid=11287] ppid=11282 vsize=13440536 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) R 11282 11285 12560 0 -1 4202560 2517 0 0 0 1 0 0 0 20 0 7 0 69066561 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139972597746448 139972586221143 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13440536 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 69066562 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13440536 memory=140605208471168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 69066562 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 69066562 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 69066562 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13440536 memory=140605208471168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 69066563 13763108864 3997 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15988 KiB

[startup+0.209586 s]*
/proc/loadavg: 2.03 1.87 1.82 3/209 11300
/proc/meminfo: memFree=31292772/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13976944 memory=34400 CPUtime=0.11 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 9101 0 0 0 9 2 0 0 20 0 15 0 69066553 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3494236 8600 3386 1 0 3483015 0
[pid=11285/tid=11287] ppid=11282 vsize=13976944 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) R 11282 11285 12560 0 -1 4202560 7045 0 0 0 7 2 0 0 20 0 15 0 69066561 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139972597693440 139972586183709 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13976944 memory=328 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13976944 memory=288370981360182912 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13976944 memory=140605208471168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066563 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066564 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066564 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971709102544 139972593522587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) S 11282 11285 12560 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 69066566 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971708049648 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971706997104 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=13976944 memory=140605208471168 CPUtime=0.01 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 69066566 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11300] ppid=11282 vsize=13976944 memory=140605208471168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11300/stat : 11300 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066570 14312390656 8600 18446744073709551615 4194304 4196468 140726382404160 139971703839792 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 34400 KiB

[startup+0.316677 s]*
/proc/loadavg: 2.03 1.87 1.82 4/209 11300
/proc/meminfo: memFree=31261564/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13975920 memory=42452 CPUtime=0.29 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 10888 0 0 0 26 3 0 0 20 0 15 0 69066553 14311342080 10613 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3493980 10613 3572 1 0 3482759 0
[pid=11285/tid=11287] ppid=11282 vsize=13975920 memory=-7677926825137650786 CPUtime=0.19 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) R 11282 11285 12560 0 -1 4202560 8461 0 0 0 16 3 0 0 20 0 15 0 69066561 14311342080 10613 18446744073709551615 4194304 4196468 140726382404160 139972597721216 139972577584478 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14311342080 10613 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066563 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066564 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066564 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971709102544 139972593522587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=13975920 memory=140605082840960 CPUtime=0.02 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) S 11282 11285 12560 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 15 0 69066566 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971708049648 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) S 11282 11285 12560 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 69066566 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971706997104 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=13975920 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 451 0 0 0 5 0 0 0 20 0 15 0 69066566 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11300] ppid=11282 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11300/stat : 11300 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066570 14311342080 10677 18446744073709551615 4194304 4196468 140726382404160 139971703839792 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42452 KiB

[startup+0.700657 s]
/proc/loadavg: 2.03 1.87 1.82 3/209 11300
/proc/meminfo: memFree=31256624/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13975940 memory=57272 CPUtime=0.67 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 13093 0 0 0 62 5 0 0 20 0 15 0 69066553 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3493985 14318 3704 1 0 3482759 0
[pid=11285/tid=11287] ppid=11282 vsize=13975940 memory=164 CPUtime=0.39 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) D 11282 11285 12560 0 -1 4202560 9995 0 0 0 35 4 0 0 20 0 15 0 69066561 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139972597742480 139972593525917 0 4 1 16800974 18446744072099589253 0 0 -1 5 0 0 3 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13975940 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13975940 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13975940 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13975940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13975940 memory=281210165403168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066563 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=13975940 memory=281210165381376 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066564 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=13975940 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066564 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=13975940 memory=15252640871220990 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971709102544 139972593522587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=13975940 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) S 11282 11285 12560 0 -1 1077944384 752 0 0 0 8 0 0 0 20 0 15 0 69066566 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971708049648 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=13975940 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) S 11282 11285 12560 0 -1 1077944384 407 0 0 0 5 0 0 0 20 0 15 0 69066566 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971706997104 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=13975940 memory=1 CPUtime=0.12 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 556 0 0 0 12 0 0 0 20 0 15 0 69066566 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=13975940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11300] ppid=11282 vsize=13975940 memory=1755 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11300/stat : 11300 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066570 14311362560 14318 18446744073709551615 4194304 4196468 140726382404160 139971703839792 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 13975940 KiB
Current children cumulated memory: 57272 KiB

[startup+1.5008 s]
/proc/loadavg: 2.03 1.87 1.82 5/209 11300
/proc/meminfo: memFree=31257096/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13980036 memory=172844 CPUtime=2.41 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 26259 0 0 0 232 9 0 0 20 0 15 0 69066553 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3495009 43211 3749 1 0 3483783 0
[pid=11285/tid=11287] ppid=11282 vsize=13980036 memory=7811605056954327896 CPUtime=1.08 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) R 11282 11285 12560 0 -1 4202560 13890 0 0 0 102 6 0 0 20 0 15 0 69066561 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139972597740024 139972198978368 0 4 1 16800974 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13980036 memory=164 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13980036 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066563 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=13980036 memory=281210165403168 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066564 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=13980036 memory=281210165375936 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066564 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971709102544 139972593522587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=13980036 memory=576583242059703325 CPUtime=0.5 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) R 11282 11285 12560 0 -1 4202560 4683 0 0 0 50 0 0 0 20 0 15 0 69066566 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971708030664 139972577896371 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=13980036 memory=288286692652365490 CPUtime=0.4 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) R 11282 11285 12560 0 -1 4202560 4799 0 0 0 40 0 0 0 20 0 15 0 69066566 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971706982568 139972572855497 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=13980036 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 1498 0 0 0 39 0 0 0 20 0 15 0 69066566 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11300] ppid=11282 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11300/stat : 11300 (java) S 11282 11285 12560 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 69066570 14315556864 43211 18446744073709551615 4194304 4196468 140726382404160 139971703839792 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 172844 KiB

[startup+1.81345 s]
# the end of solver process 11285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.14695 s, system=0.103632 s

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

[startup+1.6009 s]
/proc/loadavg: 2.03 1.87 1.82 5/209 11300
/proc/meminfo: memFree=31257096/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=13980036 memory=181596 CPUtime=2.71 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 27559 0 0 0 262 9 0 0 20 0 15 0 69066553 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3495009 45399 3749 1 0 3483783 0
[pid=11285/tid=11287] ppid=11282 vsize=13980036 memory=6944656592452729696 CPUtime=1.18 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) R 11282 11285 12560 0 -1 4202560 13924 0 0 0 112 6 0 0 20 0 15 0 69066561 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139972597739768 139972199932199 0 4 1 16800974 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=13980036 memory=6944656592452729696 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=13980036 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=13980036 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=13980036 memory=8548512251955433145 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69066562 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=13980036 memory=-8245070985095736464 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69066563 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971779594992 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69066564 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=13980036 memory=38960 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69066564 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=13980036 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971709102544 139972593522587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=13980036 memory=2384 CPUtime=0.6 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) R 11282 11285 12560 0 -1 4202560 5382 0 0 0 60 0 0 0 20 0 15 0 69066566 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971708030664 139972575048096 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=13980036 memory=1688 CPUtime=0.5 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) R 11282 11285 12560 0 -1 4202560 5343 0 0 0 49 1 0 0 20 0 15 0 69066566 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971706982568 139972576716027 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=13980036 memory=5808 CPUtime=0.39 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 1520 0 0 0 39 0 0 0 20 0 15 0 69066566 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69066566 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11300] ppid=11282 vsize=13980036 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11300/stat : 11300 (java) S 11282 11285 12560 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 69066570 14315556864 45399 18446744073709551615 4194304 4196468 140726382404160 139971703839792 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 181596 KiB

[startup+1.80075 s]
/proc/loadavg: 2.03 1.87 1.82 5/209 11300
/proc/meminfo: memFree=31257096/32770624 swapFree=67105588/67108860
[pid=11285] ppid=11282 vsize=14046600 memory=193092 CPUtime=3.23 cores=1,3,5,7
/proc/11285/stat : 11285 (java) S 11282 11285 12560 0 -1 1077944320 29049 0 0 0 314 9 0 0 20 0 14 0 69066553 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 140726382386704 139972593503991 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
/proc/11285/statm: 3511650 48273 3755 1 0 3500424 0
[pid=11285/tid=11287] ppid=11282 vsize=14046600 memory=1196 CPUtime=1.34 cores=1,3,5,7
/proc/11285/task/11287/stat : 11287 (java) S 11282 11285 12560 0 -1 1077944384 14499 0 0 0 128 6 0 0 20 0 14 0 69066561 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139972597746832 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11288] ppid=11282 vsize=14046600 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11288/stat : 11288 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69066562 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139972527938064 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11289] ppid=11282 vsize=14046600 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11289/stat : 11289 (java) S 11282 11285 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69066562 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139972526885520 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11290] ppid=11282 vsize=14046600 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11290/stat : 11290 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69066562 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139972525832464 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11291] ppid=11282 vsize=14046600 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11291/stat : 11291 (java) S 11282 11285 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69066562 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139972524779920 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11292] ppid=11282 vsize=14046600 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11292/stat : 11292 (java) S 11282 11285 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 14 0 69066563 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971779595200 139972593515138 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11293] ppid=11282 vsize=14046600 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11293/stat : 11293 (java) S 11282 11285 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 69066564 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971778541216 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11294] ppid=11282 vsize=14046600 memory=189103853342043 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11294/stat : 11294 (java) S 11282 11285 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 69066564 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971777488112 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11295] ppid=11282 vsize=14046600 memory=24591 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11295/stat : 11295 (java) S 11282 11285 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 69066566 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971709101312 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11296] ppid=11282 vsize=14046600 memory=6935650355271196736 CPUtime=0.8 cores=1,3,5,7
/proc/11285/task/11296/stat : 11296 (java) S 11282 11285 12560 0 -1 1077944384 5700 0 0 0 80 0 0 0 20 0 14 0 69066566 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971708034160 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11297] ppid=11282 vsize=14046600 memory=6935649255759569728 CPUtime=0.66 cores=1,3,5,7
/proc/11285/task/11297/stat : 11297 (java) S 11282 11285 12560 0 -1 1077944384 5849 0 0 0 65 1 0 0 20 0 14 0 69066566 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971706977504 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11298] ppid=11282 vsize=14046600 memory=281210165133552 CPUtime=0.4 cores=1,3,5,7
/proc/11285/task/11298/stat : 11298 (java) S 11282 11285 12560 0 -1 1077944384 1522 0 0 0 40 0 0 0 20 0 14 0 69066566 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971705944048 139972593515138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
[pid=11285/tid=11299] ppid=11282 vsize=14046600 memory=4638778437323477328 CPUtime=0 cores=1,3,5,7
/proc/11285/task/11299/stat : 11299 (java) S 11282 11285 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69066566 14383718400 48273 18446744073709551615 4194304 4196468 140726382404160 139971704891744 139972593514197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27537408 140726382412143 140726382412329 140726382412329 140726382415823 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 193092 KiB

Child status: 0
Real time (s): 1.81349
CPU time (s): 3.25058
CPU user time (s): 3.14695
CPU system time (s): 0.103632
CPU usage (%): 179.244
Max. virtual memory (cumulated for all children) (KiB): 14046600
Max. memory (cumulated for all children) (KiB): 193092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.14695
system time used= 0.103632
maximum resident set size= 193456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2127
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 11285
#   total CPU time (s): 3.25058
#   total CPU user time (s): 3.14695
#   total CPU system time (s): 0.103632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034298 second user time and 0.052519 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 01:44:30
IDJOB=4274196
IDBENCH=115707
IDSOLVER=2666
FILE ID=node126/4274196-1502668712
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-5575_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-4274196-1502668712/watcher-4274196-1502668712 -o /tmp/evaluation-result-4274196-1502668712/solver-4274196-1502668712 -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 280659574 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274196-1502668712.xml

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

MD5SUM BENCH= 947aaa5b42c66575ddcf4e155c683c91
RANDOM SEED=280659574

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:        31309664 kB
MemAvailable:   31734168 kB
Buffers:          280928 kB
Cached:           414180 kB
SwapCached:          524 kB
Active:           789284 kB
Inactive:         195476 kB
Active(anon):     237664 kB
Inactive(anon):    85424 kB
Active(file):     551620 kB
Inactive(file):   110052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42652 kB
Writeback:             0 kB
AnonPages:        411860 kB
Mapped:            61544 kB
Shmem:             33440 kB
Slab:             183428 kB
SReclaimable:     157336 kB
SUnreclaim:        26092 kB
KernelStack:        3728 kB
PageTables:         5340 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:    288768 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:32