Trace number 4267745

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 2519.7 2520

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-13.xml
MD5SUM83249ccae4b5534eb2335929a7f4c3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark19880.199
Satisfiable
(Un)Satisfiability was proved
Number of variables209
Number of constraints208
Number of domains2
Minimum domain size2
Maximum domain size169
Distribution of domain sizes[{"size":2,"count":39},{"size":169,"count":170}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":41},{"degree":3,"count":128},{"degree":4,"count":39},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":168},{"arity":3,"count":39},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints207
Distribution of constraint types[{"type":"intension","count":207},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.29	c best=?? lower=-39 upper=0 
2519.69/2520.00	c
2519.69/2520.00	c This is cosoco 1.12 --  
2519.69/2520.00	c
2519.69/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267745-1502537022.xml 
2519.69/2520.00	c enable optimization
2519.69/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.69/2520.00	c |                                                                                                       
2519.69/2520.00	c |  Parse time        :         0.23 s 
2519.69/2520.00	c |
2519.69/2520.00	c |               Variables: 209
2519.69/2520.00	c |            Domain Sizes: 2..169
2519.69/2520.00	c |
2519.69/2520.00	c |             Constraints: 209
2519.69/2520.00	c |                   Arity: 2..169  -- Binary: 168  -- Ternary: 39
2519.69/2520.00	c | 
2519.69/2520.00	c |                   Types: 
2519.69/2520.00	c |                          All Different: 1
2519.69/2520.00	c |                          Intension: 207
2519.69/2520.00	c |                          Sum: 1
2519.69/2520.00	c |                          
2519.69/2520.00	c =========================================================================================================
2519.69/2520.00	
2519.69/2520.00	c *** INTERRUPTED ***
2519.69/2520.00	c restarts              : 83          
2519.69/2520.00	c conflicts             : 2884165      (1145 /sec)
2519.69/2520.00	c decisions             : 9263943      (3677 /sec)
2519.69/2520.00	c propagations          : 590088937   (234192 /sec)
2519.69/2520.00	c root propagations     : 0           
2519.69/2520.00	c filter calls          : 153680092      (60992 /sec)
2519.69/2520.00	c useless filter calls  : 85733833       (55 %)
2519.69/2520.00	c Memory used           : 31.04 MB
2519.69/2520.00	c CPU time              : 2519.68 s
2519.69/2520.00	
2519.69/2520.00	c No Bound found!
2519.69/2520.00	
2519.69/2520.00	s UNKNOWN

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-4267745-1502537022/watcher-4267745-1502537022 -o /tmp/evaluation-result-4267745-1502537022/solver-4267745-1502537022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267745-1502537022.xml 

pid=4109
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: 2.00 2.01 2.05 3/182 4112
/proc/meminfo: memFree=31082032/32770624 swapFree=0/472424
[pid=4112] ppid=4109 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/4112/stat : 4112 (runsolver) D 4109 4112 27450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 153355034 24240128 107 18446744073709551615 4194304 4338465 140734294918192 140734294915832 140702367453911 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 24506368 140734294925505 140734294925897 140734294925897 140734294929354 0
/proc/4112/statm: 5918 107 54 36 0 2156 0

[startup+0.101043 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4112
/proc/meminfo: memFree=31082032/32770624 swapFree=0/472424
[pid=4112] ppid=4109 vsize=27772 CPUtime=0.04 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 1228 0 0 0 4 0 0 0 20 0 1 0 153355034 28438528 1060 18446744073709551615 4194304 5972588 140729249252688 140729249244456 5211112 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 6943 1060 791 435 0 306 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27772

[startup+0.201042 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4112
/proc/meminfo: memFree=31082032/32770624 swapFree=0/472424
[pid=4112] ppid=4109 vsize=28660 CPUtime=0.14 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 1462 0 0 0 14 0 0 0 20 0 1 0 153355034 29347840 1282 18446744073709551615 4194304 5972588 140729249252688 140729249246488 5187165 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7165 1282 792 435 0 528 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 28660

[startup+0.301044 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4112
/proc/meminfo: memFree=31082032/32770624 swapFree=0/472424
[pid=4112] ppid=4109 vsize=29536 CPUtime=0.24 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 1733 0 0 0 24 0 0 0 20 0 1 0 153355034 30244864 1571 18446744073709551615 4194304 5972588 140729249252688 140729249239896 5071082 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7384 1571 839 435 0 747 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 29536

[startup+0.700289 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4112
/proc/meminfo: memFree=31082032/32770624 swapFree=0/472424
[pid=4112] ppid=4109 vsize=30856 CPUtime=0.64 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 2067 0 0 0 64 0 0 0 20 0 1 0 153355034 31596544 1900 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4972728 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7714 1900 839 435 0 1077 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 30856

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4113
/proc/meminfo: memFree=31077564/32770624 swapFree=0/472436
[pid=4112] ppid=4109 vsize=31516 CPUtime=1.44 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 2205 0 0 0 144 0 0 0 20 0 1 0 153355034 32272384 2032 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7879 2032 839 435 0 1242 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 31516

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4113
/proc/meminfo: memFree=31077356/32770624 swapFree=0/472436
[pid=4112] ppid=4109 vsize=31648 CPUtime=3.04 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 2906 0 0 0 304 0 0 0 20 0 1 0 153355034 32407552 2082 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4971215 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2082 839 435 0 1275 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 31648

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4114
/proc/meminfo: memFree=31077076/32770624 swapFree=0/472436
[pid=4112] ppid=4109 vsize=31648 CPUtime=6.24 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 3580 0 0 0 624 0 0 0 20 0 1 0 153355034 32407552 2094 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4971589 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2094 839 435 0 1275 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 31648

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4114
/proc/meminfo: memFree=31077200/32770624 swapFree=0/472436
[pid=4112] ppid=4109 vsize=31648 CPUtime=12.63 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 4257 0 0 0 1263 0 0 0 20 0 1 0 153355034 32407552 2096 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4970903 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2096 839 435 0 1275 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 31648

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4114
/proc/meminfo: memFree=31077488/32770624 swapFree=0/472432
[pid=4112] ppid=4109 vsize=31648 CPUtime=25.43 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 5604 0 0 0 2543 0 0 0 20 0 1 0 153355034 32407552 2100 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5071021 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2100 839 435 0 1275 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 31648

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 4130
/proc/meminfo: memFree=31072392/32770624 swapFree=0/472440
[pid=4112] ppid=4109 vsize=31648 CPUtime=51.03 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 6297 0 0 0 5103 0 0 0 20 0 1 0 153355034 32407552 2102 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5070953 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2102 839 435 0 1275 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 31648

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 4132
/proc/meminfo: memFree=31072004/32770624 swapFree=0/472456
[pid=4112] ppid=4109 vsize=31648 CPUtime=102.24 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 6979 0 0 0 10223 1 0 0 20 0 1 0 153355034 32407552 2103 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5071806 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2103 839 435 0 1275 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31648

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 4135
/proc/meminfo: memFree=31074812/32770624 swapFree=0/472464
[pid=4112] ppid=4109 vsize=31648 CPUtime=162.23 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 7661 0 0 0 16222 1 0 0 20 0 1 0 153355034 32407552 2103 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4972622 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2103 839 435 0 1275 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 31648

[startup+222.306 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 4137
/proc/meminfo: memFree=31074692/32770624 swapFree=0/472472
[pid=4112] ppid=4109 vsize=31648 CPUtime=222.23 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 8342 0 0 0 22222 1 0 0 20 0 1 0 153355034 32407552 2104 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4975104 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2104 839 435 0 1275 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31648

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/186 4139
/proc/meminfo: memFree=31074780/32770624 swapFree=0/472484
[pid=4112] ppid=4109 vsize=31648 CPUtime=282.22 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 9022 0 0 0 28221 1 0 0 20 0 1 0 153355034 32407552 2104 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4975114 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2104 839 435 0 1275 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31648

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 4141
/proc/meminfo: memFree=31075156/32770624 swapFree=0/472492
[pid=4112] ppid=4109 vsize=31648 CPUtime=342.21 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 9696 0 0 0 34220 1 0 0 20 0 1 0 153355034 32407552 2105 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4979114 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2105 839 435 0 1275 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 31648

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 4143
/proc/meminfo: memFree=31074712/32770624 swapFree=0/472500
[pid=4112] ppid=4109 vsize=31648 CPUtime=402.21 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 10383 0 0 0 40220 1 0 0 20 0 1 0 153355034 32407552 2105 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5328524 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2105 839 435 0 1275 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 31648

[startup+462.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/184 4145
/proc/meminfo: memFree=31074236/32770624 swapFree=0/472504
[pid=4112] ppid=4109 vsize=31648 CPUtime=462.2 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 11065 0 0 0 46219 1 0 0 20 0 1 0 153355034 32407552 2105 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4909702 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2105 839 435 0 1275 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 31648

[startup+522.3 s]
/proc/loadavg: 1.93 1.99 2.03 3/184 4147
/proc/meminfo: memFree=31074568/32770624 swapFree=0/472512
[pid=4112] ppid=4109 vsize=31648 CPUtime=522.2 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 11727 0 0 0 52219 1 0 0 20 0 1 0 153355034 32407552 2106 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4975792 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2106 839 435 0 1275 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 31648

[startup+582.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/184 4149
/proc/meminfo: memFree=31074820/32770624 swapFree=0/472524
[pid=4112] ppid=4109 vsize=31648 CPUtime=582.19 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 12412 0 0 0 58218 1 0 0 20 0 1 0 153355034 32407552 2106 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4978807 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2106 839 435 0 1275 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 31648


################
# More data... #
################


[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.02 3/184 4277
/proc/meminfo: memFree=31087292/32770624 swapFree=0/472672
[pid=4112] ppid=4109 vsize=31648 CPUtime=1602.09 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 21367 0 0 0 160208 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4909639 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1602.09
Current children cumulated vsize (KiB) 31648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4280
/proc/meminfo: memFree=31086780/32770624 swapFree=0/472688
[pid=4112] ppid=4109 vsize=31648 CPUtime=1662.08 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 21577 0 0 0 166207 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5070984 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 31648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4282
/proc/meminfo: memFree=31087276/32770624 swapFree=0/472700
[pid=4112] ppid=4109 vsize=31648 CPUtime=1722.07 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 21782 0 0 0 172206 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4977689 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 31648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4284
/proc/meminfo: memFree=31086780/32770624 swapFree=0/472712
[pid=4112] ppid=4109 vsize=31648 CPUtime=1782.06 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 22457 0 0 0 178205 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4971022 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1782.06
Current children cumulated vsize (KiB) 31648

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4286
/proc/meminfo: memFree=31086672/32770624 swapFree=0/472716
[pid=4112] ppid=4109 vsize=31648 CPUtime=1842.05 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 22707 0 0 0 184204 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4970752 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1842.05
Current children cumulated vsize (KiB) 31648

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/189 4303
/proc/meminfo: memFree=31083116/32770624 swapFree=0/472708
[pid=4112] ppid=4109 vsize=31648 CPUtime=1902.04 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 22958 0 0 0 190203 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5099648 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1902.04
Current children cumulated vsize (KiB) 31648

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4305
/proc/meminfo: memFree=31086656/32770624 swapFree=0/472708
[pid=4112] ppid=4109 vsize=31648 CPUtime=1962.03 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 23628 0 0 0 196202 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4971544 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 1962.03
Current children cumulated vsize (KiB) 31648

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4307
/proc/meminfo: memFree=31086408/32770624 swapFree=0/472724
[pid=4112] ppid=4109 vsize=31648 CPUtime=2022.03 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 23821 0 0 0 202202 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 5070704 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 2022.03
Current children cumulated vsize (KiB) 31648

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4309
/proc/meminfo: memFree=31087016/32770624 swapFree=0/472728
[pid=4112] ppid=4109 vsize=31648 CPUtime=2082.03 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 24008 0 0 0 208202 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4909594 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 31648

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4311
/proc/meminfo: memFree=31087476/32770624 swapFree=0/472740
[pid=4112] ppid=4109 vsize=31648 CPUtime=2142.02 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 24763 0 0 0 214201 1 0 0 20 0 1 0 153355034 32407552 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249544 4962247 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7912 2107 839 435 0 1275 0
Current children cumulated CPU time (s) 2142.02
Current children cumulated vsize (KiB) 31648

[startup+2202.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/185 4314
/proc/meminfo: memFree=31087620/32770624 swapFree=0/472760
[pid=4112] ppid=4109 vsize=31780 CPUtime=2202.03 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 25066 0 0 0 220201 2 0 0 20 0 1 0 153355034 32542720 2107 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4972757 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2107 839 435 0 1308 0
Current children cumulated CPU time (s) 2202.03
Current children cumulated vsize (KiB) 31780

[startup+2262.3 s]
/proc/loadavg: 2.21 2.05 2.04 3/185 4316
/proc/meminfo: memFree=31087828/32770624 swapFree=0/472760
[pid=4112] ppid=4109 vsize=31780 CPUtime=2262.02 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 25354 0 0 0 226200 2 0 0 20 0 1 0 153355034 32542720 2108 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4975625 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2108 839 435 0 1308 0
Current children cumulated CPU time (s) 2262.02
Current children cumulated vsize (KiB) 31780

[startup+2322.3 s]
/proc/loadavg: 2.07 2.04 2.04 3/185 4318
/proc/meminfo: memFree=31087808/32770624 swapFree=0/472780
[pid=4112] ppid=4109 vsize=31780 CPUtime=2322.01 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 25640 0 0 0 232199 2 0 0 20 0 1 0 153355034 32542720 2108 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4978021 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2108 839 435 0 1308 0
Current children cumulated CPU time (s) 2322.01
Current children cumulated vsize (KiB) 31780

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/185 4320
/proc/meminfo: memFree=31086240/32770624 swapFree=0/472792
[pid=4112] ppid=4109 vsize=31780 CPUtime=2382.01 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 26312 0 0 0 238199 2 0 0 20 0 1 0 153355034 32542720 2110 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4978055 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2110 839 435 0 1308 0
Current children cumulated CPU time (s) 2382.01
Current children cumulated vsize (KiB) 31780

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/185 4322
/proc/meminfo: memFree=31086736/32770624 swapFree=0/472804
[pid=4112] ppid=4109 vsize=31780 CPUtime=2442 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 26405 0 0 0 244198 2 0 0 20 0 1 0 153355034 32542720 2110 18446744073709551615 4194304 5972588 140729249252688 140729249249448 5071001 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2110 839 435 0 1308 0
Current children cumulated CPU time (s) 2442
Current children cumulated vsize (KiB) 31780

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/188 4339
/proc/meminfo: memFree=31082880/32770624 swapFree=0/472812
[pid=4112] ppid=4109 vsize=31780 CPUtime=2501.99 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 26498 0 0 0 250197 2 0 0 20 0 1 0 153355034 32542720 2110 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4975271 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2110 839 435 0 1308 0
Current children cumulated CPU time (s) 2501.99
Current children cumulated vsize (KiB) 31780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.02 2.04 3/188 4339
/proc/meminfo: memFree=31082880/32770624 swapFree=0/472808
[pid=4112] ppid=4109 vsize=31780 CPUtime=2519.69 cores=0,2,4,6
/proc/4112/stat : 4112 (cosoco) R 4109 4112 27450 0 -1 4202496 26591 0 0 0 251967 2 0 0 20 0 1 0 153355034 32542720 2110 18446744073709551615 4194304 5972588 140729249252688 140729249249448 4968783 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 9699328 140729249255918 140729249256013 140729249256013 140729249259470 0
/proc/4112/statm: 7945 2110 839 435 0 1308 0
Current children cumulated CPU time (s) 2519.69
Current children cumulated vsize (KiB) 31780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.7
CPU user time (s): 2519.68
CPU system time (s): 0.021997
CPU usage (%): 99.9881
Max. virtual memory (cumulated for all children) (KiB): 31780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.68
system time used= 0.021997
maximum resident set size= 8512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 3655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84698 second user time and 8.73488 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 13:09:18
IDJOB=4267745
IDBENCH=130618
IDSOLVER=2658
FILE ID=node132/4267745-1502537022
RUNJOBID= node132-1502500306-27513
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-13.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267745-1502537022/watcher-4267745-1502537022 -o /tmp/evaluation-result-4267745-1502537022/solver-4267745-1502537022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267745-1502537022.xml

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

MD5SUM BENCH= 83249ccae4b5534eb2335929a7f4c3a6
RANDOM SEED=698531562

node132.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.74
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.74
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.74
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.74
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:        31082308 kB
MemAvailable:   31951920 kB
Buffers:          308112 kB
Cached:           870216 kB
SwapCached:            0 kB
Active:           730192 kB
Inactive:         521696 kB
Active(anon):      73940 kB
Inactive(anon):    49012 kB
Active(file):     656252 kB
Inactive(file):   472684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2068 kB
Writeback:             8 kB
AnonPages:         72880 kB
Mapped:            63360 kB
Shmem:             49852 kB
Slab:             139576 kB
SReclaimable:     113020 kB
SUnreclaim:        26556 kB
KernelStack:        3248 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 13:51:18