Trace number 4262633

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
Concrete 3.4SAT 9.7962198 5.4369702

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-ewddr2-4.xml
MD5SUM836027e2c5c75f5bb87687fd30e7f4e1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.16738801
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size197
Maximum domain size197
Distribution of domain sizes[{"size":197,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

3.32/2.31	c Concrete v3.4 running
9.67/4.63	v <instantiation>
9.67/4.63	v       <list>
9.67/4.63	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4]
9.67/4.63	v       </list>
9.67/4.63	v       <values>
9.67/4.63	v         106 112 115 129 136 60 71 76 160 166 18 28 36 92 104 37 48 58 73 82 146 157 166 175 178 71 79 88 105 113 94 98 101 122 125 38 42 46 82 92 131 135 139 150 158 112 121 124 138 146
9.67/4.63	v       </values>
9.67/4.63	v     </instantiation>
9.67/4.63	s SATISFIABLE

Verifier Data

OK	

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-4262633-1502412253/watcher-4262633-1502412253 -o /tmp/evaluation-result-4262633-1502412253/solver-4262633-1502412253 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262633-1502412253.xml 

pid=16637
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.02 0.38 3/186 16640
/proc/meminfo: memFree=31406628/32770624 swapFree=0/289156
[pid=16640] ppid=16637 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16640/stat : 16640 (runsolver) D 16637 16640 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43420885 24240128 107 18446744073709551615 4194304 4338465 140732375446000 140732375443640 140510033216215 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 27320320 140732375453904 140732375454281 140732375454281 140732375457738 0
/proc/16640/statm: 5918 107 54 36 0 2156 0

[startup+0.100333 s]
/proc/loadavg: 0.00 0.02 0.38 3/186 16640
/proc/meminfo: memFree=31406628/32770624 swapFree=0/289156
[pid=16640] ppid=16637 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16640/stat : 16640 (bash) S 16637 16640 16548 0 -1 4202496 683 1545 1 0 0 0 0 0 20 0 1 0 43420885 9736192 352 18446744073709551615 4194304 5098028 140735100029312 140735100026952 139642273721344 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 11644928 140735100035604 140735100035689 140735100035689 140735100039146 0
/proc/16640/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200299 s]
/proc/loadavg: 0.00 0.02 0.38 3/186 16640
/proc/meminfo: memFree=31406628/32770624 swapFree=0/289156
[pid=16640] ppid=16637 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16640/stat : 16640 (bash) S 16637 16640 16548 0 -1 4202496 894 6488 1 0 0 0 0 1 20 0 1 0 43420885 9867264 377 18446744073709551615 4194304 5098028 140735100029312 140735100023320 139642273721344 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 11644928 140735100035604 140735100035689 140735100035689 140735100039146 0
/proc/16640/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30034 s]
/proc/loadavg: 0.00 0.02 0.38 3/186 16640
/proc/meminfo: memFree=31406628/32770624 swapFree=0/289156
[pid=16640] ppid=16637 vsize=13441360 CPUtime=0.1 cores=0,2,4,6
/proc/16640/stat : 16640 (java) S 16637 16640 16548 0 -1 1077944320 4442 12433 1 0 1 1 5 3 20 0 7 0 43420885 13763952640 4237 18446744073709551615 4194304 4196468 140724819024480 140724819007024 140463034617591 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
/proc/16640/statm: 3360340 4237 1983 1 0 3349837 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13441360

[startup+0.700288 s]
/proc/loadavg: 0.00 0.02 0.38 3/186 16640
/proc/meminfo: memFree=31406628/32770624 swapFree=0/289156
[pid=16640] ppid=16637 vsize=13974784 CPUtime=0.57 cores=0,2,4,6
/proc/16640/stat : 16640 (java) S 16637 16640 16548 0 -1 1077944320 12914 12433 1 0 45 4 5 3 20 0 15 0 43420885 14310178816 14251 18446744073709551615 4194304 4196468 140724819024480 140724819007024 140463034617591 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
/proc/16640/statm: 3493696 14251 3079 1 0 3482965 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13974784

[startup+1.50069 s]
/proc/loadavg: 0.00 0.02 0.38 4/216 16766
/proc/meminfo: memFree=31233164/32770624 swapFree=0/292032
[pid=16640] ppid=16637 vsize=13985408 CPUtime=1.73 cores=0,2,4,6
/proc/16640/stat : 16640 (java) S 16637 16640 16548 0 -1 1077944320 26543 12433 1 0 158 7 5 3 20 0 15 0 43420885 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140724819007024 140463034617591 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
/proc/16640/statm: 3496352 33170 3337 1 0 3485525 0
[pid=16640/tid=16747] ppid=16637 vsize=13985408 CPUtime=1.23 cores=0,2,4,6
/proc/16640/task/16747/stat : 16747 (java) R 16637 16640 16548 0 -1 4202560 21467 12433 0 0 109 6 5 3 20 0 15 0 43420913 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140463038849744 140463018698078 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16748] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16748/stat : 16748 (java) S 16637 16640 16548 0 -1 1077944384 1 12433 0 0 0 0 5 3 20 0 15 0 43420913 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462954032272 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16749] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16749/stat : 16749 (java) S 16637 16640 16548 0 -1 1077944384 1 12433 0 0 0 0 5 3 20 0 15 0 43420913 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462952979472 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16750] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16750/stat : 16750 (java) S 16637 16640 16548 0 -1 1077944384 1 12433 0 0 0 0 5 3 20 0 15 0 43420913 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462951926672 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16751] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16751/stat : 16751 (java) S 16637 16640 16548 0 -1 1077944384 2 12433 0 0 0 0 5 3 20 0 15 0 43420913 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462950873872 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16757] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16757/stat : 16757 (java) S 16637 16640 16548 0 -1 1077944384 5 12433 0 0 0 0 5 3 20 0 15 0 43420915 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462512384368 140463034628738 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16758] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16758/stat : 16758 (java) S 16637 16640 16548 0 -1 1077944384 33 12433 0 0 0 0 5 3 20 0 15 0 43420915 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462511330336 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16759] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16759/stat : 16759 (java) S 16637 16640 16548 0 -1 1077944384 21 12433 0 0 0 0 5 3 20 0 15 0 43420915 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462510277488 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16760] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16760/stat : 16760 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462509225808 140463034636187 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16761] ppid=16637 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16640/task/16761/stat : 16761 (java) S 16637 16640 16548 0 -1 1077944384 1048 12433 0 0 15 0 5 3 20 0 15 0 43420918 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462508174192 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16762] ppid=16637 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) S 16637 16640 16548 0 -1 1077944384 546 12433 0 0 13 0 5 3 20 0 15 0 43420918 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462507121392 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16763] ppid=16637 vsize=13985408 CPUtime=0.28 cores=0,2,4,6
/proc/16640/task/16763/stat : 16763 (java) S 16637 16640 16548 0 -1 1077944384 1259 12433 0 0 20 0 5 3 20 0 15 0 43420918 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462506068592 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16764] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16764/stat : 16764 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462505016032 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16766] ppid=16637 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16766/stat : 16766 (java) S 16637 16640 16548 0 -1 1077944384 7 12433 0 0 0 0 5 3 20 0 15 0 43420923 14321057792 33170 18446744073709551615 4194304 4196468 140724819024480 140462503963312 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 13985408

[startup+3.10167 s]
/proc/loadavg: 0.00 0.02 0.38 8/216 16766
/proc/meminfo: memFree=31062528/32770624 swapFree=0/294344
[pid=16640] ppid=16637 vsize=13997884 CPUtime=5.37 cores=0,2,4,6
/proc/16640/stat : 16640 (java) S 16637 16640 16548 0 -1 1077944320 40069 12433 1 0 515 14 5 3 20 0 15 0 43420885 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140724819007024 140463034617591 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
/proc/16640/statm: 3499471 53000 3450 1 0 3488085 0
[pid=16640/tid=16747] ppid=16637 vsize=13997884 CPUtime=2.75 cores=0,2,4,6
/proc/16640/task/16747/stat : 16747 (java) R 16637 16640 16548 0 -1 4202560 28490 12433 0 0 259 8 5 3 20 0 15 0 43420913 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140463038847488 140463034629526 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16748] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16748/stat : 16748 (java) S 16637 16640 16548 0 -1 1077944384 47 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462954032272 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16749] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16749/stat : 16749 (java) S 16637 16640 16548 0 -1 1077944384 186 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462952979472 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16750] ppid=16637 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16640/task/16750/stat : 16750 (java) S 16637 16640 16548 0 -1 1077944384 44 12433 0 0 1 0 5 3 20 0 15 0 43420913 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462951926672 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16751] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16751/stat : 16751 (java) S 16637 16640 16548 0 -1 1077944384 64 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462950873872 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16757] ppid=16637 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16640/task/16757/stat : 16757 (java) S 16637 16640 16548 0 -1 1077944384 1161 12433 0 0 1 0 5 3 20 0 15 0 43420915 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462512384368 140463034628738 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16758] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16758/stat : 16758 (java) S 16637 16640 16548 0 -1 1077944384 57 12433 0 0 0 0 5 3 20 0 15 0 43420915 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462511330400 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16759] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16759/stat : 16759 (java) S 16637 16640 16548 0 -1 1077944384 43 12433 0 0 0 0 5 3 20 0 15 0 43420915 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462510277504 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16760] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16760/stat : 16760 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462509225808 140463034636187 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16761] ppid=16637 vsize=13997884 CPUtime=0.85 cores=0,2,4,6
/proc/16640/task/16761/stat : 16761 (java) R 16637 16640 16548 0 -1 4202560 2285 12433 0 0 77 0 5 3 20 0 15 0 43420918 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462508158784 140463015317128 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16762] ppid=16637 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) R 16637 16640 16548 0 -1 4202560 1543 12433 0 0 74 0 5 3 20 0 15 0 43420918 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462507111184 140463019728249 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16763] ppid=16637 vsize=13997884 CPUtime=1.05 cores=0,2,4,6
/proc/16640/task/16763/stat : 16763 (java) R 16637 16640 16548 0 -1 1077944384 3982 12433 0 0 96 1 5 3 20 0 15 0 43420918 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462506068592 140463034628738 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16764] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16764/stat : 16764 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462505016032 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16766] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16766/stat : 16766 (java) S 16637 16640 16548 0 -1 1077944384 10 12433 0 0 0 0 5 3 20 0 15 0 43420923 14333833216 53000 18446744073709551615 4194304 4196468 140724819024480 140462503963312 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20123 s]
/proc/loadavg: 0.00 0.02 0.38 8/216 16766
/proc/meminfo: memFree=31062528/32770624 swapFree=0/294344
[pid=16640] ppid=16637 vsize=13997884 CPUtime=5.72 cores=0,2,4,6
/proc/16640/stat : 16640 (java) S 16637 16640 16548 0 -1 1077944320 40430 12433 1 0 550 14 5 3 20 0 15 0 43420885 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140724819007024 140463034617591 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
/proc/16640/statm: 3499471 54335 3450 1 0 3488085 0
[pid=16640/tid=16747] ppid=16637 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/16640/task/16747/stat : 16747 (java) R 16637 16640 16548 0 -1 4202560 28563 12433 0 0 269 8 5 3 20 0 15 0 43420913 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140463038849440 140463034629526 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16748] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16748/stat : 16748 (java) S 16637 16640 16548 0 -1 1077944384 47 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462954032272 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16749] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16749/stat : 16749 (java) S 16637 16640 16548 0 -1 1077944384 186 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462952979472 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16750] ppid=16637 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16640/task/16750/stat : 16750 (java) S 16637 16640 16548 0 -1 1077944384 44 12433 0 0 1 0 5 3 20 0 15 0 43420913 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462951926672 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16751] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16751/stat : 16751 (java) S 16637 16640 16548 0 -1 1077944384 64 12433 0 0 0 0 5 3 20 0 15 0 43420913 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462950873872 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16757] ppid=16637 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16640/task/16757/stat : 16757 (java) S 16637 16640 16548 0 -1 1077944384 1161 12433 0 0 1 0 5 3 20 0 15 0 43420915 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462512384368 140463034628738 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16758] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16758/stat : 16758 (java) S 16637 16640 16548 0 -1 1077944384 57 12433 0 0 0 0 5 3 20 0 15 0 43420915 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462511330400 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16759] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16759/stat : 16759 (java) S 16637 16640 16548 0 -1 1077944384 43 12433 0 0 0 0 5 3 20 0 15 0 43420915 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462510277504 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16760] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16760/stat : 16760 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462509225808 140463034636187 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16761] ppid=16637 vsize=13997884 CPUtime=0.95 cores=0,2,4,6
/proc/16640/task/16761/stat : 16761 (java) R 16637 16640 16548 0 -1 4202560 2306 12433 0 0 87 0 5 3 20 0 15 0 43420918 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462508155728 140463018513587 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16762] ppid=16637 vsize=13997884 CPUtime=0.92 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) R 16637 16640 16548 0 -1 4202560 1657 12433 0 0 84 0 5 3 20 0 15 0 43420918 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462507104384 140463018111795 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16763] ppid=16637 vsize=13997884 CPUtime=1.11 cores=0,2,4,6
/proc/16640/task/16763/stat : 16763 (java) R 16637 16640 16548 0 -1 1077944384 4135 12433 0 0 102 1 5 3 20 0 15 0 43420918 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462506068592 140463034628738 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16764] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16764/stat : 16764 (java) S 16637 16640 16548 0 -1 1077944384 3 12433 0 0 0 0 5 3 20 0 15 0 43420918 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462505016032 140463034627797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
[pid=16640/tid=16766] ppid=16637 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16640/task/16766/stat : 16766 (java) S 16637 16640 16548 0 -1 1077944384 10 12433 0 0 0 0 5 3 20 0 15 0 43420923 14333833216 54335 18446744073709551615 4194304 4196468 140724819024480 140462503963312 140463034628738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25915392 140724819027920 140724819030705 140724819030705 140724819034063 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 13997884

[startup+4.80035 s]
/proc/loadavg: 0.24 0.07 0.40 7/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16640] ppid=16637 vsize=0 CPUtime=9.78 cores=0,2,4,6
/proc/16640/stat : 16640 (java) Z 16637 16640 16548 0 -1 4227084 61479 12433 1 0 949 21 5 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16640/statm: 0 0 0 0 0 0 0
[pid=16640/tid=16762] ppid=16637 vsize=0 CPUtime=1.71 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) D 16637 16640 16548 0 -1 4203588 2524 12433 0 0 161 2 5 3 20 0 2 0 43420918 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 0

[startup+5.2003 s]
/proc/loadavg: 0.24 0.07 0.40 7/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16640] ppid=16637 vsize=0 CPUtime=9.78 cores=0,2,4,6
/proc/16640/stat : 16640 (java) Z 16637 16640 16548 0 -1 4227084 61479 12433 1 0 949 21 5 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16640/statm: 0 0 0 0 0 0 0
[pid=16640/tid=16762] ppid=16637 vsize=0 CPUtime=1.71 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) D 16637 16640 16548 0 -1 4203588 2524 12433 0 0 161 2 5 3 20 0 2 0 43420918 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 46 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 0

[startup+5.4003 s]
/proc/loadavg: 0.24 0.07 0.40 7/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16640] ppid=16637 vsize=0 CPUtime=9.78 cores=0,2,4,6
/proc/16640/stat : 16640 (java) Z 16637 16640 16548 0 -1 4227084 61479 12433 1 0 949 21 5 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16640/statm: 0 0 0 0 0 0 0
[pid=16640/tid=16762] ppid=16637 vsize=0 CPUtime=1.71 cores=0,2,4,6
/proc/16640/task/16762/stat : 16762 (java) D 16637 16640 16548 0 -1 4203588 2524 12433 0 0 161 2 5 3 20 0 2 0 43420918 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 62 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.43697
CPU time (s): 9.79622
CPU user time (s): 9.54428
CPU system time (s): 0.251938
CPU usage (%): 180.178
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.54428
system time used= 0.251938
maximum resident set size= 343348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73912
page faults= 1
swaps= 0
block input operations= 6896
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6850
involuntary context switches= 466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028363 second user time and 0.033184 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 02:30:13
IDJOB=4262633
IDBENCH=115550
IDSOLVER=2650
FILE ID=node126/4262633-1502412253
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-ewddr2-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262633-1502412253/watcher-4262633-1502412253 -o /tmp/evaluation-result-4262633-1502412253/solver-4262633-1502412253 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262633-1502412253.xml

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

MD5SUM BENCH= 836027e2c5c75f5bb87687fd30e7f4e1
RANDOM SEED=763046302

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31408072 kB
MemAvailable:   31977448 kB
Buffers:          264856 kB
Cached:           579184 kB
SwapCached:          524 kB
Active:           541616 kB
Inactive:         360484 kB
Active(anon):      13132 kB
Inactive(anon):    71328 kB
Active(file):     528484 kB
Inactive(file):   289156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             48532 kB
Writeback:             0 kB
AnonPages:         58856 kB
Mapped:            41092 kB
Shmem:             25252 kB
Slab:             160760 kB
SReclaimable:     135140 kB
SUnreclaim:        25620 kB
KernelStack:        3200 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     331748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 node126 at 2017-08-11 02:30:19