Trace number 4267768

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) 2520.02 2519.8999

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-20.xml
MD5SUMf43327d25c90fcea6a9e7ed354db6bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables479
Number of constraints478
Number of domains2
Minimum domain size2
Maximum domain size400
Distribution of domain sizes[{"size":2,"count":78},{"size":400,"count":401}]
Minimum variable degree2
Maximum variable degree78
Distribution of variable degrees[{"degree":2,"count":80},{"degree":3,"count":320},{"degree":4,"count":78},{"degree":78,"count":1}]
Minimum constraint arity2
Maximum constraint arity400
Distribution of constraint arities[{"arity":2,"count":399},{"arity":3,"count":78},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.54/0.60	c best=?? lower=-78 upper=0 
2520.00/2519.90	c
2520.00/2519.90	c This is cosoco 1.12 --  
2520.00/2519.90	c
2520.00/2519.90	c command line: cosoco -lc -model -restarts HOME/instance-4267768-1502537000.xml 
2520.00/2519.90	c enable optimization
2520.00/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.00/2519.90	c |                                                                                                       
2520.00/2519.90	c |  Parse time        :         0.55 s 
2520.00/2519.90	c |
2520.00/2519.90	c |               Variables: 479
2520.00/2519.90	c |            Domain Sizes: 2..400
2520.00/2519.90	c |
2520.00/2519.90	c |             Constraints: 479
2520.00/2519.90	c |                   Arity: 2..400  -- Binary: 399  -- Ternary: 78
2520.00/2519.90	c | 
2520.00/2519.90	c |                   Types: 
2520.00/2519.90	c |                          All Different: 1
2520.00/2519.90	c |                          Intension: 477
2520.00/2519.90	c |                          Sum: 1
2520.00/2519.90	c |                          
2520.00/2519.90	c =========================================================================================================
2520.00/2519.90	
2520.00/2519.90	c *** INTERRUPTED ***
2520.00/2519.90	c restarts              : 70          
2520.00/2519.90	c conflicts             : 797487       (316 /sec)
2520.00/2519.90	c decisions             : 2388256      (948 /sec)
2520.00/2519.90	c propagations          : 731836749   (290412 /sec)
2520.00/2519.90	c root propagations     : 0           
2520.00/2519.90	c filter calls          : 43590931       (17298 /sec)
2520.00/2519.90	c useless filter calls  : 23131275       (53 %)
2520.00/2519.90	c Memory used           : 46.51 MB
2520.00/2519.90	c CPU time              : 2520 s
2520.00/2519.90	
2520.00/2519.90	c No Bound found!
2520.00/2519.90	
2520.00/2519.90	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-4267768-1502537000/watcher-4267768-1502537000 -o /tmp/evaluation-result-4267768-1502537000/solver-4267768-1502537000 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267768-1502537000.xml 

pid=9290
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: 2.00 2.03 2.05 2/184 9293
/proc/meminfo: memFree=31143544/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9293/stat : 9293 (runsolver) D 9290 9293 1478 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 95611274 24240128 108 18446744073709551615 4194304 4338465 140720557637136 140720557634776 139755055604439 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13750272 140720557646018 140720557646409 140720557646409 140720557649866 0
/proc/9293/statm: 5918 108 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.00 2.03 2.05 2/184 9293
/proc/meminfo: memFree=31143544/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=29204 CPUtime=0.04 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 1588 0 0 0 4 0 0 0 20 0 1 0 95611274 29904896 1419 18446744073709551615 4194304 5972588 140734438117184 140734438113832 139795973327845 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 7301 1419 792 435 0 664 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29204

[startup+0.200269 s]
/proc/loadavg: 2.00 2.03 2.05 2/184 9293
/proc/meminfo: memFree=31143544/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=30980 CPUtime=0.14 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 2028 0 0 0 14 0 0 0 20 0 1 0 95611274 31723520 1863 18446744073709551615 4194304 5972588 140734438117184 140734438113832 139795973327845 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 7745 1863 792 435 0 1108 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 30980

[startup+0.300268 s]
/proc/loadavg: 2.00 2.03 2.05 2/184 9293
/proc/meminfo: memFree=31143544/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=32680 CPUtime=0.24 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 2466 0 0 0 24 0 0 0 20 0 1 0 95611274 33464320 2288 18446744073709551615 4194304 5972588 140734438117184 140734438113832 139795973327845 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 8170 2288 792 435 0 1533 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 32680

[startup+0.700223 s]
/proc/loadavg: 2.00 2.03 2.05 2/184 9293
/proc/meminfo: memFree=31143544/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=38292 CPUtime=0.64 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 3923 0 0 0 64 0 0 0 20 0 1 0 95611274 39211008 3728 18446744073709551615 4194304 5972588 140734438117184 140734438113832 4975444 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 9573 3728 839 435 0 2936 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 38292

[startup+1.50022 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 9294
/proc/meminfo: memFree=31130416/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=40696 CPUtime=1.44 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 4511 0 0 0 144 0 0 0 20 0 1 0 95611274 41672704 4322 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070691 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 10174 4322 839 435 0 3537 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 40696

[startup+3.10022 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 9294
/proc/meminfo: memFree=31128432/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=42280 CPUtime=3.04 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 8398 0 0 0 304 0 0 0 20 0 1 0 95611274 43294720 4753 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4977689 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 10570 4753 839 435 0 3933 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 42280

[startup+6.30022 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 9294
/proc/meminfo: memFree=31126600/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=43600 CPUtime=6.24 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 12647 0 0 0 624 0 0 0 20 0 1 0 95611274 44646400 5037 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4978757 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 10900 5037 839 435 0 4263 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 43600

[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 9294
/proc/meminfo: memFree=31124232/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=44920 CPUtime=12.63 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 17219 0 0 0 1263 0 0 0 20 0 1 0 95611274 45998080 5406 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5071906 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11230 5406 839 435 0 4593 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 44920

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 9294
/proc/meminfo: memFree=31123668/32770624 swapFree=0/483816
[pid=9293] ppid=9290 vsize=45712 CPUtime=25.43 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 18909 0 0 0 2543 0 0 0 20 0 1 0 95611274 46809088 5576 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4978783 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11428 5576 839 435 0 4791 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 45712

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 9311
/proc/meminfo: memFree=31119000/32770624 swapFree=0/483820
[pid=9293] ppid=9290 vsize=46372 CPUtime=51.03 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 19285 0 0 0 5103 0 0 0 20 0 1 0 95611274 47484928 5753 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5053024 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11593 5753 839 435 0 4956 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 46372

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 9313
/proc/meminfo: memFree=31118364/32770624 swapFree=0/483848
[pid=9293] ppid=9290 vsize=46768 CPUtime=102.25 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 19687 0 0 0 10224 1 0 0 20 0 1 0 95611274 47890432 5830 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4977727 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11692 5830 839 435 0 5055 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46768

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9315
/proc/meminfo: memFree=31121616/32770624 swapFree=0/483856
[pid=9293] ppid=9290 vsize=46900 CPUtime=162.25 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 20095 0 0 0 16224 1 0 0 20 0 1 0 95611274 48025600 5884 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4968804 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11725 5884 839 435 0 5088 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46900

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9317
/proc/meminfo: memFree=31122108/32770624 swapFree=0/483868
[pid=9293] ppid=9290 vsize=46900 CPUtime=222.25 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 20506 0 0 0 22224 1 0 0 20 0 1 0 95611274 48025600 5898 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070984 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11725 5898 839 435 0 5088 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 46900

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9319
/proc/meminfo: memFree=31121612/32770624 swapFree=0/483880
[pid=9293] ppid=9290 vsize=47032 CPUtime=282.25 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 20532 0 0 0 28224 1 0 0 20 0 1 0 95611274 48160768 5927 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4977557 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11758 5927 839 435 0 5121 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 47032

[startup+342.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 9322
/proc/meminfo: memFree=31121496/32770624 swapFree=0/483896
[pid=9293] ppid=9290 vsize=47032 CPUtime=342.25 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 20978 0 0 0 34224 1 0 0 20 0 1 0 95611274 48160768 5953 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4975117 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11758 5953 839 435 0 5121 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 47032

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/185 9323
/proc/meminfo: memFree=31121248/32770624 swapFree=0/483908
[pid=9293] ppid=9290 vsize=47164 CPUtime=402.26 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 20996 0 0 0 40225 1 0 0 20 0 1 0 95611274 48295936 5953 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4969215 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11791 5953 839 435 0 5154 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 47164

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 9326
/proc/meminfo: memFree=31120872/32770624 swapFree=0/483920
[pid=9293] ppid=9290 vsize=47164 CPUtime=462.26 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 21467 0 0 0 46225 1 0 0 20 0 1 0 95611274 48295936 5982 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4965560 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11791 5982 839 435 0 5154 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 47164

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 9327
/proc/meminfo: memFree=31121184/32770624 swapFree=0/483932
[pid=9293] ppid=9290 vsize=47296 CPUtime=522.27 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 21478 0 0 0 52226 1 0 0 20 0 1 0 95611274 48431104 5982 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4971573 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11824 5982 839 435 0 5187 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 47296

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 9330
/proc/meminfo: memFree=31120920/32770624 swapFree=0/483948
[pid=9293] ppid=9290 vsize=47296 CPUtime=582.27 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 21959 0 0 0 58226 1 0 0 20 0 1 0 95611274 48431104 5992 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5071077 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11824 5992 839 435 0 5187 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 47296


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 9462
/proc/meminfo: memFree=31117876/32770624 swapFree=0/484216
[pid=9293] ppid=9290 vsize=47428 CPUtime=1662.34 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 26209 0 0 0 166233 1 0 0 20 0 1 0 95611274 48566272 6038 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4971949 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6038 839 435 0 5220 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 47428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 9464
/proc/meminfo: memFree=31117520/32770624 swapFree=0/484212
[pid=9293] ppid=9290 vsize=47428 CPUtime=1722.35 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 26622 0 0 0 172234 1 0 0 20 0 1 0 95611274 48566272 6038 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5072002 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6038 839 435 0 5220 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 47428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 9466
/proc/meminfo: memFree=31117768/32770624 swapFree=0/484220
[pid=9293] ppid=9290 vsize=47428 CPUtime=1782.35 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 26751 0 0 0 178234 1 0 0 20 0 1 0 95611274 48566272 6039 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070984 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6039 839 435 0 5220 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 47428

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 9484
/proc/meminfo: memFree=31105336/32770624 swapFree=0/484236
[pid=9293] ppid=9290 vsize=47428 CPUtime=1842.36 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27155 0 0 0 184235 1 0 0 20 0 1 0 95611274 48566272 6042 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4972289 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6042 839 435 0 5220 0
Current children cumulated CPU time (s) 1842.36
Current children cumulated vsize (KiB) 47428

[startup+1902.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 9486
/proc/meminfo: memFree=31105080/32770624 swapFree=0/484240
[pid=9293] ppid=9290 vsize=47428 CPUtime=1902.36 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27273 0 0 0 190235 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070984 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 47428

[startup+1962.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/186 9488
/proc/meminfo: memFree=31107912/32770624 swapFree=0/484260
[pid=9293] ppid=9290 vsize=47428 CPUtime=1962.36 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27278 0 0 0 196235 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4977693 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 1962.36
Current children cumulated vsize (KiB) 47428

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 9491
/proc/meminfo: memFree=31108144/32770624 swapFree=0/484264
[pid=9293] ppid=9290 vsize=47428 CPUtime=2022.37 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27289 0 0 0 202236 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4962170 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2022.37
Current children cumulated vsize (KiB) 47428

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 9493
/proc/meminfo: memFree=31108708/32770624 swapFree=0/484272
[pid=9293] ppid=9290 vsize=47428 CPUtime=2082.37 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27305 0 0 0 208236 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4971189 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2082.37
Current children cumulated vsize (KiB) 47428

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 9495
/proc/meminfo: memFree=31108864/32770624 swapFree=0/484284
[pid=9293] ppid=9290 vsize=47428 CPUtime=2142.37 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27330 0 0 0 214236 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070704 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2142.37
Current children cumulated vsize (KiB) 47428

[startup+2202.31 s]
/proc/loadavg: 2.07 2.05 2.05 3/186 9497
/proc/meminfo: memFree=31109244/32770624 swapFree=0/484288
[pid=9293] ppid=9290 vsize=47428 CPUtime=2202.38 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27332 0 0 0 220237 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 5070704 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2202.38
Current children cumulated vsize (KiB) 47428

[startup+2262.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 9499
/proc/meminfo: memFree=31109244/32770624 swapFree=0/484304
[pid=9293] ppid=9290 vsize=47428 CPUtime=2262.38 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27348 0 0 0 226237 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4978745 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2262.38
Current children cumulated vsize (KiB) 47428

[startup+2322.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/185 9502
/proc/meminfo: memFree=31109392/32770624 swapFree=0/484296
[pid=9293] ppid=9290 vsize=47428 CPUtime=2322.39 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27348 0 0 0 232238 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4972071 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2322.39
Current children cumulated vsize (KiB) 47428

[startup+2382.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/185 9504
/proc/meminfo: memFree=31109008/32770624 swapFree=0/484320
[pid=9293] ppid=9290 vsize=47428 CPUtime=2382.39 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27359 0 0 0 238238 1 0 0 20 0 1 0 95611274 48566272 6049 18446744073709551615 4194304 5972588 140734438117184 140734438114040 4971589 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11857 6049 839 435 0 5220 0
Current children cumulated CPU time (s) 2382.39
Current children cumulated vsize (KiB) 47428

[startup+2442.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/188 9520
/proc/meminfo: memFree=31103380/32770624 swapFree=0/484312
[pid=9293] ppid=9290 vsize=47620 CPUtime=2442.4 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27393 0 0 0 244239 1 0 0 20 0 1 0 95611274 48762880 6060 18446744073709551615 4194304 5972588 140734438117184 140734438113864 4975792 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11905 6060 839 435 0 5268 0
Current children cumulated CPU time (s) 2442.4
Current children cumulated vsize (KiB) 47620

[startup+2502.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/189 9523
/proc/meminfo: memFree=31104020/32770624 swapFree=0/484312
[pid=9293] ppid=9290 vsize=47620 CPUtime=2502.4 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27413 0 0 0 250239 1 0 0 20 0 1 0 95611274 48762880 6060 18446744073709551615 4194304 5972588 140734438117184 140734438113864 4977541 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11905 6060 839 435 0 5268 0
Current children cumulated CPU time (s) 2502.4
Current children cumulated vsize (KiB) 47620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.02 2.05 2.05 3/189 9524
/proc/meminfo: memFree=31104144/32770624 swapFree=0/484308
[pid=9293] ppid=9290 vsize=47620 CPUtime=2520 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27418 0 0 0 251999 1 0 0 20 0 1 0 95611274 48762880 6060 18446744073709551615 4194304 5972588 140734438117184 140734438113864 4970835 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11905 6060 839 435 0 5268 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 47620

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 9293 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.02 2.05 2.05 3/189 9524
/proc/meminfo: memFree=31104144/32770624 swapFree=0/484308
[pid=9293] ppid=9290 vsize=47620 CPUtime=2520 cores=1,3,5,7
/proc/9293/stat : 9293 (cosoco) R 9290 9293 1478 0 -1 4202496 27418 0 0 0 251999 1 0 0 20 0 1 0 95611274 48762880 6060 18446744073709551615 4194304 5972588 140734438117184 140734438113864 4970835 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39702528 140734438121966 140734438122061 140734438122061 140734438125518 0
/proc/9293/statm: 11905 6060 839 435 0 5268 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 47620

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.02
CPU user time (s): 2520
CPU system time (s): 0.020001
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 47620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520
system time used= 0.020001
maximum resident set size= 24332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27465
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= 17
involuntary context switches= 834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72318 second user time and 8.82881 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 13:09:26
IDJOB=4267768
IDBENCH=130617
IDSOLVER=2658
FILE ID=node135/4267768-1502537000
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-20.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267768-1502537000/watcher-4267768-1502537000 -o /tmp/evaluation-result-4267768-1502537000/solver-4267768-1502537000 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267768-1502537000.xml

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

MD5SUM BENCH= f43327d25c90fcea6a9e7ed354db6bef
RANDOM SEED=1334670245

node135.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.21
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.21
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.21
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.21
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:        31143820 kB
MemAvailable:   31976548 kB
Buffers:          303736 kB
Cached:           819636 kB
SwapCached:            0 kB
Active:           668432 kB
Inactive:         516956 kB
Active(anon):      62320 kB
Inactive(anon):    33140 kB
Active(file):     606112 kB
Inactive(file):   483816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             4 kB
AnonPages:         62060 kB
Mapped:            54128 kB
Shmem:             33464 kB
Slab:             144920 kB
SReclaimable:     117272 kB
SUnreclaim:        27648 kB
KernelStack:        3264 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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