Trace number 4241242

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.2 2401.21

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
Bench CategoryCSP (decision 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 variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

164.31/164.45	c root propagations     : 180         
164.31/164.45	c restarts enabled, print stats at every restarts
164.31/164.45	c
164.31/164.45	c
164.31/164.45	c
164.31/164.45	c This is cosoco 1.0 --  
164.31/164.45	c
164.31/164.45	c ========================================[ Problem Statistics ]===========================================
164.31/164.45	c |                                                                                                       
164.31/164.45	c |  Parse time        :        33.29 s 
164.31/164.45	c |
164.31/164.45	c |               Variables: 90
164.31/164.45	c |            Domain Sizes: 14..14
164.31/164.45	c |
164.31/164.45	c |             Constraints: 495
164.31/164.45	c |                   Arity: 2..6  -- Binary: 60
164.31/164.45	c | 
164.31/164.45	c |                   Types: 
164.31/164.45	c |                          (X - Y < k): 60
164.31/164.45	c |                          Extension: 435  (nb tuples: 4324320..4324320) -- (shared: 434)
164.31/164.45	c |                          
164.31/164.45	c =========================================================================================================
164.31/164.45	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
324.22/324.46	c 101            143            10325          1851           90             0              7   35   24    
592.92/593.25	c 211            305            19936          3988           90             0              3   49   33    
900.29/900.74	c 332            489            30080          6163           90             0              4   56   37    
1237.65/1238.26	c 465            690            41113          8888           90             0              3   67   44    
1583.11/1583.85	c 611            911            53342          11471          90             0              2   64   40    
1943.77/1944.69	c 771            1150           66024          14669          90             0              3   76   49    
2285.93/2286.93	c 947            1410           78853          18272          90             0              2   85   54    

Verifier Data

One s line expected

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-4241242-1500629308/watcher-4241242-1500629308 -o /tmp/evaluation-result-4241242-1500629308/solver-4241242-1500629308 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5214 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241242-1500629308.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.12 2.05 2.00 2/186 7135
/proc/meminfo: memFree=31139220/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=27124 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 999 0 0 0 0 0 0 0 20 0 1 0 17638686 27774976 833 33554432000 4194304 5970956 140732853505328 140732853501976 5417067 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 6781 833 725 434 0 145 0

[startup+0.100152 s]
/proc/loadavg: 2.12 2.05 2.00 2/186 7135
/proc/meminfo: memFree=31139220/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=27776 CPUtime=0.09 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1183 0 0 0 9 0 0 0 20 0 1 0 17638686 28442624 948 33554432000 4194304 5970956 140732853505328 140732853501928 140040522148837 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 6944 948 725 434 0 308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27776

[startup+0.200349 s]
/proc/loadavg: 2.12 2.05 2.00 2/186 7135
/proc/meminfo: memFree=31139220/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=28688 CPUtime=0.19 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1485 0 0 0 19 0 0 0 20 0 1 0 17638686 29376512 1125 33554432000 4194304 5970956 140732853505328 140732853501928 140040522148837 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 7172 1125 725 434 0 536 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28688

[startup+0.300317 s]
/proc/loadavg: 2.12 2.05 2.00 2/186 7135
/proc/meminfo: memFree=31139220/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=29984 CPUtime=0.29 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1919 0 0 0 29 0 0 0 20 0 1 0 17638686 30703616 1415 33554432000 4194304 5970956 140732853505328 140732853501928 5378273 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 7496 1415 725 434 0 860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29984

[startup+0.700278 s]
/proc/loadavg: 2.12 2.05 2.00 2/186 7135
/proc/meminfo: memFree=31139220/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=33764 CPUtime=0.69 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 2773 0 0 0 69 0 0 0 20 0 1 0 17638686 34574336 2360 33554432000 4194304 5970956 140732853505328 140732853501928 140040522148837 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 8441 2360 725 434 0 1805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33764

[startup+1.50028 s]
/proc/loadavg: 2.12 2.05 2.00 3/187 7136
/proc/meminfo: memFree=31129172/32770624 swapFree=6216/750296
[pid=7135] ppid=7132 vsize=41192 CPUtime=1.49 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 4451 0 0 0 149 0 0 0 20 0 1 0 17638686 42180608 4309 33554432000 4194304 5970956 140732853505328 140732853501928 5383928 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 10298 4309 725 434 0 3662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41192

[startup+3.10028 s]
/proc/loadavg: 2.12 2.05 2.00 3/187 7136
/proc/meminfo: memFree=31115784/32770624 swapFree=6216/750276
[pid=7135] ppid=7132 vsize=68336 CPUtime=3.09 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 7287 0 0 0 308 1 0 0 20 0 1 0 17638686 69976064 8558 33554432000 4194304 5970956 140732853505328 140732853501928 140040522587136 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 17084 8558 725 434 0 10448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68336

[startup+6.30028 s]
/proc/loadavg: 2.12 2.04 2.00 3/187 7136
/proc/meminfo: memFree=31085772/32770624 swapFree=6216/750284
[pid=7135] ppid=7132 vsize=110336 CPUtime=6.29 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 12268 0 0 0 626 3 0 0 20 0 1 0 17638686 112984064 16055 33554432000 4194304 5970956 140732853505328 140732853501928 5672390 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 27584 16055 725 434 0 20948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110336

[startup+12.7003 s]
/proc/loadavg: 2.11 2.04 2.00 3/187 7136
/proc/meminfo: memFree=31022380/32770624 swapFree=6216/750292
[pid=7135] ppid=7132 vsize=194336 CPUtime=12.68 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 21625 0 0 0 1263 5 0 0 20 0 1 0 17638686 199000064 31431 33554432000 4194304 5970956 140732853505328 140732853501928 140040522148837 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 48584 31431 725 434 0 41948 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 194336

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.00 3/187 7136
/proc/meminfo: memFree=30746168/32770624 swapFree=6216/750300
[pid=7135] ppid=7132 vsize=627256 CPUtime=25.48 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 106060 0 0 0 2530 18 0 0 20 0 1 0 17638686 642310144 126098 33554432000 4194304 5970956 140732853505328 140732853499768 140040522146383 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 156814 126098 729 434 0 150178 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 627256

[startup+51.1004 s]
/proc/loadavg: 2.05 2.04 2.00 3/187 7136
/proc/meminfo: memFree=16174840/32770624 swapFree=6216/750316
[pid=7135] ppid=7132 vsize=14965916 CPUtime=51.06 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 563700 0 0 0 4845 261 0 0 20 0 1 0 17638686 15325097984 3734463 33554432000 4194304 5970956 140732853505328 140732853502584 4934506 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734463 775 434 0 3734843 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14965916

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/187 7144
/proc/meminfo: memFree=16173148/32770624 swapFree=6216/750368
[pid=7135] ppid=7132 vsize=14965916 CPUtime=102.25 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 587326 0 0 0 9963 262 0 0 20 0 1 0 17638686 15325097984 3734463 33554432000 4194304 5970956 140732853505328 140732853502584 4934350 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734463 775 434 0 3734843 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14965916

[startup+162.3 s]
/proc/loadavg: 2.25 2.09 2.02 3/187 7328
/proc/meminfo: memFree=16172512/32770624 swapFree=6216/750468
[pid=7135] ppid=7132 vsize=14965916 CPUtime=162.22 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 609571 0 0 0 15958 264 0 0 20 0 1 0 17638686 15325097984 3734463 33554432000 4194304 5970956 140732853505328 140732853502584 4934527 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734463 775 434 0 3734843 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 14965916

[startup+222.306 s]
/proc/loadavg: 2.09 2.07 2.02 3/187 7329
/proc/meminfo: memFree=16173176/32770624 swapFree=6216/750560
[pid=7135] ppid=7132 vsize=14965916 CPUtime=222.19 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 620603 0 0 0 21954 265 0 0 20 0 1 0 17638686 15325097984 3734465 33554432000 4194304 5970956 140732853505328 140732853502936 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734465 776 434 0 3734843 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 14965916

[startup+282.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/187 7330
/proc/meminfo: memFree=16172944/32770624 swapFree=6216/750632
[pid=7135] ppid=7132 vsize=14965916 CPUtime=282.14 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 623867 0 0 0 27949 265 0 0 20 0 1 0 17638686 15325097984 3734465 33554432000 4194304 5970956 140732853505328 140732853502936 4934272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734465 776 434 0 3734843 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 14965916

[startup+342.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/187 7331
/proc/meminfo: memFree=16172568/32770624 swapFree=6216/750688
[pid=7135] ppid=7132 vsize=14965916 CPUtime=342.11 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 630181 0 0 0 33946 265 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 14965916

[startup+402.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/187 7332
/proc/meminfo: memFree=16172456/32770624 swapFree=6216/750732
[pid=7135] ppid=7132 vsize=14965916 CPUtime=402.1 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 635218 0 0 0 39944 266 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 14965916

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/187 7333
/proc/meminfo: memFree=16172328/32770624 swapFree=6216/750784
[pid=7135] ppid=7132 vsize=14965916 CPUtime=462.07 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 639325 0 0 0 45941 266 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934366 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 14965916

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.03 3/187 7334
/proc/meminfo: memFree=16172068/32770624 swapFree=6216/750832
[pid=7135] ppid=7132 vsize=14965916 CPUtime=522.04 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 647525 0 0 0 51938 266 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 14965916

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.03 3/187 7335
/proc/meminfo: memFree=16172428/32770624 swapFree=6216/750872
[pid=7135] ppid=7132 vsize=14965916 CPUtime=582.02 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 660945 0 0 0 57934 268 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 14965916


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 7366
/proc/meminfo: memFree=16171180/32770624 swapFree=6216/751468
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1541.64 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1200868 0 0 0 153864 300 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 14965916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 7368
/proc/meminfo: memFree=16171788/32770624 swapFree=6216/751504
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1601.6 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1256819 0 0 0 159857 303 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 14965916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 7369
/proc/meminfo: memFree=16171452/32770624 swapFree=6216/751536
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1661.58 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1322509 0 0 0 165851 307 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4933151 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 14965916

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 7370
/proc/meminfo: memFree=16171472/32770624 swapFree=6216/751568
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1721.55 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1363171 0 0 0 171847 308 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 14965916

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 7372
/proc/meminfo: memFree=16170844/32770624 swapFree=6216/751608
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1781.53 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1397729 0 0 0 177843 310 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4933151 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 14965916

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 7373
/proc/meminfo: memFree=16171452/32770624 swapFree=6216/751640
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1841.51 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1443068 0 0 0 183839 312 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1841.51
Current children cumulated vsize (KiB) 14965916

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7382
/proc/meminfo: memFree=16171500/32770624 swapFree=6216/751684
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1901.48 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1469297 0 0 0 189834 314 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1901.48
Current children cumulated vsize (KiB) 14965916

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7405
/proc/meminfo: memFree=16170376/32770624 swapFree=6216/751736
[pid=7135] ppid=7132 vsize=14965916 CPUtime=1961.46 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1529716 0 0 0 195829 317 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 1961.46
Current children cumulated vsize (KiB) 14965916

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 7406
/proc/meminfo: memFree=16170192/32770624 swapFree=6216/751764
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2021.44 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1592048 0 0 0 201823 321 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2021.44
Current children cumulated vsize (KiB) 14965916

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 7407
/proc/meminfo: memFree=16170460/32770624 swapFree=6216/751792
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2081.42 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1632086 0 0 0 207819 323 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2081.42
Current children cumulated vsize (KiB) 14965916

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 7408
/proc/meminfo: memFree=16170324/32770624 swapFree=6216/751824
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2141.38 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1670145 0 0 0 213813 325 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2141.38
Current children cumulated vsize (KiB) 14965916

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7409
/proc/meminfo: memFree=16170576/32770624 swapFree=6216/751872
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2201.36 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1717747 0 0 0 219809 327 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2201.36
Current children cumulated vsize (KiB) 14965916

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7410
/proc/meminfo: memFree=16170812/32770624 swapFree=6216/751896
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2261.33 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1749083 0 0 0 225804 329 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2261.33
Current children cumulated vsize (KiB) 14965916

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7411
/proc/meminfo: memFree=16171236/32770624 swapFree=6216/751932
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2321.31 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1827936 0 0 0 231797 334 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934318 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2321.31
Current children cumulated vsize (KiB) 14965916

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7412
/proc/meminfo: memFree=16171132/32770624 swapFree=6216/751976
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2381.29 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1879282 0 0 0 237792 337 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934350 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2381.29
Current children cumulated vsize (KiB) 14965916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7412
/proc/meminfo: memFree=16171252/32770624 swapFree=6216/751984
[pid=7135] ppid=7132 vsize=14965916 CPUtime=2400.08 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202496 1887872 0 0 0 239671 337 0 0 20 0 1 0 17638686 15325097984 3734467 33554432000 4194304 5970956 140732853505328 140732853502664 4934327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15364096 140732853511361 140732853511491 140732853511491 140732853514190 0
/proc/7135/statm: 3741479 3734467 778 434 0 3734843 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 14965916

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

[startup+2401.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7412
/proc/meminfo: memFree=16171252/32770624 swapFree=6216/751984
[pid=7135] ppid=7132 vsize=0 CPUtime=2400.18 cores=0,2,4,6
/proc/7135/stat : 7135 (cosoco) R 7132 7135 5183 0 -1 4202500 1887899 0 0 0 239671 347 0 0 20 0 1 0 17638686 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7135/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2401.21
CPU time (s): 2400.2
CPU user time (s): 2396.71
CPU system time (s): 3.49057
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 14965916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.71
system time used= 3.49057
maximum resident set size= 14937908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1887899
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= 56
involuntary context switches= 120677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08548 second user time and 10.5222 second system time

The end

Launcher Data

Begin job on node103 at 2017-07-21 11:28:29
IDJOB=4241242
IDBENCH=126259
IDSOLVER=2620
FILE ID=node103/4241242-1500629308
RUNJOBID= node103-1500623787-5214
PBS_JOBID= 20623024
Free space on /tmp= 61956 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241242-1500629308/watcher-4241242-1500629308 -o /tmp/evaluation-result-4241242-1500629308/solver-4241242-1500629308 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5214 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241242-1500629308.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=668122650

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

/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.65
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		: 1600.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		: 1600.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.65
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		: 1600.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		: 1733.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.65
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		: 1600.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.65
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		: 1600.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:        31139748 kB
MemAvailable:   31999928 kB
Buffers:          159652 kB
Cached:           988068 kB
SwapCached:            0 kB
Active:           439672 kB
Inactive:         767328 kB
Active(anon):      61972 kB
Inactive(anon):    17032 kB
Active(file):     377700 kB
Inactive(file):   750296 kB
Unevictable:        6216 kB
Mlocked:            6216 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             66320 kB
Writeback:             0 kB
AnonPages:         65496 kB
Mapped:            34672 kB
Shmem:             17044 kB
Slab:             121512 kB
SReclaimable:      96036 kB
SUnreclaim:        25476 kB
KernelStack:        3280 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     337240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61952 MiB
End job on node103 at 2017-07-21 12:08:31