Trace number 4240836

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
R1: cosoco-sat 1.1? (TO) 2400.11 2400.21

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-9.xml
MD5SUM4c656a32ec3c33e829e63e71b466a9e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark476
Best CPU time to get the best result obtained on this benchmark13.1137
Satisfiable
(Un)Satisfiability was proved
Number of variables7018
Number of constraints650
Number of domains11
Minimum domain size2
Maximum domain size212
Distribution of domain sizes[{"size":2,"count":638},{"size":22,"count":638},{"size":41,"count":638},{"size":43,"count":638},{"size":46,"count":638},{"size":62,"count":638},{"size":114,"count":638},{"size":137,"count":638},{"size":155,"count":638},{"size":178,"count":638},{"size":212,"count":638}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7018}]
Minimum constraint arity11
Maximum constraint arity6380
Distribution of constraint arities[{"arity":11,"count":638},{"arity":638,"count":11},{"arity":6380,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":648}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.68/3.72	c SAT : Variables: 645656 -- Clauses: 45108514
3.68/3.72	c best=?? lower=0 upper=638 
1188.61/1188.79	c
1188.61/1188.79	c This is cosoco 1.0 --  
1188.61/1188.79	c
1188.61/1188.79	c enable optimization
1188.61/1188.79	c ========================================[ Problem Statistics ]===========================================
1188.61/1188.79	c |                                                                                                       
1188.61/1188.79	c |  Parse time        :         3.22 s 
1188.61/1188.79	c |
1188.61/1188.79	c |               Variables: 7018
1188.61/1188.79	c |            Domain Sizes: 2..212
1188.61/1188.79	c |
1188.61/1188.79	c |             Constraints: 1923
1188.61/1188.79	c |                   Arity: 2..638  -- Binary: 637
1188.61/1188.79	c | 
1188.61/1188.79	c |                   Types: 
1188.61/1188.79	c |                          (X -Y <= k): 637
1188.61/1188.79	c |                          Lex: 637
1188.61/1188.79	c |                          Sum: 649
1188.61/1188.79	c |                          
1188.61/1188.79	c =========================================================================================================
1188.61/1188.79	conflict 263lvl : 303 bt303-179083:0(953)X181334919

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-4240836-1500640299/watcher-4240836-1500640299 -o /tmp/evaluation-result-4240836-1500640299/solver-4240836-1500640299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500623784-4669 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240836-1500640299.xml 

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

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.02 2.02 2.05 4/186 6803
/proc/meminfo: memFree=31808624/32770624 swapFree=6644/17588
[pid=6803] ppid=6800 vsize=27124 CPUtime=0 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 977 0 0 0 0 0 0 0 20 0 1 0 18661865 27774976 766 33554432000 4194304 5970956 140723704312976 140723704309624 139763093994469 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 6781 766 683 434 0 145 0

[startup+0.100115 s]
/proc/loadavg: 2.02 2.02 2.05 4/186 6803
/proc/meminfo: memFree=31808624/32770624 swapFree=6644/17588
[pid=6803] ppid=6800 vsize=36124 CPUtime=0.09 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 3243 0 0 0 9 0 0 0 20 0 1 0 18661865 36990976 3053 33554432000 4194304 5970956 140723704312976 140723704307480 5403024 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 9031 3053 733 434 0 2395 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36124

[startup+0.200311 s]
/proc/loadavg: 2.02 2.02 2.05 4/186 6803
/proc/meminfo: memFree=31808624/32770624 swapFree=6644/17588
[pid=6803] ppid=6800 vsize=96684 CPUtime=0.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 17351 0 0 0 17 2 0 0 20 0 1 0 18661865 99004416 17685 33554432000 4194304 5970956 140723704312976 140723704307848 5275333 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 24171 17685 780 434 0 17535 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 96684

[startup+0.300293 s]
/proc/loadavg: 2.02 2.02 2.05 4/186 6803
/proc/meminfo: memFree=31808624/32770624 swapFree=6644/17588
[pid=6803] ppid=6800 vsize=159768 CPUtime=0.29 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 28133 0 0 0 25 4 0 0 20 0 1 0 18661865 163602432 31489 33554432000 4194304 5970956 140723704312976 140723704310392 5279833 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 39942 31489 780 434 0 33306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 159768

[startup+0.700249 s]
/proc/loadavg: 2.02 2.02 2.05 4/186 6803
/proc/meminfo: memFree=31808624/32770624 swapFree=6644/17588
[pid=6803] ppid=6800 vsize=398724 CPUtime=0.69 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 60558 0 0 0 59 10 0 0 20 0 1 0 18661865 408293376 86449 33554432000 4194304 5970956 140723704312976 140723704309800 139763093994469 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 99681 86449 780 434 0 93045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 398724

[startup+1.50025 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6804
/proc/meminfo: memFree=31247048/32770624 swapFree=6644/17608
[pid=6803] ppid=6800 vsize=904644 CPUtime=1.49 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 118084 0 0 0 128 21 0 0 20 0 1 0 18661865 926355456 195067 33554432000 4194304 5970956 140723704312976 140723704309800 139763094000536 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 226161 195067 780 434 0 219525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 904644

[startup+3.10025 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6804
/proc/meminfo: memFree=30670920/32770624 swapFree=6644/17608
[pid=6803] ppid=6800 vsize=2025344 CPUtime=3.09 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 235224 0 0 0 268 41 0 0 20 0 1 0 18661865 2073952256 398936 33554432000 4194304 5970956 140723704312976 140723704309800 5279679 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 506336 399448 780 434 0 499700 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2025344

[startup+6.30024 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6804
/proc/meminfo: memFree=29878268/32770624 swapFree=6644/17608
[pid=6803] ppid=6800 vsize=2213812 CPUtime=6.28 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 302454 0 0 0 577 51 0 0 20 0 1 0 18661865 2266943488 485517 33554432000 4194304 5970956 140723704312976 140723704309720 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553453 485517 800 434 0 546817 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2213812

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6804
/proc/meminfo: memFree=29866856/32770624 swapFree=6644/17620
[pid=6803] ppid=6800 vsize=2213944 CPUtime=12.69 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 317587 0 0 0 1216 53 0 0 20 0 1 0 18661865 2267078656 485523 33554432000 4194304 5970956 140723704312976 140723704309720 5040570 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553486 485523 800 434 0 546850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2213944

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6804
/proc/meminfo: memFree=29867052/32770624 swapFree=6644/17632
[pid=6803] ppid=6800 vsize=2214076 CPUtime=25.49 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 334849 0 0 0 2495 54 0 0 20 0 1 0 18661865 2267213824 485566 33554432000 4194304 5970956 140723704312976 140723704309704 5038624 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485566 800 434 0 546883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2214076

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6804
/proc/meminfo: memFree=29867300/32770624 swapFree=6644/17648
[pid=6803] ppid=6800 vsize=2214076 CPUtime=51.08 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 354816 0 0 0 5053 55 0 0 20 0 1 0 18661865 2267213824 485580 33554432000 4194304 5970956 140723704312976 140723704309704 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485580 800 434 0 546883 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2214076

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6805
/proc/meminfo: memFree=29864904/32770624 swapFree=6644/17688
[pid=6803] ppid=6800 vsize=2214076 CPUtime=102.28 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 376980 0 0 0 10172 56 0 0 20 0 1 0 18661865 2267213824 485596 33554432000 4194304 5970956 140723704312976 140723704309704 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485596 800 434 0 546883 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2214076

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6806
/proc/meminfo: memFree=29865064/32770624 swapFree=6644/17720
[pid=6803] ppid=6800 vsize=2214076 CPUtime=162.27 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 391554 0 0 0 16170 57 0 0 20 0 1 0 18661865 2267213824 485596 33554432000 4194304 5970956 140723704312976 140723704309704 5093256 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485596 800 434 0 546883 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2214076

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6807
/proc/meminfo: memFree=29865076/32770624 swapFree=6644/17748
[pid=6803] ppid=6800 vsize=2214076 CPUtime=222.27 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 406003 0 0 0 22169 58 0 0 20 0 1 0 18661865 2267213824 485597 33554432000 4194304 5970956 140723704312976 140723704309704 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485597 800 434 0 546883 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2214076

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/187 6808
/proc/meminfo: memFree=29865100/32770624 swapFree=6644/17776
[pid=6803] ppid=6800 vsize=2214076 CPUtime=282.26 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 419943 0 0 0 28167 59 0 0 20 0 1 0 18661865 2267213824 485597 33554432000 4194304 5970956 140723704312976 140723704309704 5098928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485597 800 434 0 546883 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 2214076

[startup+342.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6809
/proc/meminfo: memFree=29864756/32770624 swapFree=6644/17812
[pid=6803] ppid=6800 vsize=2214076 CPUtime=342.26 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 432973 0 0 0 34166 60 0 0 20 0 1 0 18661865 2267213824 485597 33554432000 4194304 5970956 140723704312976 140723704309704 5047545 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485597 800 434 0 546883 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 2214076

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6810
/proc/meminfo: memFree=29864932/32770624 swapFree=6644/17844
[pid=6803] ppid=6800 vsize=2214076 CPUtime=402.25 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 447736 0 0 0 40165 60 0 0 20 0 1 0 18661865 2267213824 485597 33554432000 4194304 5970956 140723704312976 140723704309704 5038965 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485597 800 434 0 546883 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 2214076

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6811
/proc/meminfo: memFree=29864828/32770624 swapFree=6644/17876
[pid=6803] ppid=6800 vsize=2214076 CPUtime=462.25 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 461298 0 0 0 46164 61 0 0 20 0 1 0 18661865 2267213824 485597 33554432000 4194304 5970956 140723704312976 140723704309704 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485597 800 434 0 546883 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 2214076

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6819
/proc/meminfo: memFree=29864132/32770624 swapFree=6644/17912
[pid=6803] ppid=6800 vsize=2214076 CPUtime=522.24 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 473500 0 0 0 52162 62 0 0 20 0 1 0 18661865 2267213824 485601 33554432000 4194304 5970956 140723704312976 140723704309704 5098899 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485601 800 434 0 546883 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 2214076

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 6820
/proc/meminfo: memFree=29864648/32770624 swapFree=6644/17940
[pid=6803] ppid=6800 vsize=2214076 CPUtime=582.24 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 479573 0 0 0 58162 62 0 0 20 0 1 0 18661865 2267213824 485601 33554432000 4194304 5970956 140723704312976 140723704309704 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553519 485601 800 434 0 546883 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 2214076


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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6926
/proc/meminfo: memFree=29559440/32770624 swapFree=6644/19712
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1482.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 558223 0 0 0 148153 67 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1482.2
Current children cumulated vsize (KiB) 2214196

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6927
/proc/meminfo: memFree=29558172/32770624 swapFree=6644/19752
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1542.21 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 559641 0 0 0 154154 67 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038191 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1542.21
Current children cumulated vsize (KiB) 2214196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6929
/proc/meminfo: memFree=29546676/32770624 swapFree=6644/19792
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1602.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 560818 0 0 0 160153 67 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1602.2
Current children cumulated vsize (KiB) 2214196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6930
/proc/meminfo: memFree=29546684/32770624 swapFree=6644/19812
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1662.21 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 562211 0 0 0 166153 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5040521 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1662.21
Current children cumulated vsize (KiB) 2214196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6939
/proc/meminfo: memFree=29545488/32770624 swapFree=6644/19864
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1722.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 563592 0 0 0 172152 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5040507 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1722.2
Current children cumulated vsize (KiB) 2214196

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 6962
/proc/meminfo: memFree=29542500/32770624 swapFree=6644/19896
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1782.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 564907 0 0 0 178152 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038721 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 2214196

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 6963
/proc/meminfo: memFree=29541272/32770624 swapFree=6644/19936
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1842.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 566359 0 0 0 184152 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038640 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1842.2
Current children cumulated vsize (KiB) 2214196

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 6964
/proc/meminfo: memFree=29541388/32770624 swapFree=6644/19964
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1902.2 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 567705 0 0 0 190152 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038217 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1902.2
Current children cumulated vsize (KiB) 2214196

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6965
/proc/meminfo: memFree=29541420/32770624 swapFree=6644/19996
[pid=6803] ppid=6800 vsize=2214196 CPUtime=1962.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 568983 0 0 0 196151 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5040570 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 1962.19
Current children cumulated vsize (KiB) 2214196

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6966
/proc/meminfo: memFree=29539332/32770624 swapFree=6644/20020
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2022.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 570484 0 0 0 202151 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038191 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2022.19
Current children cumulated vsize (KiB) 2214196

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6967
/proc/meminfo: memFree=29539284/32770624 swapFree=6644/20056
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2082.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 571860 0 0 0 208151 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2082.19
Current children cumulated vsize (KiB) 2214196

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6968
/proc/meminfo: memFree=29539160/32770624 swapFree=6644/20088
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2142.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 572877 0 0 0 214151 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2142.19
Current children cumulated vsize (KiB) 2214196

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6969
/proc/meminfo: memFree=29537036/32770624 swapFree=6644/20120
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2202.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 574279 0 0 0 220151 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2202.19
Current children cumulated vsize (KiB) 2214196

[startup+2262.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 6970
/proc/meminfo: memFree=29537408/32770624 swapFree=6644/20148
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2262.18 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 575285 0 0 0 226150 68 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038502 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2262.18
Current children cumulated vsize (KiB) 2214196

[startup+2322.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/187 6978
/proc/meminfo: memFree=29535268/32770624 swapFree=6644/20188
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2322.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 576901 0 0 0 232150 69 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5337487 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2322.19
Current children cumulated vsize (KiB) 2214196

[startup+2382.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6979
/proc/meminfo: memFree=29535144/32770624 swapFree=6644/20212
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2382.19 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 578212 0 0 0 238150 69 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2382.19
Current children cumulated vsize (KiB) 2214196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 6979
/proc/meminfo: memFree=29535268/32770624 swapFree=6644/20224
[pid=6803] ppid=6800 vsize=2214196 CPUtime=2400.09 cores=1,3,5,7
/proc/6803/stat : 6803 (cosoco) R 6800 6803 4637 0 -1 4202496 578791 0 0 0 239940 69 0 0 20 0 1 0 18661865 2267336704 487068 33554432000 4194304 5970956 140723704312976 140723704310312 5038965 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140723704317116 140723704317251 140723704317251 140723704319950 0
/proc/6803/statm: 553549 487068 805 434 0 546913 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 2214196

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

Child status: 1
Real time (s): 2400.21
CPU time (s): 2400.11
CPU user time (s): 2399.41
CPU system time (s): 0.69998
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 2214196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.41
system time used= 0.69998
maximum resident set size= 1948320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578815
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= 70
involuntary context switches= 120620

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22952 second user time and 8.30247 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-21 14:31:39
IDJOB=4240836
IDBENCH=124232
IDSOLVER=2621
FILE ID=node113/4240836-1500640299
RUNJOBID= node113-1500623784-4669
PBS_JOBID= 20623018
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-9.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240836-1500640299/watcher-4240836-1500640299 -o /tmp/evaluation-result-4240836-1500640299/solver-4240836-1500640299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500623784-4669 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240836-1500640299.xml

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

MD5SUM BENCH= 4c656a32ec3c33e829e63e71b466a9e3
RANDOM SEED=610263706

node113.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.03
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.03
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		: 1600.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.03
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		: 1867.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.03
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:        31812540 kB
MemAvailable:   31931536 kB
Buffers:          168268 kB
Cached:           228488 kB
SwapCached:            0 kB
Active:           428636 kB
Inactive:          87812 kB
Active(anon):      69200 kB
Inactive(anon):    70224 kB
Active(file):     359436 kB
Inactive(file):    17588 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2348 kB
Writeback:           292 kB
AnonPages:        124032 kB
Mapped:            34980 kB
Shmem:             17040 kB
Slab:             140812 kB
SReclaimable:     115616 kB
SUnreclaim:        25196 kB
KernelStack:        3328 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     403292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62016 MiB
End job on node113 at 2017-07-21 15:11:39