Trace number 4250208

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
R1: Concrete 3.4UNSAT 18.3727 6.9031

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
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.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

3.84/2.31	c Concrete v3.4 running
18.07/6.84	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250208-1500776352/watcher-4250208-1500776352 -o /tmp/evaluation-result-4250208-1500776352/solver-4250208-1500776352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560 bin/concrete HOME/instance-4250208-1500776352.xml 

pid=29975
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.27 1.91 1.66 4/261 29978
/proc/meminfo: memFree=30894500/32770624 swapFree=7184/341324
[pid=29978] ppid=29975 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (bash) S 29975 29978 25602 0 -1 4202496 687 1530 0 0 0 0 0 0 20 0 1 0 12901917 9736192 351 33554432000 4194304 5098028 140735959107664 140735959105304 140211296054272 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 35438592 140735959110926 140735959111011 140735959111011 140735959113710 0
/proc/29978/statm: 2377 351 278 221 0 86 0

[startup+0.10006 s]
/proc/loadavg: 2.27 1.91 1.66 4/261 29978
/proc/meminfo: memFree=30894500/32770624 swapFree=7184/341324
[pid=29978] ppid=29975 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (bash) S 29975 29978 25602 0 -1 4202496 886 6408 0 0 0 0 0 1 20 0 1 0 12901917 9871360 378 33554432000 4194304 5098028 140735959107664 140735959101672 140211296054272 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 35438592 140735959110926 140735959111011 140735959111011 140735959113710 0
/proc/29978/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200239 s]
/proc/loadavg: 2.27 1.91 1.66 4/261 29978
/proc/meminfo: memFree=30894500/32770624 swapFree=7184/341324
[pid=29978] ppid=29975 vsize=10835244 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 5553 12559 0 0 7 2 7 3 20 0 19 0 12901917 11095289856 5832 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2708811 5832 2532 1 0 2697249 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10835244

[startup+0.300307 s]
/proc/loadavg: 2.27 1.91 1.66 4/261 29978
/proc/meminfo: memFree=30894500/32770624 swapFree=7184/341324
[pid=29978] ppid=29975 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 9103 12559 0 0 22 3 7 3 20 0 20 0 12901917 11163947008 10139 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2725573 10139 2981 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.70032 s]
/proc/loadavg: 2.27 1.91 1.66 4/261 29978
/proc/meminfo: memFree=30894500/32770624 swapFree=7184/341324
[pid=29978] ppid=29975 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 12029 12559 0 0 73 4 7 3 20 0 20 0 12901917 11164385280 14836 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2725680 14836 3138 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 2.27 1.91 1.66 4/281 30051
/proc/meminfo: memFree=30800256/32770624 swapFree=7184/341672
[pid=29978] ppid=29975 vsize=10913344 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 25615 12559 0 0 195 9 7 3 20 0 20 0 12901917 11175264256 34832 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2728336 34832 3374 1 0 2716450 0
[pid=29978/tid=30033] ppid=29975 vsize=10913344 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30033/stat : 30033 (java) R 29975 29978 25602 0 -1 4202560 19639 12559 0 0 130 6 7 3 20 0 20 0 12901929 11175264256 34832 33554432000 4194304 4196468 140730615924416 139891260069008 139891255848342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30034] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30034/stat : 30034 (java) S 29975 29978 25602 0 -1 1077944384 2 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139891181910928 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30035] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30035/stat : 30035 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139891180858128 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30036] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30036/stat : 30036 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139891179805840 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30037] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30037/stat : 30037 (java) S 29975 29978 25602 0 -1 1077944384 2 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890859699216 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30038] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30038/stat : 30038 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890858645904 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30039] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30039/stat : 30039 (java) S 29975 29978 25602 0 -1 1077944384 2 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890857593104 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30040] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30040/stat : 30040 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890856540816 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30041] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30041/stat : 30041 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901930 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890855488016 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30042] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30042/stat : 30042 (java) S 29975 29978 25602 0 -1 1077944384 5 12559 0 0 0 0 7 3 20 0 20 0 12901932 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890529192560 139891255847554 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30043] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30043/stat : 30043 (java) S 29975 29978 25602 0 -1 1077944384 33 12559 0 0 0 0 7 3 20 0 20 0 12901933 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890528138528 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30044] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30044/stat : 30044 (java) S 29975 29978 25602 0 -1 1077944384 21 12559 0 0 0 0 7 3 20 0 20 0 12901933 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890527086192 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30045] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30045/stat : 30045 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890526034512 139891255855003 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30046] ppid=29975 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30046/stat : 30046 (java) R 29975 29978 25602 0 -1 1077944384 1054 12559 0 0 13 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890524981360 139891255847554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30047] ppid=29975 vsize=10913344 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30047/stat : 30047 (java) S 29975 29978 25602 0 -1 1077944384 421 12559 0 0 8 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890523928560 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30048] ppid=29975 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) R 29975 29978 25602 0 -1 4202560 1402 12559 0 0 18 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890522876272 139891248821449 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30049] ppid=29975 vsize=10913344 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30049/stat : 30049 (java) R 29975 29978 25602 0 -1 1077944384 884 12559 0 0 23 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890521823472 139891255847554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30050] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30050/stat : 30050 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901937 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890520771424 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30051] ppid=29975 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30051/stat : 30051 (java) S 29975 29978 25602 0 -1 1077944384 4 12559 0 0 0 0 7 3 20 0 20 0 12901938 11175264256 34832 33554432000 4194304 4196468 140730615924416 139890519718704 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 10913344

[startup+3.10098 s]
/proc/loadavg: 2.24 1.91 1.67 6/281 30051
/proc/meminfo: memFree=30717852/32770624 swapFree=7184/341672
[pid=29978] ppid=29975 vsize=10923772 CPUtime=6.66 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 41401 12559 0 0 623 33 7 3 20 0 20 0 12901917 11185942528 76083 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2730943 76083 3483 1 0 2718498 0
[pid=29978/tid=30033] ppid=29975 vsize=10923772 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30033/stat : 30033 (java) R 29975 29978 25602 0 -1 4202560 24420 12559 0 0 278 9 7 3 20 0 20 0 12901929 11185942528 76083 33554432000 4194304 4196468 140730615924416 139891260060576 139891255848342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30034] ppid=29975 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30034/stat : 30034 (java) S 29975 29978 25602 0 -1 1077944384 36 12559 0 0 2 2 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139891181910928 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30035] ppid=29975 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30035/stat : 30035 (java) S 29975 29978 25602 0 -1 1077944384 79 12559 0 0 2 1 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139891180858128 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30036] ppid=29975 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30036/stat : 30036 (java) S 29975 29978 25602 0 -1 1077944384 34 12559 0 0 2 1 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139891179805840 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30037] ppid=29975 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30037/stat : 30037 (java) S 29975 29978 25602 0 -1 1077944384 47 12559 0 0 1 1 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890859699216 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30038] ppid=29975 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30038/stat : 30038 (java) S 29975 29978 25602 0 -1 1077944384 75 12559 0 0 2 2 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890858645904 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30039] ppid=29975 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30039/stat : 30039 (java) S 29975 29978 25602 0 -1 1077944384 155 12559 0 0 2 2 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890857593104 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30040] ppid=29975 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30040/stat : 30040 (java) S 29975 29978 25602 0 -1 1077944384 33 12559 0 0 2 1 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890856540816 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30041] ppid=29975 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30041/stat : 30041 (java) S 29975 29978 25602 0 -1 1077944384 56 12559 0 0 3 1 7 3 20 0 20 0 12901930 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890855488016 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30042] ppid=29975 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30042/stat : 30042 (java) S 29975 29978 25602 0 -1 1077944384 1411 12559 0 0 1 0 7 3 20 0 20 0 12901932 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890529192560 139891255847554 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30043] ppid=29975 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30043/stat : 30043 (java) S 29975 29978 25602 0 -1 1077944384 55 12559 0 0 0 0 7 3 20 0 20 0 12901933 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890528138592 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30044] ppid=29975 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30044/stat : 30044 (java) S 29975 29978 25602 0 -1 1077944384 44 12559 0 0 0 0 7 3 20 0 20 0 12901933 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890527086208 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30045] ppid=29975 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30045/stat : 30045 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890526034512 139891255855003 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30046] ppid=29975 vsize=10923772 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30046/stat : 30046 (java) S 29975 29978 25602 0 -1 1077944384 4718 12559 0 0 95 0 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890524981360 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30047] ppid=29975 vsize=10923772 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30047/stat : 30047 (java) S 29975 29978 25602 0 -1 1077944384 1597 12559 0 0 58 1 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890523928560 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30048] ppid=29975 vsize=10923772 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) S 29975 29978 25602 0 -1 1077944384 3459 12559 0 0 79 1 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890522876272 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30049] ppid=29975 vsize=10923772 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30049/stat : 30049 (java) R 29975 29978 25602 0 -1 4202560 3040 12559 0 0 89 1 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890521823472 139891239916894 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30050] ppid=29975 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30050/stat : 30050 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901937 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890520771424 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30051] ppid=29975 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30051/stat : 30051 (java) S 29975 29978 25602 0 -1 1077944384 6 12559 0 0 0 0 7 3 20 0 20 0 12901938 11185942528 76083 33554432000 4194304 4196468 140730615924416 139890519718704 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 10923772

[startup+6.30114 s]
/proc/loadavg: 2.24 1.91 1.67 4/281 30051
/proc/meminfo: memFree=30289860/32770624 swapFree=7184/341676
[pid=29978] ppid=29975 vsize=10929916 CPUtime=15.73 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 58103 12559 0 0 1467 96 7 3 20 0 20 0 12901917 11192233984 163981 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2732479 163981 3503 1 0 2720034 0
[pid=29978/tid=30033] ppid=29975 vsize=10929916 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30033/stat : 30033 (java) R 29975 29978 25602 0 -1 4202560 34145 12559 0 0 575 15 7 3 20 0 20 0 12901929 11192233984 164047 33554432000 4194304 4196468 140730615924416 139891260052312 139891248553559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30034] ppid=29975 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30034/stat : 30034 (java) S 29975 29978 25602 0 -1 1077944384 207 12559 0 0 8 9 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139891181910928 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30035] ppid=29975 vsize=10929916 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30035/stat : 30035 (java) S 29975 29978 25602 0 -1 1077944384 143 12559 0 0 7 8 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139891180858128 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30036] ppid=29975 vsize=10929916 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30036/stat : 30036 (java) S 29975 29978 25602 0 -1 1077944384 164 12559 0 0 8 8 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139891179805840 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30037] ppid=29975 vsize=10929916 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30037/stat : 30037 (java) S 29975 29978 25602 0 -1 1077944384 133 12559 0 0 7 8 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890859699216 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30038] ppid=29975 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30038/stat : 30038 (java) S 29975 29978 25602 0 -1 1077944384 182 12559 0 0 8 9 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890858645904 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30039] ppid=29975 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30039/stat : 30039 (java) S 29975 29978 25602 0 -1 1077944384 339 12559 0 0 9 9 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890857593104 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30040] ppid=29975 vsize=10929916 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30040/stat : 30040 (java) S 29975 29978 25602 0 -1 1077944384 217 12559 0 0 8 8 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890856540816 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30041] ppid=29975 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30041/stat : 30041 (java) S 29975 29978 25602 0 -1 1077944384 153 12559 0 0 10 8 7 3 20 0 20 0 12901930 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890855488016 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30042] ppid=29975 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30042/stat : 30042 (java) S 29975 29978 25602 0 -1 1077944384 2263 12559 0 0 4 0 7 3 20 0 20 0 12901932 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890529192560 139891255847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30043] ppid=29975 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30043/stat : 30043 (java) S 29975 29978 25602 0 -1 1077944384 55 12559 0 0 0 0 7 3 20 0 20 0 12901933 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890528138656 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30044] ppid=29975 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30044/stat : 30044 (java) S 29975 29978 25602 0 -1 1077944384 44 12559 0 0 0 0 7 3 20 0 20 0 12901933 11192233984 164047 33554432000 4194304 4196468 140730615924416 139890527086208 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30045] ppid=29975 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30045/stat : 30045 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901937 11192233984 164113 33554432000 4194304 4196468 140730615924416 139890526034512 139891255855003 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30046] ppid=29975 vsize=10929916 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30046/stat : 30046 (java) R 29975 29978 25602 0 -1 4202560 6531 12559 0 0 229 2 7 3 20 0 20 0 12901937 11192233984 164179 33554432000 4194304 4196468 140730615924416 139890524967080 139891237380176 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30047] ppid=29975 vsize=10929916 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30047/stat : 30047 (java) S 29975 29978 25602 0 -1 1077944384 2461 12559 0 0 190 1 7 3 20 0 20 0 12901937 11192233984 164179 33554432000 4194304 4196468 140730615924416 139890523928560 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30048] ppid=29975 vsize=10929916 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) R 29975 29978 25602 0 -1 4202560 4439 12559 0 0 222 1 7 3 20 0 20 0 12901937 11192233984 164179 33554432000 4194304 4196468 140730615924416 139890522857288 139891248073534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30049] ppid=29975 vsize=10929916 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30049/stat : 30049 (java) S 29975 29978 25602 0 -1 1077944384 4568 12559 0 0 173 2 7 3 20 0 20 0 12901937 11192233984 164245 33554432000 4194304 4196468 140730615924416 139890521823472 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30050] ppid=29975 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30050/stat : 30050 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901937 11192233984 164245 33554432000 4194304 4196468 140730615924416 139890520771424 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30051] ppid=29975 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30051/stat : 30051 (java) S 29975 29978 25602 0 -1 1077944384 11 12559 0 0 0 0 7 3 20 0 20 0 12901938 11192233984 164245 33554432000 4194304 4196468 140730615924416 139890519718704 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 10929916

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29978 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40148 s]
/proc/loadavg: 2.24 1.91 1.67 4/281 30051
/proc/meminfo: memFree=30289860/32770624 swapFree=7184/341676
[pid=29978] ppid=29975 vsize=10997500 CPUtime=16.12 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 64631 12559 0 0 1505 97 7 3 20 0 20 0 12901917 11261440000 170494 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2749375 170494 3503 1 0 2736930 0
[pid=29978/tid=30033] ppid=29975 vsize=10997500 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30033/stat : 30033 (java) R 29975 29978 25602 0 -1 4202560 38557 12559 0 0 584 15 7 3 20 0 20 0 12901929 11261440000 170494 33554432000 4194304 4196468 140730615924416 139891260063984 139891237654841 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30034] ppid=29975 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30034/stat : 30034 (java) S 29975 29978 25602 0 -1 1077944384 207 12559 0 0 8 9 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139891181910928 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30035] ppid=29975 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30035/stat : 30035 (java) S 29975 29978 25602 0 -1 1077944384 143 12559 0 0 7 8 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139891180858128 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30036] ppid=29975 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30036/stat : 30036 (java) S 29975 29978 25602 0 -1 1077944384 164 12559 0 0 8 8 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139891179805840 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30037] ppid=29975 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30037/stat : 30037 (java) S 29975 29978 25602 0 -1 1077944384 133 12559 0 0 7 8 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890859699216 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30038] ppid=29975 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30038/stat : 30038 (java) S 29975 29978 25602 0 -1 1077944384 182 12559 0 0 8 9 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890858645904 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30039] ppid=29975 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30039/stat : 30039 (java) S 29975 29978 25602 0 -1 1077944384 339 12559 0 0 9 9 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890857593104 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30040] ppid=29975 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30040/stat : 30040 (java) S 29975 29978 25602 0 -1 1077944384 217 12559 0 0 8 8 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890856540816 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30041] ppid=29975 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30041/stat : 30041 (java) S 29975 29978 25602 0 -1 1077944384 153 12559 0 0 10 8 7 3 20 0 20 0 12901930 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890855488016 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30042] ppid=29975 vsize=10997500 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30042/stat : 30042 (java) S 29975 29978 25602 0 -1 1077944384 2263 12559 0 0 4 0 7 3 20 0 20 0 12901932 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890529192560 139891255847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30043] ppid=29975 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30043/stat : 30043 (java) S 29975 29978 25602 0 -1 1077944384 55 12559 0 0 0 0 7 3 20 0 20 0 12901933 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890528138656 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30044] ppid=29975 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30044/stat : 30044 (java) S 29975 29978 25602 0 -1 1077944384 44 12559 0 0 0 0 7 3 20 0 20 0 12901933 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890527086208 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30045] ppid=29975 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30045/stat : 30045 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890526034512 139891255855003 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30046] ppid=29975 vsize=10997500 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30046/stat : 30046 (java) R 29975 29978 25602 0 -1 4202560 7422 12559 0 0 239 2 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890524968912 139891236176310 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30047] ppid=29975 vsize=10997500 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30047/stat : 30047 (java) R 29975 29978 25602 0 -1 4202560 2461 12559 0 0 196 1 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890523916752 139891234239808 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30048] ppid=29975 vsize=10997500 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) R 29975 29978 25602 0 -1 4202560 5565 12559 0 0 232 1 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890522857288 139891236535944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30049] ppid=29975 vsize=10997500 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30049/stat : 30049 (java) S 29975 29978 25602 0 -1 1077944384 4578 12559 0 0 176 2 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890521823472 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30050] ppid=29975 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30050/stat : 30050 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901937 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890520771424 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30051] ppid=29975 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30051/stat : 30051 (java) S 29975 29978 25602 0 -1 1077944384 11 12559 0 0 0 0 7 3 20 0 20 0 12901938 11261440000 170494 33554432000 4194304 4196468 140730615924416 139890519718704 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 10997500

[startup+6.80088 s]
/proc/loadavg: 2.24 1.91 1.67 6/281 30051
/proc/meminfo: memFree=30220220/32770624 swapFree=7184/341676
[pid=29978] ppid=29975 vsize=10999672 CPUtime=18.07 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) S 29975 29978 25602 0 -1 1077944320 67382 12559 0 0 1699 98 7 3 20 0 20 0 12901917 11263664128 174226 33554432000 4194304 4196468 140730615924416 140730615906960 139891255836407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
/proc/29978/statm: 2749918 174226 3504 1 0 2737473 0
[pid=29978/tid=30033] ppid=29975 vsize=10999672 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30033/stat : 30033 (java) S 29975 29978 25602 0 -1 1077944384 38642 12559 0 0 604 15 7 3 20 0 20 0 12901929 11263664128 174226 33554432000 4194304 4196468 140730615924416 139891260074160 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30034] ppid=29975 vsize=10999672 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30034/stat : 30034 (java) S 29975 29978 25602 0 -1 1077944384 212 12559 0 0 19 9 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139891181910928 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30035] ppid=29975 vsize=10999672 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30035/stat : 30035 (java) S 29975 29978 25602 0 -1 1077944384 152 12559 0 0 17 8 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139891180858128 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30036] ppid=29975 vsize=10999672 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30036/stat : 30036 (java) S 29975 29978 25602 0 -1 1077944384 167 12559 0 0 17 8 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139891179805840 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30037] ppid=29975 vsize=10999672 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30037/stat : 30037 (java) S 29975 29978 25602 0 -1 1077944384 142 12559 0 0 16 8 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890859699216 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30038] ppid=29975 vsize=10999672 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30038/stat : 30038 (java) S 29975 29978 25602 0 -1 1077944384 187 12559 0 0 19 9 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890858645904 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30039] ppid=29975 vsize=10999672 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30039/stat : 30039 (java) S 29975 29978 25602 0 -1 1077944384 340 12559 0 0 19 9 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890857593104 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30040] ppid=29975 vsize=10999672 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30040/stat : 30040 (java) S 29975 29978 25602 0 -1 1077944384 224 12559 0 0 19 8 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890856540816 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30041] ppid=29975 vsize=10999672 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30041/stat : 30041 (java) S 29975 29978 25602 0 -1 1077944384 166 12559 0 0 21 8 7 3 20 0 20 0 12901930 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890855488016 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30042] ppid=29975 vsize=10999672 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30042/stat : 30042 (java) R 29975 29978 25602 0 -1 4202560 2437 12559 0 0 12 0 7 3 20 0 20 0 12901932 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890529190848 139891240191087 0 0 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30043] ppid=29975 vsize=10999672 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30043/stat : 30043 (java) S 29975 29978 25602 0 -1 1077944384 55 12559 0 0 0 0 7 3 20 0 20 0 12901933 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890528138640 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30044] ppid=29975 vsize=10999672 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30044/stat : 30044 (java) S 29975 29978 25602 0 -1 1077944384 44 12559 0 0 0 0 7 3 20 0 20 0 12901933 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890527085808 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30045] ppid=29975 vsize=10999672 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30045/stat : 30045 (java) S 29975 29978 25602 0 -1 1077944384 1 12559 0 0 0 0 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890526034512 139891255855003 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30046] ppid=29975 vsize=10999672 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30046/stat : 30046 (java) S 29975 29978 25602 0 -1 1077944384 7470 12559 0 0 259 2 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890524961200 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30047] ppid=29975 vsize=10999672 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30047/stat : 30047 (java) S 29975 29978 25602 0 -1 1077944384 3020 12559 0 0 216 1 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890523913456 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30048] ppid=29975 vsize=10999672 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) R 29975 29978 25602 0 -1 4202560 7371 12559 0 0 271 2 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890522862248 139891237359311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30049] ppid=29975 vsize=10999672 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30049/stat : 30049 (java) S 29975 29978 25602 0 -1 1077944384 4605 12559 0 0 183 2 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890521823472 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30050] ppid=29975 vsize=10999672 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30050/stat : 30050 (java) S 29975 29978 25602 0 -1 1077944384 3 12559 0 0 0 0 7 3 20 0 20 0 12901937 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890520771424 139891255846613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
[pid=29978/tid=30051] ppid=29975 vsize=10999672 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30051/stat : 30051 (java) S 29975 29978 25602 0 -1 1077944384 11 12559 0 0 0 0 7 3 20 0 20 0 12901938 11263664128 174226 33554432000 4194304 4196468 140730615924416 139890519718704 139891255847554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13623296 140730615929537 140730615932311 140730615932311 140730615934927 0
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (KiB) 10999672

[startup+6.90075 s]
/proc/loadavg: 2.24 1.91 1.67 6/281 30051
/proc/meminfo: memFree=30220220/32770624 swapFree=7184/341676
[pid=29978] ppid=29975 vsize=0 CPUtime=18.34 cores=0,2,4,6,8,10,12,14
/proc/29978/stat : 29978 (java) Z 29975 29978 25602 0 -1 4227084 68044 12559 0 0 1724 100 7 3 20 0 2 0 12901917 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/29978/statm: 0 0 0 0 0 0 0
[pid=29978/tid=30048] ppid=29975 vsize=0 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/29978/task/30048/stat : 30048 (java) R 29975 29978 25602 0 -1 4203588 7923 12559 0 0 280 3 7 3 20 0 2 0 12901937 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.34
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.9031
CPU time (s): 18.3727
CPU user time (s): 17.3273
CPU system time (s): 1.0454
CPU usage (%): 266.151
Max. virtual memory (cumulated for all children) (KiB): 10999672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3273
system time used= 1.0454
maximum resident set size= 698408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80603
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11536
involuntary context switches= 2342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057738 second user time and 0.076613 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-23 04:19:12
IDJOB=4250208
IDBENCH=139308
IDSOLVER=2630
FILE ID=node139/4250208-1500776352
RUNJOBID= node139-1500773743-28228
PBS_JOBID= 20624581
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250208-1500776352/watcher-4250208-1500776352 -o /tmp/evaluation-result-4250208-1500776352/solver-4250208-1500776352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560  bin/concrete HOME/instance-4250208-1500776352.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=1425736740

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

/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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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	: 8
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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30894756 kB
MemAvailable:   31396096 kB
Buffers:          162960 kB
Cached:           616856 kB
SwapCached:            0 kB
Active:          1083732 kB
Inactive:         349972 kB
Active(anon):     657024 kB
Inactive(anon):     8648 kB
Active(file):     426708 kB
Inactive(file):   341324 kB
Unevictable:        7184 kB
Mlocked:            7184 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27732 kB
Writeback:             0 kB
AnonPages:        664304 kB
Mapped:            45244 kB
Shmem:              8852 kB
Slab:             133220 kB
SReclaimable:      98284 kB
SUnreclaim:        34936 kB
KernelStack:        4736 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61888 MiB
End job on node139 at 2017-07-23 04:19:19