Trace number 4262628

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 10.1462 5.4377899

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-e0ddr1-9.xml
MD5SUMf1e620e11a91533beac49577a2a30ace
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.174408
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"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.47/2.32	c Concrete v3.4 running
9.76/4.59	v <instantiation>
9.76/4.59	v       <list>
9.76/4.59	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.76/4.59	v       </list>
9.76/4.59	v       <values>
9.76/4.59	v         83 89 92 129 140 60 69 75 96 122 105 109 112 127 136 45 52 60 141 144 101 110 121 136 140 11 18 22 42 89 22 31 34 99 106 72 78 84 117 124 93 96 102 118 134 32 41 48 128 139
9.76/4.59	v       </values>
9.76/4.59	v     </instantiation>
9.76/4.59	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-4262628-1502412253/watcher-4262628-1502412253 -o /tmp/evaluation-result-4262628-1502412253/solver-4262628-1502412253 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262628-1502412253.xml 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.02 0.38 3/182 16636
/proc/meminfo: memFree=31407156/32770624 swapFree=0/289156
[pid=16636] ppid=16632 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16636/stat : 16636 (runsolver) D 16632 16636 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43420885 24240128 108 18446744073709551615 4194304 4338465 140737046740928 140737046738568 139793613935319 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 33341440 140737046745296 140737046745673 140737046745673 140737046749130 0
/proc/16636/statm: 5918 108 54 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 0.00 0.02 0.38 3/182 16636
/proc/meminfo: memFree=31407156/32770624 swapFree=0/289156
[pid=16636] ppid=16632 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/16636/stat : 16636 (bash) S 16632 16636 16548 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 43420885 9736192 352 18446744073709551615 4194304 5098028 140722019878384 140722019876024 139843716217856 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12075008 140722019885588 140722019885673 140722019885673 140722019889130 0
/proc/16636/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200156 s]
/proc/loadavg: 0.00 0.02 0.38 3/182 16636
/proc/meminfo: memFree=31407156/32770624 swapFree=0/289156
[pid=16636] ppid=16632 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16636/stat : 16636 (bash) S 16632 16636 16548 0 -1 4202496 896 6470 0 1 0 0 0 1 20 0 1 0 43420885 9867264 377 18446744073709551615 4194304 5098028 140722019878384 140722019872392 139843716217856 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 12075008 140722019885588 140722019885673 140722019885673 140722019889130 0
/proc/16636/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300213 s]
/proc/loadavg: 0.00 0.02 0.38 3/182 16636
/proc/meminfo: memFree=31407156/32770624 swapFree=0/289156
[pid=16636] ppid=16632 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16636/stat : 16636 (java) S 16632 16636 16548 0 -1 1077944320 5753 12478 0 1 5 1 4 3 20 0 14 0 43420885 14241083392 5418 18446744073709551615 4194304 4196468 140726437882000 140726437864544 140617226641143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
/proc/16636/statm: 3476827 5418 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.704494 s]
/proc/loadavg: 0.00 0.02 0.38 3/182 16636
/proc/meminfo: memFree=31407156/32770624 swapFree=0/289156
[pid=16636] ppid=16632 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/16636/stat : 16636 (java) S 16632 16636 16548 0 -1 1077944320 13736 12478 0 1 52 4 4 3 20 0 15 0 43420885 14310178816 14708 18446744073709551615 4194304 4196468 140726437882000 140726437864544 140617226641143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
/proc/16636/statm: 3493696 14708 3127 1 0 3482965 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 0.00 0.02 0.38 3/216 16766
/proc/meminfo: memFree=31233164/32770624 swapFree=0/292032
[pid=16636] ppid=16632 vsize=13985408 CPUtime=1.72 cores=1,3,5,7
/proc/16636/stat : 16636 (java) S 16632 16636 16548 0 -1 1077944320 24936 12478 0 1 157 8 4 3 20 0 15 0 43420885 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140726437864544 140617226641143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
/proc/16636/statm: 3496352 33627 3337 1 0 3485525 0
[pid=16636/tid=16735] ppid=16632 vsize=13985408 CPUtime=1.2 cores=1,3,5,7
/proc/16636/task/16735/stat : 16735 (java) R 16632 16636 16548 0 -1 4202560 19904 12478 0 1 106 7 4 3 20 0 15 0 43420909 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140617230865488 140617210721630 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16736] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16736/stat : 16736 (java) S 16632 16636 16548 0 -1 1077944384 2 12478 0 1 0 0 4 3 20 0 15 0 43420909 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140617168587408 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16737] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16737/stat : 16737 (java) S 16632 16636 16548 0 -1 1077944384 1 12478 0 1 0 0 4 3 20 0 15 0 43420909 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140617167534608 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16738] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) S 16632 16636 16548 0 -1 1077944384 1 12478 0 1 0 0 4 3 20 0 15 0 43420909 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140617166481808 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16739] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16739/stat : 16739 (java) S 16632 16636 16548 0 -1 1077944384 2 12478 0 1 0 0 4 3 20 0 15 0 43420909 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140617165429008 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16740] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16740/stat : 16740 (java) S 16632 16636 16548 0 -1 1077944384 5 12478 0 1 0 0 4 3 20 0 15 0 43420911 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616772213616 140617226652290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16741] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16741/stat : 16741 (java) S 16632 16636 16548 0 -1 1077944384 33 12478 0 1 0 0 4 3 20 0 15 0 43420911 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616771159584 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16742] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16742/stat : 16742 (java) S 16632 16636 16548 0 -1 1077944384 21 12478 0 1 0 0 4 3 20 0 15 0 43420911 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616770106736 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16752] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16752/stat : 16752 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616769055056 140617226659739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16753] ppid=16632 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/16636/task/16753/stat : 16753 (java) S 16632 16636 16548 0 -1 1077944384 993 12478 0 1 12 0 4 3 20 0 15 0 43420914 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616768002416 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16754] ppid=16632 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/16636/task/16754/stat : 16754 (java) S 16632 16636 16548 0 -1 1077944384 621 12478 0 1 15 0 4 3 20 0 15 0 43420914 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616766949616 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16755] ppid=16632 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/16636/task/16755/stat : 16755 (java) S 16632 16636 16548 0 -1 1077944384 1193 12478 0 1 21 0 4 3 20 0 15 0 43420914 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616765896816 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16756] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16756/stat : 16756 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616764844256 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16765] ppid=16632 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16765/stat : 16765 (java) S 16632 16636 16548 0 -1 1077944384 1 12478 0 1 0 0 4 3 20 0 15 0 43420919 14321057792 33627 18446744073709551615 4194304 4196468 140726437882000 140616763792560 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 13985408

[startup+3.10108 s]
/proc/loadavg: 0.00 0.02 0.38 7/216 16766
/proc/meminfo: memFree=31062900/32770624 swapFree=0/294344
[pid=16636] ppid=16632 vsize=13997884 CPUtime=5.87 cores=1,3,5,7
/proc/16636/stat : 16636 (java) S 16632 16636 16548 0 -1 1077944320 34565 12478 0 1 565 15 4 3 20 0 15 0 43420885 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140726437864544 140617226641143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
/proc/16636/statm: 3499471 53430 3444 1 0 3488085 0
[pid=16636/tid=16735] ppid=16632 vsize=13997884 CPUtime=2.74 cores=1,3,5,7
/proc/16636/task/16735/stat : 16735 (java) R 16632 16636 16548 0 -1 4202560 24295 12478 0 1 258 9 4 3 20 0 15 0 43420909 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140617230867816 140616848606927 0 4 1 16800974 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16736] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16736/stat : 16736 (java) S 16632 16636 16548 0 -1 1077944384 184 12478 0 1 0 0 4 3 20 0 15 0 43420909 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140617168587408 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16737] ppid=16632 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16737/stat : 16737 (java) S 16632 16636 16548 0 -1 1077944384 27 12478 0 1 1 0 4 3 20 0 15 0 43420909 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140617167534608 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16738] ppid=16632 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) S 16632 16636 16548 0 -1 1077944384 41 12478 0 1 1 0 4 3 20 0 15 0 43420909 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140617166481808 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16739] ppid=16632 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16739/stat : 16739 (java) S 16632 16636 16548 0 -1 1077944384 48 12478 0 1 1 0 4 3 20 0 15 0 43420909 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140617165429008 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16740] ppid=16632 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16740/stat : 16740 (java) S 16632 16636 16548 0 -1 1077944384 255 12478 0 1 1 0 4 3 20 0 15 0 43420911 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616772213616 140617226652290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16741] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16741/stat : 16741 (java) S 16632 16636 16548 0 -1 1077944384 34 12478 0 1 0 0 4 3 20 0 15 0 43420911 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616771159648 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16742] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16742/stat : 16742 (java) S 16632 16636 16548 0 -1 1077944384 24 12478 0 1 0 0 4 3 20 0 15 0 43420911 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616770106736 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16752] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16752/stat : 16752 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616769055056 140617226659739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16753] ppid=16632 vsize=13997884 CPUtime=1.18 cores=1,3,5,7
/proc/16636/task/16753/stat : 16753 (java) R 16632 16636 16548 0 -1 4202560 2826 12478 0 1 110 1 4 3 20 0 15 0 43420914 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616767990848 140617208162852 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16754] ppid=16632 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/16636/task/16754/stat : 16754 (java) R 16632 16636 16548 0 -1 4202560 1564 12478 0 1 91 1 4 3 20 0 15 0 43420914 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616766932560 140617208184916 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16755] ppid=16632 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/16636/task/16755/stat : 16755 (java) S 16632 16636 16548 0 -1 1077944384 3105 12478 0 1 97 1 4 3 20 0 15 0 43420914 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616765896816 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16756] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16756/stat : 16756 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616764844256 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16765] ppid=16632 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16765/stat : 16765 (java) S 16632 16636 16548 0 -1 1077944384 1 12478 0 1 0 0 4 3 20 0 15 0 43420919 14333833216 53430 18446744073709551615 4194304 4196468 140726437882000 140616763792560 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20156 s]
/proc/loadavg: 0.00 0.02 0.38 7/216 16766
/proc/meminfo: memFree=31062900/32770624 swapFree=0/294344
[pid=16636] ppid=16632 vsize=13999932 CPUtime=6.23 cores=1,3,5,7
/proc/16636/stat : 16636 (java) S 16632 16636 16548 0 -1 1077944320 34844 12478 0 1 600 16 4 3 20 0 15 0 43420885 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140726437864544 140617226641143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
/proc/16636/statm: 3499983 54729 3444 1 0 3488597 0
[pid=16636/tid=16735] ppid=16632 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/16636/task/16735/stat : 16735 (java) R 16632 16636 16548 0 -1 4202560 24354 12478 0 1 268 9 4 3 20 0 15 0 43420909 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140617230873984 140616853975626 0 4 1 16800974 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16736] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16736/stat : 16736 (java) S 16632 16636 16548 0 -1 1077944384 184 12478 0 1 0 0 4 3 20 0 15 0 43420909 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140617168587408 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16737] ppid=16632 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16737/stat : 16737 (java) S 16632 16636 16548 0 -1 1077944384 27 12478 0 1 1 0 4 3 20 0 15 0 43420909 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140617167534608 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16738] ppid=16632 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) S 16632 16636 16548 0 -1 1077944384 41 12478 0 1 1 0 4 3 20 0 15 0 43420909 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140617166481808 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16739] ppid=16632 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16739/stat : 16739 (java) S 16632 16636 16548 0 -1 1077944384 48 12478 0 1 1 0 4 3 20 0 15 0 43420909 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140617165429008 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16740] ppid=16632 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16636/task/16740/stat : 16740 (java) S 16632 16636 16548 0 -1 1077944384 255 12478 0 1 1 0 4 3 20 0 15 0 43420911 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140616772213616 140617226652290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16741] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16741/stat : 16741 (java) S 16632 16636 16548 0 -1 1077944384 34 12478 0 1 0 0 4 3 20 0 15 0 43420911 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140616771159648 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16742] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16742/stat : 16742 (java) S 16632 16636 16548 0 -1 1077944384 24 12478 0 1 0 0 4 3 20 0 15 0 43420911 14335930368 54729 18446744073709551615 4194304 4196468 140726437882000 140616770106736 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16752] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16752/stat : 16752 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616769055056 140617226659739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16753] ppid=16632 vsize=13999932 CPUtime=1.27 cores=1,3,5,7
/proc/16636/task/16753/stat : 16753 (java) R 16632 16636 16548 0 -1 4202560 2864 12478 0 1 119 1 4 3 20 0 15 0 43420914 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616767980736 140617219737979 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16754] ppid=16632 vsize=13999932 CPUtime=1.09 cores=1,3,5,7
/proc/16636/task/16754/stat : 16754 (java) R 16632 16636 16548 0 -1 4202560 1585 12478 0 1 101 1 4 3 20 0 15 0 43420914 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616766931152 140617211562925 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16755] ppid=16632 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/16636/task/16755/stat : 16755 (java) S 16632 16636 16548 0 -1 1077944384 3269 12478 0 1 104 1 4 3 20 0 15 0 43420914 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616765896816 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16756] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16756/stat : 16756 (java) S 16632 16636 16548 0 -1 1077944384 3 12478 0 1 0 0 4 3 20 0 15 0 43420914 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616764844256 140617226651349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
[pid=16636/tid=16765] ppid=16632 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16636/task/16765/stat : 16765 (java) S 16632 16636 16548 0 -1 1077944384 1 12478 0 1 0 0 4 3 20 0 15 0 43420919 14335930368 54751 18446744073709551615 4194304 4196468 140726437882000 140616763792560 140617226652290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140726437890000 140726437892785 140726437892785 140726437896143 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 13999932

[startup+4.80063 s]
/proc/loadavg: 0.24 0.07 0.40 6/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16636] ppid=16632 vsize=0 CPUtime=10.12 cores=1,3,5,7
/proc/16636/stat : 16636 (java) Z 16632 16636 16548 0 -1 4227084 66698 12478 0 1 981 24 4 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16636/statm: 0 0 0 0 0 0 0
[pid=16636/tid=16738] ppid=16632 vsize=0 CPUtime=0.22 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) D 16632 16636 16548 0 -1 4203588 61 12478 0 1 14 1 4 3 20 0 2 0 43420909 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 0

[startup+5.20028 s]
/proc/loadavg: 0.24 0.07 0.40 6/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16636] ppid=16632 vsize=0 CPUtime=10.12 cores=1,3,5,7
/proc/16636/stat : 16636 (java) Z 16632 16636 16548 0 -1 4227084 66698 12478 0 1 981 24 4 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16636/statm: 0 0 0 0 0 0 0
[pid=16636/tid=16738] ppid=16632 vsize=0 CPUtime=0.22 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) D 16632 16636 16548 0 -1 4203588 61 12478 0 1 14 1 4 3 20 0 2 0 43420909 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 38 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 0

[startup+5.4003 s]
/proc/loadavg: 0.24 0.07 0.40 6/216 16766
/proc/meminfo: memFree=30746804/32770624 swapFree=0/295068
[pid=16636] ppid=16632 vsize=0 CPUtime=10.12 cores=1,3,5,7
/proc/16636/stat : 16636 (java) Z 16632 16636 16548 0 -1 4227084 66698 12478 0 1 981 24 4 3 20 0 2 0 43420885 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16636/statm: 0 0 0 0 0 0 0
[pid=16636/tid=16738] ppid=16632 vsize=0 CPUtime=0.22 cores=1,3,5,7
/proc/16636/task/16738/stat : 16738 (java) D 16632 16636 16548 0 -1 4203588 61 12478 0 1 14 1 4 3 20 0 2 0 43420909 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 53 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.43779
CPU time (s): 10.1462
CPU user time (s): 9.86208
CPU system time (s): 0.284091
CPU usage (%): 186.586
Max. virtual memory (cumulated for all children) (KiB): 14138364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.86208
system time used= 0.284091
maximum resident set size= 343576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79176
page faults= 1
swaps= 0
block input operations= 8496
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6558
involuntary context switches= 166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027992 second user time and 0.033823 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= f1e620e11a91533beac49577a2a30ace
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:        31408872 kB
MemAvailable:   31978248 kB
Buffers:          264856 kB
Cached:           579184 kB
SwapCached:          524 kB
Active:           540316 kB
Inactive:         361784 kB
Active(anon):      13132 kB
Inactive(anon):    71328 kB
Active(file):     527184 kB
Inactive(file):   290456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             48532 kB
Writeback:             0 kB
AnonPages:         58856 kB
Mapped:            40704 kB
Shmem:             25252 kB
Slab:             160760 kB
SReclaimable:     135140 kB
SUnreclaim:        25620 kB
KernelStack:        3200 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330320 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