Trace number 4267767

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.8501 2520

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
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 variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.45/0.54	c best=?? lower=-72 upper=0 
2519.83/2520.00	c
2519.83/2520.00	c This is cosoco 1.12 --  
2519.83/2520.00	c
2519.83/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267767-1502537763.xml 
2519.83/2520.00	c enable optimization
2519.83/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.83/2520.00	c |                                                                                                       
2519.83/2520.00	c |  Parse time        :         0.49 s 
2519.83/2520.00	c |
2519.83/2520.00	c |               Variables: 434
2519.83/2520.00	c |            Domain Sizes: 2..361
2519.83/2520.00	c |
2519.83/2520.00	c |             Constraints: 434
2519.83/2520.00	c |                   Arity: 2..361  -- Binary: 360  -- Ternary: 72
2519.83/2520.00	c | 
2519.83/2520.00	c |                   Types: 
2519.83/2520.00	c |                          All Different: 1
2519.83/2520.00	c |                          Intension: 432
2519.83/2520.00	c |                          Sum: 1
2519.83/2520.00	c |                          
2519.83/2520.00	c =========================================================================================================
2519.83/2520.00	
2519.83/2520.00	c *** INTERRUPTED ***
2519.83/2520.00	c restarts              : 70          
2519.83/2520.00	c conflicts             : 820876       (326 /sec)
2519.83/2520.00	c decisions             : 2403403      (954 /sec)
2519.83/2520.00	c propagations          : 820031943   (325434 /sec)
2519.83/2520.00	c root propagations     : 0           
2519.83/2520.00	c filter calls          : 42901193       (17026 /sec)
2519.83/2520.00	c useless filter calls  : 22535979       (52 %)
2519.83/2520.00	c Memory used           : 42.97 MB
2519.83/2520.00	c CPU time              : 2519.81 s
2519.83/2520.00	
2519.83/2520.00	c No Bound found!
2519.83/2520.00	
2519.83/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-4267767-1502537763/watcher-4267767-1502537763 -o /tmp/evaluation-result-4267767-1502537763/solver-4267767-1502537763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267767-1502537763.xml 

pid=14084
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.07 2.03 2.05 2/181 14087
/proc/meminfo: memFree=31188624/32770624 swapFree=0/562360
[pid=14087] ppid=14084 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14087/stat : 14087 (runsolver) D 14084 14087 6677 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 55969697 24240128 107 18446744073709551615 4194304 4338465 140736590046288 140736590043928 139778416706263 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31567872 140736590049474 140736590049865 140736590049865 140736590053322 0
/proc/14087/statm: 5918 107 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.07 2.03 2.05 2/181 14087
/proc/meminfo: memFree=31188624/32770624 swapFree=0/562360
[pid=14087] ppid=14084 vsize=29080 CPUtime=0.05 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 1549 0 0 0 5 0 0 0 20 0 1 0 55969697 29777920 1386 18446744073709551615 4194304 5972588 140730701051296 140730701047944 140349682678757 0 0 1 0 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 7270 1386 792 435 0 633 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29080

[startup+0.200292 s]
/proc/loadavg: 2.07 2.03 2.05 2/181 14087
/proc/meminfo: memFree=31188624/32770624 swapFree=0/562360
[pid=14087] ppid=14084 vsize=30608 CPUtime=0.15 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 1954 0 0 0 15 0 0 0 20 0 1 0 55969697 31342592 1736 18446744073709551615 4194304 5972588 140730701051296 140730701047944 140349682687932 0 0 1 0 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 7652 1736 792 435 0 1015 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 30608

[startup+0.300248 s]
/proc/loadavg: 2.07 2.03 2.05 2/181 14087
/proc/meminfo: memFree=31188624/32770624 swapFree=0/562360
[pid=14087] ppid=14084 vsize=32260 CPUtime=0.25 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 2358 0 0 0 25 0 0 0 20 0 1 0 55969697 33034240 2182 18446744073709551615 4194304 5972588 140730701051296 140730701047944 140349682678757 0 0 1 0 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 8065 2182 792 435 0 1428 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 32260

[startup+0.700231 s]
/proc/loadavg: 2.07 2.03 2.05 2/181 14087
/proc/meminfo: memFree=31188624/32770624 swapFree=0/562360
[pid=14087] ppid=14084 vsize=36868 CPUtime=0.64 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 3544 0 0 0 64 0 0 0 20 0 1 0 55969697 37752832 3339 18446744073709551615 4194304 5972588 140730701051296 140730701047944 5099616 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 9217 3339 839 435 0 2580 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 36868

[startup+1.50022 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 14088
/proc/meminfo: memFree=31177452/32770624 swapFree=0/562332
[pid=14087] ppid=14084 vsize=38320 CPUtime=1.44 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 3930 0 0 0 144 0 0 0 20 0 1 0 55969697 39239680 3735 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4909660 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 9580 3735 839 435 0 2943 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 38320

[startup+3.10023 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31175592/32770624 swapFree=0/562332
[pid=14087] ppid=14084 vsize=39508 CPUtime=3.04 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 6592 0 0 0 304 0 0 0 20 0 1 0 55969697 40456192 4044 18446744073709551615 4194304 5972588 140730701051296 140730701047784 4962381 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 9877 4044 839 435 0 3240 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 39508

[startup+6.30023 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31173836/32770624 swapFree=0/562352
[pid=14087] ppid=14084 vsize=41224 CPUtime=6.25 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 10956 0 0 0 624 1 0 0 20 0 1 0 55969697 42213376 4403 18446744073709551615 4194304 5972588 140730701051296 140730701048152 140349682678757 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10306 4403 839 435 0 3669 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41224

[startup+12.7002 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31172224/32770624 swapFree=0/562352
[pid=14087] ppid=14084 vsize=42148 CPUtime=12.64 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 14829 0 0 0 1263 1 0 0 20 0 1 0 55969697 43159552 4675 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5070688 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10537 4675 839 435 0 3900 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 42148

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31171728/32770624 swapFree=0/562348
[pid=14087] ppid=14084 vsize=42808 CPUtime=25.44 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 20814 0 0 0 2543 1 0 0 20 0 1 0 55969697 43835392 4870 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4965362 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10702 4870 839 435 0 4065 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 42808

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31171232/32770624 swapFree=0/562344
[pid=14087] ppid=14084 vsize=43204 CPUtime=51.04 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 26852 0 0 0 5102 2 0 0 20 0 1 0 55969697 44240896 4954 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4979136 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10801 4954 839 435 0 4164 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 43204

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/182 14091
/proc/meminfo: memFree=31170872/32770624 swapFree=0/562364
[pid=14087] ppid=14084 vsize=43468 CPUtime=102.24 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 27543 0 0 0 10222 2 0 0 20 0 1 0 55969697 44511232 5022 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071032 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10867 5022 839 435 0 4230 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 43468

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 14093
/proc/meminfo: memFree=31170748/32770624 swapFree=0/562372
[pid=14087] ppid=14084 vsize=43600 CPUtime=162.23 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 28145 0 0 0 16221 2 0 0 20 0 1 0 55969697 44646400 5068 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4977685 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10900 5068 839 435 0 4263 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 43600

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 14096
/proc/meminfo: memFree=31170288/32770624 swapFree=0/562392
[pid=14087] ppid=14084 vsize=43600 CPUtime=222.23 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 28737 0 0 0 22221 2 0 0 20 0 1 0 55969697 44646400 5079 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4978730 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10900 5079 839 435 0 4263 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 43600

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14098
/proc/meminfo: memFree=31170040/32770624 swapFree=0/562408
[pid=14087] ppid=14084 vsize=43732 CPUtime=282.22 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 29354 0 0 0 28220 2 0 0 20 0 1 0 55969697 44781568 5097 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071069 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5097 839 435 0 4296 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 43732

[startup+342.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/181 14100
/proc/meminfo: memFree=31170288/32770624 swapFree=0/562408
[pid=14087] ppid=14084 vsize=43732 CPUtime=342.22 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 29965 0 0 0 34220 2 0 0 20 0 1 0 55969697 44781568 5104 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4969213 0 0 1 8405026 0 0 0 17 3 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5104 839 435 0 4296 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 43732

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14103
/proc/meminfo: memFree=31169792/32770624 swapFree=0/562420
[pid=14087] ppid=14084 vsize=43732 CPUtime=402.23 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 30581 0 0 0 40220 3 0 0 20 0 1 0 55969697 44781568 5108 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4975143 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5108 839 435 0 4296 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 43732

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14105
/proc/meminfo: memFree=31170288/32770624 swapFree=0/562428
[pid=14087] ppid=14084 vsize=43732 CPUtime=462.22 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 31183 0 0 0 46219 3 0 0 20 0 1 0 55969697 44781568 5114 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4972757 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5114 839 435 0 4296 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 43732

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14121
/proc/meminfo: memFree=31164992/32770624 swapFree=0/562432
[pid=14087] ppid=14084 vsize=43732 CPUtime=522.22 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 31804 0 0 0 52219 3 0 0 20 0 1 0 55969697 44781568 5120 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071952 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5120 839 435 0 4296 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 43732

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14123
/proc/meminfo: memFree=31165356/32770624 swapFree=0/562444
[pid=14087] ppid=14084 vsize=43732 CPUtime=582.22 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 32430 0 0 0 58219 3 0 0 20 0 1 0 55969697 44781568 5121 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071906 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10933 5121 839 435 0 4296 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 43732


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14171
/proc/meminfo: memFree=31169192/32770624 swapFree=0/562648
[pid=14087] ppid=14084 vsize=43996 CPUtime=1602.17 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 41866 0 0 0 160214 3 0 0 20 0 1 0 55969697 45051904 5178 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5070973 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5178 839 435 0 4362 0
Current children cumulated CPU time (s) 1602.17
Current children cumulated vsize (KiB) 43996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14173
/proc/meminfo: memFree=31168944/32770624 swapFree=0/562664
[pid=14087] ppid=14084 vsize=43996 CPUtime=1662.17 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 42389 0 0 0 166214 3 0 0 20 0 1 0 55969697 45051904 5178 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4979136 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5178 839 435 0 4362 0
Current children cumulated CPU time (s) 1662.17
Current children cumulated vsize (KiB) 43996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14189
/proc/meminfo: memFree=31165176/32770624 swapFree=0/562724
[pid=14087] ppid=14084 vsize=43996 CPUtime=1722.17 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 43081 0 0 0 172214 3 0 0 20 0 1 0 55969697 45051904 5182 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4978058 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5182 839 435 0 4362 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 43996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14191
/proc/meminfo: memFree=31164928/32770624 swapFree=0/562732
[pid=14087] ppid=14084 vsize=43996 CPUtime=1782.17 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 43468 0 0 0 178214 3 0 0 20 0 1 0 55969697 45051904 5183 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5099648 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5183 839 435 0 4362 0
Current children cumulated CPU time (s) 1782.17
Current children cumulated vsize (KiB) 43996

[startup+1842.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/181 14193
/proc/meminfo: memFree=31168076/32770624 swapFree=0/562736
[pid=14087] ppid=14084 vsize=43996 CPUtime=1842.16 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 43862 0 0 0 184213 3 0 0 20 0 1 0 55969697 45051904 5183 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4971618 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5183 839 435 0 4362 0
Current children cumulated CPU time (s) 1842.16
Current children cumulated vsize (KiB) 43996

[startup+1902.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 14195
/proc/meminfo: memFree=31168060/32770624 swapFree=0/562736
[pid=14087] ppid=14084 vsize=43996 CPUtime=1902.16 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 44533 0 0 0 190213 3 0 0 20 0 1 0 55969697 45051904 5188 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071908 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5188 839 435 0 4362 0
Current children cumulated CPU time (s) 1902.16
Current children cumulated vsize (KiB) 43996

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 14197
/proc/meminfo: memFree=31168080/32770624 swapFree=0/562740
[pid=14087] ppid=14084 vsize=43996 CPUtime=1962.16 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 45071 0 0 0 196213 3 0 0 20 0 1 0 55969697 45051904 5188 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4970744 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5188 839 435 0 4362 0
Current children cumulated CPU time (s) 1962.16
Current children cumulated vsize (KiB) 43996

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 14200
/proc/meminfo: memFree=31168196/32770624 swapFree=0/562748
[pid=14087] ppid=14084 vsize=43996 CPUtime=2022.16 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 45584 0 0 0 202213 3 0 0 20 0 1 0 55969697 45051904 5188 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5070982 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5188 839 435 0 4362 0
Current children cumulated CPU time (s) 2022.16
Current children cumulated vsize (KiB) 43996

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14262
/proc/meminfo: memFree=31170732/32770624 swapFree=0/562760
[pid=14087] ppid=14084 vsize=43996 CPUtime=2082.16 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 46291 0 0 0 208213 3 0 0 20 0 1 0 55969697 45051904 5191 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071040 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5191 839 435 0 4362 0
Current children cumulated CPU time (s) 2082.16
Current children cumulated vsize (KiB) 43996

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14264
/proc/meminfo: memFree=31171416/32770624 swapFree=0/562776
[pid=14087] ppid=14084 vsize=43996 CPUtime=2142.15 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 46678 0 0 0 214212 3 0 0 20 0 1 0 55969697 45051904 5191 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5071077 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5191 839 435 0 4362 0
Current children cumulated CPU time (s) 2142.15
Current children cumulated vsize (KiB) 43996

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14267
/proc/meminfo: memFree=31171416/32770624 swapFree=0/562768
[pid=14087] ppid=14084 vsize=43996 CPUtime=2202.15 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 47070 0 0 0 220212 3 0 0 20 0 1 0 55969697 45051904 5191 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4975644 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5191 839 435 0 4362 0
Current children cumulated CPU time (s) 2202.15
Current children cumulated vsize (KiB) 43996

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 14269
/proc/meminfo: memFree=31171160/32770624 swapFree=0/562776
[pid=14087] ppid=14084 vsize=43996 CPUtime=2262.15 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 47463 0 0 0 226212 3 0 0 20 0 1 0 55969697 45051904 5191 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4970856 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5191 839 435 0 4362 0
Current children cumulated CPU time (s) 2262.15
Current children cumulated vsize (KiB) 43996

[startup+2322.3 s]
/proc/loadavg: 2.18 2.07 2.06 3/185 14286
/proc/meminfo: memFree=31166996/32770624 swapFree=0/562796
[pid=14087] ppid=14084 vsize=43996 CPUtime=2322.14 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 47850 0 0 0 232211 3 0 0 20 0 1 0 55969697 45051904 5191 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5070982 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5191 839 435 0 4362 0
Current children cumulated CPU time (s) 2322.14
Current children cumulated vsize (KiB) 43996

[startup+2382.3 s]
/proc/loadavg: 2.19 2.10 2.07 3/185 14312
/proc/meminfo: memFree=31165344/32770624 swapFree=0/562824
[pid=14087] ppid=14084 vsize=43996 CPUtime=2382.14 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 48532 0 0 0 238211 3 0 0 20 0 1 0 55969697 45051904 5192 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4971933 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5192 839 435 0 4362 0
Current children cumulated CPU time (s) 2382.14
Current children cumulated vsize (KiB) 43996

[startup+2442.3 s]
/proc/loadavg: 2.07 2.08 2.06 3/185 14314
/proc/meminfo: memFree=31166188/32770624 swapFree=0/562836
[pid=14087] ppid=14084 vsize=43996 CPUtime=2442.14 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 49072 0 0 0 244211 3 0 0 20 0 1 0 55969697 45051904 5193 18446744073709551615 4194304 5972588 140730701051296 140730701048152 4978820 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5193 839 435 0 4362 0
Current children cumulated CPU time (s) 2442.14
Current children cumulated vsize (KiB) 43996

[startup+2502.3 s]
/proc/loadavg: 2.03 2.07 2.06 3/182 14316
/proc/meminfo: memFree=31169904/32770624 swapFree=0/562832
[pid=14087] ppid=14084 vsize=43996 CPUtime=2502.14 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 49607 0 0 0 250211 3 0 0 20 0 1 0 55969697 45051904 5193 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5072004 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5193 839 435 0 4362 0
Current children cumulated CPU time (s) 2502.14
Current children cumulated vsize (KiB) 43996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.06 2.06 3/182 14317
/proc/meminfo: memFree=31170028/32770624 swapFree=0/562820
[pid=14087] ppid=14084 vsize=43996 CPUtime=2519.83 cores=1,3,5,7
/proc/14087/stat : 14087 (cosoco) R 14084 14087 6677 0 -1 4202496 50132 0 0 0 251980 3 0 0 20 0 1 0 55969697 45051904 5193 18446744073709551615 4194304 5972588 140730701051296 140730701048152 5070984 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23080960 140730701054446 140730701054541 140730701054541 140730701057998 0
/proc/14087/statm: 10999 5193 839 435 0 4362 0
Current children cumulated CPU time (s) 2519.83
Current children cumulated vsize (KiB) 43996

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 14087 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.85
CPU user time (s): 2519.81
CPU system time (s): 0.035998
CPU usage (%): 99.9939
Max. virtual memory (cumulated for all children) (KiB): 43996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.81
system time used= 0.035998
maximum resident set size= 20844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50183
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= 15
involuntary context switches= 1061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28141 second user time and 7.27794 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 13:21:55
IDJOB=4267767
IDBENCH=130626
IDSOLVER=2658
FILE ID=node127/4267767-1502537763
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267767-1502537763/watcher-4267767-1502537763 -o /tmp/evaluation-result-4267767-1502537763/solver-4267767-1502537763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267767-1502537763.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=816540004

node127.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.92
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.92
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.92
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.92
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:        31188624 kB
MemAvailable:   31995308 kB
Buffers:          271584 kB
Cached:           823972 kB
SwapCached:            0 kB
Active:           571408 kB
Inactive:         587528 kB
Active(anon):      63444 kB
Inactive(anon):    24908 kB
Active(file):     507964 kB
Inactive(file):   562620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             4 kB
AnonPages:         63104 kB
Mapped:            45996 kB
Shmem:             25252 kB
Slab:             129068 kB
SReclaimable:     103868 kB
SUnreclaim:        25200 kB
KernelStack:        3200 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-12 14:03:55