Trace number 4247845

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 27.1528 14.0179

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
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.31001899
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

3.54/2.22	c Concrete v3.4 running
26.83/13.98	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-4247845-1502141389/watcher-4247845-1502141389 -o /tmp/evaluation-result-4247845-1502141389/solver-4247845-1502141389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560 bin/concrete HOME/instance-4247845-1502141389.xml 

pid=26848
running on 4 cores: 1,3,5,7

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.07 1.79 1.78 2/198 26851
/proc/meminfo: memFree=30094940/32770624 swapFree=0/453688
[pid=26851] ppid=26848 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26851/stat : 26851 (runsolver) D 26848 26851 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 61645041 24240128 107 18446744073709551615 4194304 4338465 140736439180480 140736439178120 139746303824599 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22642688 140736439181520 140736439181897 140736439181897 140736439185354 0
/proc/26851/statm: 5918 107 54 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 2.07 1.79 1.78 2/198 26851
/proc/meminfo: memFree=30094940/32770624 swapFree=0/453688
[pid=26851] ppid=26848 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/26851/stat : 26851 (bash) R 26848 26851 25139 0 -1 4202496 874 6454 0 0 0 0 0 1 20 0 1 0 61645041 9871360 374 18446744073709551615 4194304 5098028 140730205089008 140730205082744 139958201333580 0 65538 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 29716480 140730205090324 140730205090409 140730205090409 140730205093866 0
/proc/26851/statm: 2410 374 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200268 s]
/proc/loadavg: 2.07 1.79 1.78 2/198 26851
/proc/meminfo: memFree=30094940/32770624 swapFree=0/453688
[pid=26851] ppid=26848 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/26851/stat : 26851 (bash) S 26848 26851 25139 0 -1 4202496 883 6454 0 0 0 0 0 1 20 0 1 0 61645041 9871360 374 18446744073709551615 4194304 5098028 140730205089008 140730205083016 139958201506816 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 29716480 140730205090324 140730205090409 140730205090409 140730205093866 0
/proc/26851/statm: 2410 374 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300265 s]
/proc/loadavg: 2.07 1.79 1.78 2/198 26851
/proc/meminfo: memFree=30094940/32770624 swapFree=0/453688
[pid=26851] ppid=26848 vsize=10551880 CPUtime=0.14 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 5878 12655 0 0 6 1 5 2 20 0 15 0 61645041 10805125120 6058 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2637970 6058 2581 1 0 2627467 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551880

[startup+0.700296 s]
/proc/loadavg: 2.07 1.79 1.78 2/198 26851
/proc/meminfo: memFree=30094940/32770624 swapFree=0/453688
[pid=26851] ppid=26848 vsize=10552792 CPUtime=0.7 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 13958 12655 0 0 59 4 5 2 20 0 15 0 61645041 10806059008 14929 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2638198 14929 3137 1 0 2627467 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10552792

[startup+1.50167 s]
/proc/loadavg: 2.07 1.79 1.78 6/213 26914
/proc/meminfo: memFree=29993640/32770624 swapFree=0/453736
[pid=26851] ppid=26848 vsize=10563416 CPUtime=1.9 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 28568 12655 0 0 172 11 5 2 20 0 15 0 61645041 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2640854 40519 3355 1 0 2630027 0
[pid=26851/tid=26901] ppid=26848 vsize=10563416 CPUtime=1.3 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) S 26848 26851 25139 0 -1 1077944384 23144 12655 0 0 115 8 5 2 20 0 15 0 61645062 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627535629536 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) S 26848 26851 25139 0 -1 1077944384 165 12655 0 0 0 0 5 2 20 0 15 0 61645063 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) S 26848 26851 25139 0 -1 1077944384 37 12655 0 0 0 0 5 2 20 0 15 0 61645063 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645063 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627139963920 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) S 26848 26851 25139 0 -1 1077944384 38 12655 0 0 0 0 5 2 20 0 15 0 61645063 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627138911376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) R 26848 26851 25139 0 -1 4202560 64 12655 0 0 0 0 5 2 20 0 15 0 61645064 10816937984 40519 18446744073709551615 4194304 4196468 140722892072960 140627027157312 140627511601786 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 33 12655 0 0 0 0 5 2 20 0 15 0 61645065 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627026105248 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 21 12655 0 0 0 0 5 2 20 0 15 0 61645065 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627025052656 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10563416 CPUtime=0.2 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) S 26848 26851 25139 0 -1 1077944384 1048 12655 0 0 13 0 5 2 20 0 15 0 61645068 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627022948848 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10563416 CPUtime=0.23 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) S 26848 26851 25139 0 -1 1077944384 594 12655 0 0 16 0 5 2 20 0 15 0 61645068 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10563416 CPUtime=0.3 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 1230 12655 0 0 23 0 5 2 20 0 15 0 61645068 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627020840960 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 8 12655 0 0 0 0 5 2 20 0 15 0 61645071 10816937984 40545 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10563416

[startup+3.10287 s]
/proc/loadavg: 2.07 1.79 1.78 6/213 26914
/proc/meminfo: memFree=29919112/32770624 swapFree=0/453728
[pid=26851] ppid=26848 vsize=10573844 CPUtime=5.73 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 42778 12655 0 0 550 16 5 2 20 0 15 0 61645041 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2643461 65776 3452 1 0 2632075 0
[pid=26851/tid=26901] ppid=26848 vsize=10573844 CPUtime=2.87 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) R 26848 26851 25139 0 -1 4202560 29310 12655 0 0 270 10 5 2 20 0 15 0 61645062 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627535636256 140627515487582 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) S 26848 26851 25139 0 -1 1077944384 170 12655 0 0 0 0 5 2 20 0 15 0 61645063 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) S 26848 26851 25139 0 -1 1077944384 37 12655 0 0 1 0 5 2 20 0 15 0 61645063 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 1 0 5 2 20 0 15 0 61645063 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627139963920 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) S 26848 26851 25139 0 -1 1077944384 41 12655 0 0 1 0 5 2 20 0 15 0 61645063 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627138911376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) S 26848 26851 25139 0 -1 1077944384 1663 12655 0 0 1 0 5 2 20 0 15 0 61645064 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627027159024 140627531418242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645065 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627026105312 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 47 12655 0 0 0 0 5 2 20 0 15 0 61645065 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627025052672 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10573844 CPUtime=1.01 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) R 26848 26851 25139 0 -1 4202560 3919 12655 0 0 94 0 5 2 20 0 15 0 61645068 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627022931408 140627514893350 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10573844 CPUtime=0.92 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) S 26848 26851 25139 0 -1 1077944384 2233 12655 0 0 85 0 5 2 20 0 15 0 61645068 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10573844 CPUtime=1 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 3102 12655 0 0 92 1 5 2 20 0 15 0 61645068 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627020843760 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 9 12655 0 0 0 0 5 2 20 0 15 0 61645071 10827616256 65776 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 10573844

[startup+6.30073 s]
/proc/loadavg: 2.06 1.79 1.78 3/213 26914
/proc/meminfo: memFree=29657844/32770624 swapFree=0/453724
[pid=26851] ppid=26848 vsize=10577940 CPUtime=12.83 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 52987 12655 0 0 1250 26 5 2 20 0 15 0 61645041 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2644485 153543 3474 1 0 2633099 0
[pid=26851/tid=26901] ppid=26848 vsize=10577940 CPUtime=6 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) R 26848 26851 25139 0 -1 4202560 36630 12655 0 0 577 16 5 2 20 0 15 0 61645062 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627535639248 140627184263039 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10577940 CPUtime=0.12 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) S 26848 26851 25139 0 -1 1077944384 211 12655 0 0 4 1 5 2 20 0 15 0 61645063 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10577940 CPUtime=0.11 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) S 26848 26851 25139 0 -1 1077944384 118 12655 0 0 4 0 5 2 20 0 15 0 61645063 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10577940 CPUtime=0.12 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) S 26848 26851 25139 0 -1 1077944384 79 12655 0 0 4 1 5 2 20 0 15 0 61645063 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627139963920 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10577940 CPUtime=0.12 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) S 26848 26851 25139 0 -1 1077944384 77 12655 0 0 4 1 5 2 20 0 15 0 61645063 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627138911376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10577940 CPUtime=0.1 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) S 26848 26851 25139 0 -1 1077944384 1900 12655 0 0 3 0 5 2 20 0 15 0 61645064 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627027159024 140627531418242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645065 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627026105312 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 47 12655 0 0 0 0 5 2 20 0 15 0 61645065 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627025052672 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10577940 CPUtime=2.65 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) S 26848 26851 25139 0 -1 1077944384 4394 12655 0 0 257 1 5 2 20 0 15 0 61645068 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627022948848 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10577940 CPUtime=2.7 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) R 26848 26851 25139 0 -1 4202560 3499 12655 0 0 262 1 5 2 20 0 15 0 61645068 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627517435823 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10577940 CPUtime=1.4 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 3827 12655 0 0 131 2 5 2 20 0 15 0 61645068 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627020843760 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 12 12655 0 0 0 0 5 2 20 0 15 0 61645071 10831810560 153543 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 10577940

[startup+12.7007 s]
/proc/loadavg: 2.06 1.80 1.78 3/215 26916
/proc/meminfo: memFree=28256260/32770624 swapFree=0/453728
[pid=26851] ppid=26848 vsize=10649344 CPUtime=22.84 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 69303 12655 0 0 2191 86 5 2 20 0 15 0 61645041 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2662336 471720 3478 1 0 2650950 0
[pid=26851/tid=26901] ppid=26848 vsize=10649344 CPUtime=11.81 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) R 26848 26851 25139 0 -1 4202560 43674 12655 0 0 1142 32 5 2 20 0 15 0 61645062 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627535641728 140627188401548 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10649344 CPUtime=0.65 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) S 26848 26851 25139 0 -1 1077944384 795 12655 0 0 46 12 5 2 20 0 15 0 61645063 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10649344 CPUtime=0.64 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) S 26848 26851 25139 0 -1 1077944384 888 12655 0 0 46 11 5 2 20 0 15 0 61645063 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10649344 CPUtime=0.64 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) S 26848 26851 25139 0 -1 1077944384 642 12655 0 0 46 11 5 2 20 0 15 0 61645063 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627139963920 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10649344 CPUtime=0.64 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) S 26848 26851 25139 0 -1 1077944384 935 12655 0 0 46 11 5 2 20 0 15 0 61645063 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627138911376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10649344 CPUtime=0.15 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) S 26848 26851 25139 0 -1 1077944384 3499 12655 0 0 8 0 5 2 20 0 15 0 61645064 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627027159024 140627531418242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10649344 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645065 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627026105376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10649344 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 47 12655 0 0 0 0 5 2 20 0 15 0 61645065 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627025052672 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10649344 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10649344 CPUtime=3.55 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) R 26848 26851 25139 0 -1 4202560 7229 12655 0 0 347 1 5 2 20 0 15 0 61645068 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627022934552 140627512954502 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10649344 CPUtime=3.44 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) S 26848 26851 25139 0 -1 1077944384 3756 12655 0 0 336 1 5 2 20 0 15 0 61645068 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10649344 CPUtime=1.77 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 5633 12655 0 0 168 2 5 2 20 0 15 0 61645068 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627020843760 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10649344 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10649344 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 12 12655 0 0 0 0 5 2 20 0 15 0 61645071 10904928256 471720 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 22.84
Current children cumulated vsize (KiB) 10649344

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

[startup+12.8014 s]
/proc/loadavg: 2.06 1.80 1.78 3/215 26916
/proc/meminfo: memFree=28256260/32770624 swapFree=0/453728
[pid=26851] ppid=26848 vsize=10649668 CPUtime=23.15 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 70410 12655 0 0 2218 90 5 2 20 0 15 0 61645041 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2662417 492345 3478 1 0 2651031 0
[pid=26851/tid=26901] ppid=26848 vsize=10649668 CPUtime=11.86 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) S 26848 26851 25139 0 -1 1077944384 43674 12655 0 0 1147 32 5 2 20 0 15 0 61645062 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627535640960 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10649668 CPUtime=0.7 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) R 26848 26851 25139 0 -1 4202560 820 12655 0 0 50 13 5 2 20 0 15 0 61645063 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627516434281 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10649668 CPUtime=0.7 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) R 26848 26851 25139 0 -1 4202560 935 12655 0 0 51 12 5 2 20 0 15 0 61645063 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627516434319 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10649668 CPUtime=0.7 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) R 26848 26851 25139 0 -1 4202560 1127 12655 0 0 50 13 5 2 20 0 15 0 61645063 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627139964120 140627516434514 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10649668 CPUtime=0.67 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) R 26848 26851 25139 0 -1 4202560 952 12655 0 0 48 12 5 2 20 0 15 0 61645063 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627138911264 140627510602234 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10649668 CPUtime=0.15 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) S 26848 26851 25139 0 -1 1077944384 3499 12655 0 0 8 0 5 2 20 0 15 0 61645064 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627027157536 140627531417301 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10649668 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645065 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627026105376 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10649668 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 47 12655 0 0 0 0 5 2 20 0 15 0 61645065 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627025052672 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10649668 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10649668 CPUtime=3.62 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) R 26848 26851 25139 0 -1 4202560 7762 12655 0 0 354 1 5 2 20 0 15 0 61645068 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627022934728 140627512924948 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10649668 CPUtime=3.44 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) S 26848 26851 25139 0 -1 1077944384 3756 12655 0 0 336 1 5 2 20 0 15 0 61645068 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10649668 CPUtime=1.77 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 5633 12655 0 0 168 2 5 2 20 0 15 0 61645068 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627020843760 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10649668 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10649668 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 12 12655 0 0 0 0 5 2 20 0 15 0 61645071 10905260032 492345 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 10649668

[startup+13.6014 s]
/proc/loadavg: 2.29 1.85 1.80 6/215 26916
/proc/meminfo: memFree=28067320/32770624 swapFree=0/453728
[pid=26851] ppid=26848 vsize=10647572 CPUtime=25.75 cores=1,3,5,7
/proc/26851/stat : 26851 (java) S 26848 26851 25139 0 -1 1077944320 72040 12655 0 0 2462 106 5 2 20 0 15 0 61645041 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140722892055504 140627531407095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
/proc/26851/statm: 2661893 507531 3478 1 0 2650507 0
[pid=26851/tid=26901] ppid=26848 vsize=10647572 CPUtime=12.05 cores=1,3,5,7
/proc/26851/task/26901/stat : 26901 (java) S 26848 26851 25139 0 -1 1077944384 43695 12655 0 0 1166 32 5 2 20 0 15 0 61645062 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627535644848 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26902] ppid=26848 vsize=10647572 CPUtime=1.26 cores=1,3,5,7
/proc/26851/task/26902/stat : 26902 (java) R 26848 26851 25139 0 -1 4202560 912 12655 0 0 102 17 5 2 20 0 15 0 61645063 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627498965776 140627513016915 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26903] ppid=26848 vsize=10647572 CPUtime=1.25 cores=1,3,5,7
/proc/26851/task/26903/stat : 26903 (java) R 26848 26851 25139 0 -1 4202560 1082 12655 0 0 102 16 5 2 20 0 15 0 61645063 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627141016464 140627516105792 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26904] ppid=26848 vsize=10647572 CPUtime=1.25 cores=1,3,5,7
/proc/26851/task/26904/stat : 26904 (java) R 26848 26851 25139 0 -1 4202560 1250 12655 0 0 101 17 5 2 20 0 15 0 61645063 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627139964120 140627516403741 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26905] ppid=26848 vsize=10647572 CPUtime=1.19 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) R 26848 26851 25139 0 -1 4202560 1088 12655 0 0 97 15 5 2 20 0 15 0 61645063 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627138911576 140627516403499 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26906] ppid=26848 vsize=10647572 CPUtime=0.2 cores=1,3,5,7
/proc/26851/task/26906/stat : 26906 (java) S 26848 26851 25139 0 -1 1077944384 3505 12655 0 0 13 0 5 2 20 0 15 0 61645064 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627027157648 140627531417301 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26907] ppid=26848 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26907/stat : 26907 (java) S 26848 26851 25139 0 -1 1077944384 55 12655 0 0 0 0 5 2 20 0 15 0 61645065 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627026105280 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26908] ppid=26848 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26908/stat : 26908 (java) S 26848 26851 25139 0 -1 1077944384 47 12655 0 0 0 0 5 2 20 0 15 0 61645065 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627025052672 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26909] ppid=26848 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26909/stat : 26909 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645067 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627024001232 140627531425691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26910] ppid=26848 vsize=10647572 CPUtime=3.79 cores=1,3,5,7
/proc/26851/task/26910/stat : 26910 (java) S 26848 26851 25139 0 -1 1077944384 8866 12655 0 0 371 1 5 2 20 0 15 0 61645068 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627022948848 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26911] ppid=26848 vsize=10647572 CPUtime=3.44 cores=1,3,5,7
/proc/26851/task/26911/stat : 26911 (java) S 26848 26851 25139 0 -1 1077944384 3756 12655 0 0 336 1 5 2 20 0 15 0 61645068 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627021896304 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26912] ppid=26848 vsize=10647572 CPUtime=1.77 cores=1,3,5,7
/proc/26851/task/26912/stat : 26912 (java) S 26848 26851 25139 0 -1 1077944384 5634 12655 0 0 168 2 5 2 20 0 15 0 61645068 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627020843760 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26913] ppid=26848 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26913/stat : 26913 (java) S 26848 26851 25139 0 -1 1077944384 3 12655 0 0 0 0 5 2 20 0 15 0 61645068 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627019791456 140627531417301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
[pid=26851/tid=26914] ppid=26848 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/26851/task/26914/stat : 26914 (java) S 26848 26851 25139 0 -1 1077944384 12 12655 0 0 0 0 5 2 20 0 15 0 61645071 10903113728 507531 18446744073709551615 4194304 4196468 140722892072960 140627018737968 140627531418242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32862208 140722892081115 140722892083889 140722892083889 140722892087247 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 10647572

[startup+14.0006 s]
/proc/loadavg: 2.29 1.85 1.80 6/215 26916
/proc/meminfo: memFree=28067320/32770624 swapFree=0/453728
[pid=26851] ppid=26848 vsize=0 CPUtime=27.11 cores=1,3,5,7
/proc/26851/stat : 26851 (java) Z 26848 26851 25139 0 -1 4227084 72142 12655 0 0 2597 107 5 2 20 0 2 0 61645041 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/26851/statm: 0 0 0 0 0 0 0
[pid=26851/tid=26905] ppid=26848 vsize=0 CPUtime=1.52 cores=1,3,5,7
/proc/26851/task/26905/stat : 26905 (java) R 26848 26851 25139 0 -1 4203588 1096 12655 0 0 130 15 5 2 20 0 2 0 61645063 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.0179
CPU time (s): 27.1528
CPU user time (s): 26.0361
CPU system time (s): 1.11674
CPU usage (%): 193.702
Max. virtual memory (cumulated for all children) (KiB): 10649688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.0361
system time used= 1.11674
maximum resident set size= 2099484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84797
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= 8199
involuntary context switches= 150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076283 second user time and 0.07767 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 23:15:52
IDJOB=4247845
IDBENCH=140614
IDSOLVER=2630
FILE ID=node134/4247845-1502141389
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex02280.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247845-1502141389/watcher-4247845-1502141389 -o /tmp/evaluation-result-4247845-1502141389/solver-4247845-1502141389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4247845-1502141389.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=1002795403

node134.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.43
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.43
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.43
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.43
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:        30095004 kB
MemAvailable:   30792360 kB
Buffers:          231596 kB
Cached:           754880 kB
SwapCached:            0 kB
Active:          1767992 kB
Inactive:         476720 kB
Active(anon):    1260476 kB
Inactive(anon):    23032 kB
Active(file):     507516 kB
Inactive(file):   453688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24520 kB
Writeback:             0 kB
AnonPages:       1257980 kB
Mapped:            55236 kB
Shmem:             25276 kB
Slab:             130348 kB
SReclaimable:     103972 kB
SUnreclaim:        26376 kB
KernelStack:        3488 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2007604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 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= 61984 MiB
End job on node134 at 2017-08-07 23:16:06