Trace number 4267581

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.8401 2520.01

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1705
Best CPU time to get the best result obtained on this benchmark392.939
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"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":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.09/1.29	c best=?? lower=-1810 upper=0 
2519.82/2520.00	c
2519.82/2520.00	c This is cosoco 1.12 --  
2519.82/2520.00	c
2519.82/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267581-1502519733.xml 
2519.82/2520.00	c enable optimization
2519.82/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.82/2520.00	c |                                                                                                       
2519.82/2520.00	c |  Parse time        :         0.94 s 
2519.82/2520.00	c |
2519.82/2520.00	c |               Variables: 38010
2519.82/2520.00	c |            Domain Sizes: 2..187
2519.82/2520.00	c |
2519.82/2520.00	c |             Constraints: 5449
2519.82/2520.00	c |                   Arity: 2..1810  -- Binary: 1809
2519.82/2520.00	c | 
2519.82/2520.00	c |                   Types: 
2519.82/2520.00	c |                          (X -Y <= k): 1809
2519.82/2520.00	c |                          Lex: 1809
2519.82/2520.00	c |                          Sum: 1831
2519.82/2520.00	c |                          
2519.82/2520.00	c =========================================================================================================
2519.82/2520.00	
2519.82/2520.00	c *** INTERRUPTED ***
2519.82/2520.00	c restarts              : 14          
2519.82/2520.00	c conflicts             : 2835         (1 /sec)
2519.82/2520.00	c decisions             : 331962       (132 /sec)
2519.82/2520.00	c propagations          : 47743261    (18958 /sec)
2519.82/2520.00	c root propagations     : 3563890     
2519.82/2520.00	c filter calls          : 48636668       (19312 /sec)
2519.82/2520.00	c useless filter calls  : 34111355       (70 %)
2519.82/2520.00	c Memory used           : 3682.21 MB
2519.82/2520.00	c CPU time              : 2518.41 s
2519.82/2520.00	
2519.82/2520.00	c No Bound found!
2519.82/2520.00	
2519.82/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-4267581-1502519733/watcher-4267581-1502519733 -o /tmp/evaluation-result-4267581-1502519733/solver-4267581-1502519733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27514 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267581-1502519733.xml 

pid=1954
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.11 2.05 2.05 3/188 1957
/proc/meminfo: memFree=31044396/32770624 swapFree=0/469420
[pid=1957] ppid=1954 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1957/stat : 1957 (runsolver) D 1954 1957 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 151626119 24240128 107 18446744073709551615 4194304 4338465 140733936512320 140733936509960 140458826310359 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 24309760 140733936513217 140733936513609 140733936513609 140733936517066 0
/proc/1957/statm: 5918 107 54 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 2.11 2.05 2.05 3/188 1957
/proc/meminfo: memFree=31044396/32770624 swapFree=0/469420
[pid=1957] ppid=1954 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1957/stat : 1957 (runsolver) D 1954 1957 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 151626119 24240128 107 18446744073709551615 4194304 4338465 140733936512320 140733936509960 140458826310359 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 24309760 140733936513217 140733936513609 140733936513609 140733936517066 0
/proc/1957/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200272 s]
/proc/loadavg: 2.11 2.05 2.05 3/188 1957
/proc/meminfo: memFree=31044396/32770624 swapFree=0/469420
[pid=1957] ppid=1954 vsize=33844 CPUtime=0.09 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 2707 0 0 0 9 0 0 0 20 0 1 0 151626119 34656256 2421 18446744073709551615 4194304 5972588 140721407752672 140721407749320 140100138118551 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 8461 2421 711 435 0 1824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33844

[startup+0.300265 s]
/proc/loadavg: 2.11 2.05 2.05 3/188 1957
/proc/meminfo: memFree=31044396/32770624 swapFree=0/469420
[pid=1957] ppid=1954 vsize=75936 CPUtime=0.18 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 13217 0 0 0 17 1 0 0 20 0 1 0 151626119 77758464 12942 18446744073709551615 4194304 5972588 140721407752672 140721407749320 140100138118574 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 18984 12942 719 435 0 12347 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 75936

[startup+0.700187 s]
/proc/loadavg: 2.11 2.05 2.05 3/188 1957
/proc/meminfo: memFree=31044396/32770624 swapFree=0/469420
[pid=1957] ppid=1954 vsize=78876 CPUtime=0.58 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 13954 0 0 0 57 1 0 0 20 0 1 0 151626119 80769024 13668 18446744073709551615 4194304 5972588 140721407752672 140721407747144 5635668 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 19719 13668 743 435 0 13082 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 78876

[startup+1.50025 s]
/proc/loadavg: 2.11 2.05 2.05 3/189 1958
/proc/meminfo: memFree=30451044/32770624 swapFree=0/469440
[pid=1957] ppid=1954 vsize=892964 CPUtime=1.39 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 217681 0 0 0 115 24 0 0 20 0 1 0 151626119 914395136 217323 18446744073709551615 4194304 5972588 140721407752672 140721407747144 5099648 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 223241 217323 762 435 0 216604 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 892964

[startup+3.1002 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 1958
/proc/meminfo: memFree=30175764/32770624 swapFree=0/469440
[pid=1957] ppid=1954 vsize=892964 CPUtime=2.98 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 227581 0 0 0 274 24 0 0 20 0 1 0 151626119 914395136 217355 18446744073709551615 4194304 5972588 140721407752672 140721407739880 5328641 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 223241 217355 793 435 0 216604 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 892964

[startup+6.30019 s]
/proc/loadavg: 2.02 2.03 2.05 4/189 1958
/proc/meminfo: memFree=30175608/32770624 swapFree=0/469440
[pid=1957] ppid=1954 vsize=892964 CPUtime=6.18 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 246432 0 0 0 593 25 0 0 20 0 1 0 151626119 914395136 217357 18446744073709551615 4194304 5972588 140721407752672 140721407739880 5045975 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 223241 217357 795 435 0 216604 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 892964

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 1958
/proc/meminfo: memFree=30138532/32770624 swapFree=0/469436
[pid=1957] ppid=1954 vsize=975668 CPUtime=12.59 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 308431 0 0 0 1227 32 0 0 20 0 1 0 151626119 999084032 237980 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039159 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 243917 237980 795 435 0 237280 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 975668

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.05 3/189 1958
/proc/meminfo: memFree=30079404/32770624 swapFree=0/469440
[pid=1957] ppid=1954 vsize=989596 CPUtime=25.38 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 335950 0 0 0 2504 34 0 0 20 0 1 0 151626119 1013346304 241488 18446744073709551615 4194304 5972588 140721407752672 140721407749288 5039697 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 247399 241488 795 435 0 240762 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 989596

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.04 3/186 1959
/proc/meminfo: memFree=30057060/32770624 swapFree=0/469440
[pid=1957] ppid=1954 vsize=1015936 CPUtime=50.97 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 372674 0 0 0 5060 37 0 0 20 0 1 0 151626119 1040318464 248053 18446744073709551615 4194304 5972588 140721407752672 140721407749304 5039159 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 253984 248053 795 435 0 247347 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1015936

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/184 1961
/proc/meminfo: memFree=30028164/32770624 swapFree=0/469460
[pid=1957] ppid=1954 vsize=1044032 CPUtime=102.18 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 399349 0 0 0 10178 40 0 0 20 0 1 0 151626119 1069088768 255101 18446744073709551615 4194304 5972588 140721407752672 140721407749304 5039941 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 261008 255101 795 435 0 254371 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 1044032

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/184 1963
/proc/meminfo: memFree=30008480/32770624 swapFree=0/469476
[pid=1957] ppid=1954 vsize=1063456 CPUtime=162.17 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 422822 0 0 0 16175 42 0 0 20 0 1 0 151626119 1088978944 259959 18446744073709551615 4194304 5972588 140721407752672 140721407749304 5040154 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 265864 259959 795 435 0 259227 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1063456

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 1965
/proc/meminfo: memFree=29656816/32770624 swapFree=0/469488
[pid=1957] ppid=1954 vsize=1432920 CPUtime=222.17 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 547811 0 0 0 22160 57 0 0 20 0 1 0 151626119 1467310080 348632 18446744073709551615 4194304 5972588 140721407752672 140721407749304 140100137261952 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 358230 348632 795 435 0 351593 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 1432920

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 1969
/proc/meminfo: memFree=27573336/32770624 swapFree=0/469492
[pid=1957] ppid=1954 vsize=3770580 CPUtime=282.15 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1097839 0 0 0 28098 117 0 0 20 0 1 0 151626119 3861073920 867439 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5040071 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867439 795 435 0 936008 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 3770580

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/185 1971
/proc/meminfo: memFree=27573448/32770624 swapFree=0/469504
[pid=1957] ppid=1954 vsize=3770580 CPUtime=342.16 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1108458 0 0 0 34098 118 0 0 20 0 1 0 151626119 3861073920 867440 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039697 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867440 795 435 0 936008 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 3770580

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 1973
/proc/meminfo: memFree=27573560/32770624 swapFree=0/469516
[pid=1957] ppid=1954 vsize=3770580 CPUtime=402.15 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1120777 0 0 0 40096 119 0 0 20 0 1 0 151626119 3861073920 867440 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039164 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867440 795 435 0 936008 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 3770580

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 1976
/proc/meminfo: memFree=27573160/32770624 swapFree=0/469516
[pid=1957] ppid=1954 vsize=3770580 CPUtime=462.16 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1132451 0 0 0 46095 121 0 0 20 0 1 0 151626119 3861073920 867440 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5099616 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867440 795 435 0 936008 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 3770580

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 1978
/proc/meminfo: memFree=27573192/32770624 swapFree=0/469528
[pid=1957] ppid=1954 vsize=3770580 CPUtime=522.15 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1181020 0 0 0 52091 124 0 0 20 0 1 0 151626119 3861073920 867442 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5099616 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867442 795 435 0 936008 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 3770580

[startup+582.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/187 1994
/proc/meminfo: memFree=27570088/32770624 swapFree=0/469552
[pid=1957] ppid=1954 vsize=3770580 CPUtime=582.15 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1223189 0 0 0 58087 128 0 0 20 0 1 0 151626119 3861073920 867443 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039164 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 867443 795 435 0 936008 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 3770580


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2046
/proc/meminfo: memFree=27413320/32770624 swapFree=0/469748
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1602.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1372661 0 0 0 160074 138 0 0 20 0 1 0 151626119 3861073920 906867 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039139 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 906867 795 435 0 936008 0
Current children cumulated CPU time (s) 1602.12
Current children cumulated vsize (KiB) 3770580

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2048
/proc/meminfo: memFree=27396112/32770624 swapFree=0/469764
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1662.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1375066 0 0 0 166074 138 0 0 20 0 1 0 151626119 3861073920 911302 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039701 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 911302 795 435 0 936008 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 3770580

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.05 4/185 2050
/proc/meminfo: memFree=27393668/32770624 swapFree=0/469772
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1722.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1376937 0 0 0 172074 138 0 0 20 0 1 0 151626119 3861073920 911913 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5099630 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 911913 795 435 0 936008 0
Current children cumulated CPU time (s) 1722.12
Current children cumulated vsize (KiB) 3770580

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 2066
/proc/meminfo: memFree=27372748/32770624 swapFree=0/469780
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1782.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1380113 0 0 0 178073 139 0 0 20 0 1 0 151626119 3861073920 916113 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5041546 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 916113 795 435 0 936008 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 3770580

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2069
/proc/meminfo: memFree=27365552/32770624 swapFree=0/469792
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1842.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1382213 0 0 0 184073 139 0 0 20 0 1 0 151626119 3861073920 918799 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039701 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 918799 795 435 0 936008 0
Current children cumulated CPU time (s) 1842.12
Current children cumulated vsize (KiB) 3770580

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2071
/proc/meminfo: memFree=27356032/32770624 swapFree=0/469804
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1902.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1384029 0 0 0 190073 139 0 0 20 0 1 0 151626119 3861073920 921192 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039164 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 921192 795 435 0 936008 0
Current children cumulated CPU time (s) 1902.12
Current children cumulated vsize (KiB) 3770580

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2073
/proc/meminfo: memFree=27339072/32770624 swapFree=0/469828
[pid=1957] ppid=1954 vsize=3770580 CPUtime=1962.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1385930 0 0 0 196073 139 0 0 20 0 1 0 151626119 3861073920 925522 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5099616 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 925522 795 435 0 936008 0
Current children cumulated CPU time (s) 1962.12
Current children cumulated vsize (KiB) 3770580

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 2136
/proc/meminfo: memFree=27390724/32770624 swapFree=0/469844
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2022.11 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1387595 0 0 0 202072 139 0 0 20 0 1 0 151626119 3861073920 926539 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5041428 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 926539 795 435 0 936008 0
Current children cumulated CPU time (s) 2022.11
Current children cumulated vsize (KiB) 3770580

[startup+2082.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 2139
/proc/meminfo: memFree=27366588/32770624 swapFree=0/469840
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2082.13 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1389238 0 0 0 208073 140 0 0 20 0 1 0 151626119 3861073920 932643 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039159 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 932643 795 435 0 936008 0
Current children cumulated CPU time (s) 2082.13
Current children cumulated vsize (KiB) 3770580

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 2141
/proc/meminfo: memFree=27353700/32770624 swapFree=0/469848
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2142.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1390864 0 0 0 214072 140 0 0 20 0 1 0 151626119 3861073920 935779 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039173 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 935779 795 435 0 936008 0
Current children cumulated CPU time (s) 2142.12
Current children cumulated vsize (KiB) 3770580

[startup+2202.31 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 2143
/proc/meminfo: memFree=27353728/32770624 swapFree=0/469840
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2202.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1392376 0 0 0 220072 140 0 0 20 0 1 0 151626119 3861073920 935779 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039616 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 935779 795 435 0 936008 0
Current children cumulated CPU time (s) 2202.12
Current children cumulated vsize (KiB) 3770580

[startup+2262.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 2146
/proc/meminfo: memFree=27353756/32770624 swapFree=0/469840
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2262.11 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1393949 0 0 0 226071 140 0 0 20 0 1 0 151626119 3861073920 935791 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039701 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 935791 795 435 0 936008 0
Current children cumulated CPU time (s) 2262.11
Current children cumulated vsize (KiB) 3770580

[startup+2322.3 s]
/proc/loadavg: 1.92 2.00 2.04 3/185 2149
/proc/meminfo: memFree=27350680/32770624 swapFree=0/469856
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2322.11 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1396433 0 0 0 232071 140 0 0 20 0 1 0 151626119 3861073920 936534 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039167 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 936534 795 435 0 936008 0
Current children cumulated CPU time (s) 2322.11
Current children cumulated vsize (KiB) 3770580

[startup+2382.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/188 2165
/proc/meminfo: memFree=27346192/32770624 swapFree=0/469892
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2382.11 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1397593 0 0 0 238071 140 0 0 20 0 1 0 151626119 3861073920 936534 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039164 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 936534 795 435 0 936008 0
Current children cumulated CPU time (s) 2382.11
Current children cumulated vsize (KiB) 3770580

[startup+2442.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 2191
/proc/meminfo: memFree=27345376/32770624 swapFree=0/469892
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2442.11 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1399193 0 0 0 244071 140 0 0 20 0 1 0 151626119 3861073920 936534 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5041470 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 936534 795 435 0 936008 0
Current children cumulated CPU time (s) 2442.11
Current children cumulated vsize (KiB) 3770580

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 2193
/proc/meminfo: memFree=27349208/32770624 swapFree=0/469892
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2502.12 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1401363 0 0 0 250071 141 0 0 20 0 1 0 151626119 3861073920 936534 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5099616 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 936534 795 435 0 936008 0
Current children cumulated CPU time (s) 2502.12
Current children cumulated vsize (KiB) 3770580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.08 2.01 2.04 3/185 2193
/proc/meminfo: memFree=27349548/32770624 swapFree=0/469888
[pid=1957] ppid=1954 vsize=3770580 CPUtime=2519.82 cores=1,3,5,7
/proc/1957/stat : 1957 (cosoco) R 1954 1957 27450 0 -1 4202496 1401911 0 0 0 251841 141 0 0 20 0 1 0 151626119 3861073920 936534 18446744073709551615 4194304 5972588 140721407752672 140721407749432 5039159 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 13295616 140721407758830 140721407758925 140721407758925 140721407762382 0
/proc/1957/statm: 942645 936534 795 435 0 936008 0
Current children cumulated CPU time (s) 2519.82
Current children cumulated vsize (KiB) 3770580

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.84
CPU user time (s): 2518.41
CPU system time (s): 1.42398
CPU usage (%): 99.9929
Max. virtual memory (cumulated for all children) (KiB): 3770580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.41
system time used= 1.42398
maximum resident set size= 3746216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1401965
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= 80
involuntary context switches= 671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.89122 second user time and 10.3505 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 08:21:09
IDJOB=4267581
IDBENCH=124204
IDSOLVER=2658
FILE ID=node132/4267581-1502519733
RUNJOBID= node132-1502500306-27514
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267581-1502519733/watcher-4267581-1502519733 -o /tmp/evaluation-result-4267581-1502519733/solver-4267581-1502519733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27514 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267581-1502519733.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=1617477801

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31044764 kB
MemAvailable:   31906760 kB
Buffers:          306612 kB
Cached:           864896 kB
SwapCached:            0 kB
Active:           769476 kB
Inactive:         518432 kB
Active(anon):     117488 kB
Inactive(anon):    49012 kB
Active(file):     651988 kB
Inactive(file):   469420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             4 kB
AnonPages:        116244 kB
Mapped:            63544 kB
Shmem:             49852 kB
Slab:             139660 kB
SReclaimable:     112844 kB
SUnreclaim:        26816 kB
KernelStack:        3328 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     401640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 09:03:09