Trace number 3712867

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
wbo 1.71? 1799.85 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM2683f5c0f2bcb2ef48b38611ac907218
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark3.04853
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints76
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 4191
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4190
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712867-1338193550.wbo.
0.00/0.00	c Instance file HOME/instance-3712867-1338193550.wbo
0.00/0.00	c File size is 108068 bytes.
0.00/0.01	c Highest Coefficient sum: 61
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6076                                                |
0.00/0.01	c |  Number Clauses:        120                                                 |
0.00/0.01	c |  Number Cardinality:    66                                                  |
0.00/0.01	c |  Number PB Constraints: 34                                                  |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3712867-1338193550/watcher-3712867-1338193550 -o /tmp/evaluation-result-3712867-1338193550/solver-3712867-1338193550 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712867-1338193550.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.06 1.41 2/173 18680
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=4388 CPUtime=0 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) R 18677 18680 18639 0 -1 4202496 578 0 0 0 0 0 0 0 20 0 1 0 285481070 4493312 531 33554432000 4194304 5964318 140736199997280 140736778577368 4395310 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 1097 531 166 433 0 634 0

[startup+0.011478 s]
/proc/loadavg: 0.93 1.06 1.41 2/173 18680
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=5112 CPUtime=0 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) R 18677 18680 18639 0 -1 4202496 724 0 0 0 0 0 0 0 20 0 1 0 285481070 5234688 677 33554432000 4194304 5964318 140736199997280 140736778577368 5136394 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 1278 678 183 433 0 815 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5112

[startup+0.100146 s]
/proc/loadavg: 0.93 1.06 1.41 2/173 18680
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=0.09 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 2157 0 0 0 9 0 0 0 20 0 2 0 285481070 87785472 1982 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 1982 194 433 0 20996 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85728

[startup+0.300112 s]
/proc/loadavg: 0.93 1.06 1.41 2/173 18680
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=0.29 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 2590 0 0 0 29 0 0 0 20 0 2 0 285481070 87785472 2415 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 2415 194 433 0 20996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85728

[startup+0.700113 s]
/proc/loadavg: 0.93 1.06 1.41 2/173 18680
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=0.69 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 3373 0 0 0 69 0 0 0 20 0 2 0 285481070 87785472 3198 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 3198 194 433 0 20996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85728

[startup+1.5002 s]
/proc/loadavg: 1.01 1.07 1.41 3/179 18686
/proc/meminfo: memFree=30462112/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=1.49 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 4774 0 0 0 148 1 0 0 20 0 2 0 285481070 87785472 4599 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 4600 194 433 0 20996 0
[pid=18680/tid=18686] ppid=18677 vsize=85728 CPUtime=1.47 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 3584 0 0 0 147 0 0 0 20 0 2 0 285481071 87785472 4600 33554432000 4194304 5964318 140736199997280 140500883867576 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85728

[startup+3.10016 s]
/proc/loadavg: 1.01 1.07 1.41 3/179 18686
/proc/meminfo: memFree=30449216/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=3.09 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 6924 0 0 0 308 1 0 0 20 0 2 0 285481070 87785472 6749 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 6749 194 433 0 20996 0
[pid=18680/tid=18686] ppid=18677 vsize=85728 CPUtime=3.07 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 5733 0 0 0 306 1 0 0 20 0 2 0 285481071 87785472 6749 33554432000 4194304 5964318 140736199997280 140500883867640 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85728

[startup+6.30022 s]
/proc/loadavg: 1.17 1.11 1.42 3/179 18686
/proc/meminfo: memFree=30432140/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=6.29 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 7736 0 0 0 627 2 0 0 20 0 2 0 285481070 87785472 7561 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 7561 194 433 0 20996 0
[pid=18680/tid=18686] ppid=18677 vsize=85728 CPUtime=6.27 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 6545 0 0 0 625 2 0 0 20 0 2 0 285481071 87785472 7561 33554432000 4194304 5964318 140736199997280 140500883867640 4381927 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85728

[startup+12.7002 s]
/proc/loadavg: 1.24 1.12 1.42 3/179 18686
/proc/meminfo: memFree=30404868/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=85728 CPUtime=12.69 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 11562 0 0 0 1266 3 0 0 20 0 2 0 285481070 87785472 11387 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 21432 11388 194 433 0 20996 0
[pid=18680/tid=18686] ppid=18677 vsize=85728 CPUtime=12.67 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 10372 0 0 0 1264 3 0 0 20 0 2 0 285481071 87785472 11388 33554432000 4194304 5964318 140736199997280 140500883867448 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85728

[startup+25.5002 s]
/proc/loadavg: 1.41 1.16 1.43 3/179 18686
/proc/meminfo: memFree=30343780/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=151588 CPUtime=25.48 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 19688 0 0 0 2543 5 0 0 20 0 2 0 285481070 155226112 19513 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 37897 19513 194 433 0 37461 0
[pid=18680/tid=18686] ppid=18677 vsize=151588 CPUtime=25.47 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 18497 0 0 0 2541 6 0 0 20 0 2 0 285481071 155226112 19513 33554432000 4194304 5964318 140736199997280 140500883867640 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151588

[startup+51.1001 s]
/proc/loadavg: 1.61 1.23 1.44 3/179 18686
/proc/meminfo: memFree=30254836/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=151748 CPUtime=51.09 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 29799 0 0 0 5099 10 0 0 20 0 2 0 285481070 155389952 29624 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 37937 29624 194 433 0 37501 0
[pid=18680/tid=18686] ppid=18677 vsize=151748 CPUtime=51.07 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 28608 0 0 0 5097 10 0 0 20 0 2 0 285481071 155389952 29624 33554432000 4194304 5964318 140736199997280 140500883867640 4381949 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151748

[startup+102.307 s]
/proc/loadavg: 1.83 1.35 1.47 3/180 18687
/proc/meminfo: memFree=30189412/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=217524 CPUtime=102.26 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 37586 0 0 0 10214 12 0 0 20 0 2 0 285481070 222744576 37711 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 54381 37711 194 433 0 53945 0
[pid=18680/tid=18686] ppid=18677 vsize=217524 CPUtime=102.26 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 36395 0 0 0 10212 14 0 0 20 0 2 0 285481071 222744576 37711 33554432000 4194304 5964318 140736199997280 140500883867640 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 217524

[startup+162.3 s]
/proc/loadavg: 1.93 1.46 1.50 3/179 18687
/proc/meminfo: memFree=30000472/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=283060 CPUtime=162.22 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 53146 0 0 0 16205 17 0 0 20 0 2 0 285481070 289853440 53299 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 70765 53299 194 433 0 70329 0
[pid=18680/tid=18686] ppid=18677 vsize=283060 CPUtime=162.22 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 51955 0 0 0 16202 20 0 0 20 0 2 0 285481071 289853440 53299 33554432000 4194304 5964318 140736199997280 140500883867640 4400350 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 283060

[startup+222.3 s]
/proc/loadavg: 1.97 1.56 1.53 3/179 18687
/proc/meminfo: memFree=29973680/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=283060 CPUtime=222.2 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 59330 0 0 0 22201 19 0 0 20 0 2 0 285481070 289853440 59480 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 70765 59480 194 433 0 70329 0
[pid=18680/tid=18686] ppid=18677 vsize=283060 CPUtime=222.21 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 58139 0 0 0 22198 23 0 0 20 0 2 0 285481071 289853440 59480 33554432000 4194304 5964318 140736199997280 140500883867640 4400350 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 283060

[startup+282.3 s]
/proc/loadavg: 2.08 1.66 1.57 3/180 18691
/proc/meminfo: memFree=29917396/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=283060 CPUtime=282.19 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 61133 0 0 0 28199 20 0 0 20 0 2 0 285481070 289853440 61283 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 70765 61283 194 433 0 70329 0
[pid=18680/tid=18686] ppid=18677 vsize=283060 CPUtime=282.21 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 59942 0 0 0 28196 25 0 0 20 0 2 0 285481071 289853440 61283 33554432000 4194304 5964318 140736199997280 140500883867640 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 283060

[startup+342.3 s]
/proc/loadavg: 2.03 1.72 1.59 3/179 18691
/proc/meminfo: memFree=29805804/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=414132 CPUtime=342.18 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 86472 0 0 0 34191 27 0 0 20 0 2 0 285481070 424071168 86622 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 103533 86622 194 433 0 103097 0
[pid=18680/tid=18686] ppid=18677 vsize=414132 CPUtime=342.21 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 85281 0 0 0 34188 33 0 0 20 0 2 0 285481071 424071168 86622 33554432000 4194304 5964318 140736199997280 140500883867640 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 414132

[startup+402.3 s]
/proc/loadavg: 2.01 1.77 1.61 3/179 18691
/proc/meminfo: memFree=29664100/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=545204 CPUtime=402.15 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 120875 0 0 0 40176 39 0 0 20 0 2 0 285481070 558288896 121021 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 136301 121021 194 433 0 135865 0
[pid=18680/tid=18686] ppid=18677 vsize=545204 CPUtime=402.2 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 119684 0 0 0 40174 46 0 0 20 0 2 0 285481071 558288896 121021 33554432000 4194304 5964318 140736199997280 140500883867640 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 545204

[startup+462.3 s]
/proc/loadavg: 2.04 1.82 1.64 3/179 18691
/proc/meminfo: memFree=29587436/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=611100 CPUtime=462.13 cores=1,3,5,7

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

/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 179482 0 0 0 130127 84 0 0 20 0 2 0 285481071 760868864 181456 33554432000 4194304 5964318 140736199997280 140500883867640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 743036

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 18698
/proc/meminfo: memFree=29006596/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1361.94 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 203733 0 0 0 136119 75 0 0 20 0 2 0 285481070 895750144 204516 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 204516 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1362.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 202542 0 0 0 136114 96 0 0 20 0 2 0 285481071 895750144 204516 33554432000 4194304 5964318 140736199997280 140500883867640 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 874756

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 18698
/proc/meminfo: memFree=28916356/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1421.94 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211709 0 0 0 142114 80 0 0 20 0 2 0 285481070 895750144 212492 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212492 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1422.11 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210518 0 0 0 142110 101 0 0 20 0 2 0 285481071 895750144 212492 33554432000 4194304 5964318 140736199997280 140500883867640 18446744073699065891 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 874756

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/180 18702
/proc/meminfo: memFree=28915964/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1481.93 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211716 0 0 0 148113 80 0 0 20 0 2 0 285481070 895750144 212499 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212499 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1482.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210525 0 0 0 148108 102 0 0 20 0 2 0 285481071 895750144 212499 33554432000 4194304 5964318 140736199997280 140500883867640 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 874756

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 18702
/proc/meminfo: memFree=28915952/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1541.92 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211736 0 0 0 154112 80 0 0 20 0 2 0 285481070 895750144 212519 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212519 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1542.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210545 0 0 0 154106 104 0 0 20 0 2 0 285481071 895750144 212519 33554432000 4194304 5964318 140736199997280 140500883867640 4381864 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 874756

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 18702
/proc/meminfo: memFree=28915828/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1601.91 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211736 0 0 0 160111 80 0 0 20 0 2 0 285481070 895750144 212519 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212519 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1602.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210545 0 0 0 160105 105 0 0 20 0 2 0 285481071 895750144 212519 33554432000 4194304 5964318 140736199997280 140500883867640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 874756

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/179 18702
/proc/meminfo: memFree=28920604/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1661.9 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211736 0 0 0 166110 80 0 0 20 0 2 0 285481070 895750144 212519 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212519 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1662.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210545 0 0 0 166104 106 0 0 20 0 2 0 285481071 895750144 212519 33554432000 4194304 5964318 140736199997280 140500883867640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 874756

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/179 18702
/proc/meminfo: memFree=28920856/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1721.89 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211736 0 0 0 172109 80 0 0 20 0 2 0 285481070 895750144 212519 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212519 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1722.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210545 0 0 0 172103 107 0 0 20 0 2 0 285481071 895750144 212519 33554432000 4194304 5964318 140736199997280 140500883867640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 874756

[startup+1782.3 s]
/proc/loadavg: 2.10 2.00 1.89 3/179 18702
/proc/meminfo: memFree=28920732/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1781.88 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211736 0 0 0 178108 80 0 0 20 0 2 0 285481070 895750144 212519 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212519 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1782.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210545 0 0 0 178102 108 0 0 20 0 2 0 285481071 895750144 212519 33554432000 4194304 5964318 140736199997280 140500883867640 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 874756

Solver just ended. Dumping a history of the last processes samples

[startup+1791.91 s]
/proc/loadavg: 2.09 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28920112/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1791.49 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211907 0 0 0 179069 80 0 0 20 0 2 0 285481070 895750144 212690 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212690 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1791.7 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210716 0 0 0 179062 108 0 0 20 0 2 0 285481071 895750144 212690 33554432000 4194304 5964318 140736199997280 140500883867448 4381687 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 874756

[startup+1795.1 s]
/proc/loadavg: 2.09 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919988/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1794.69 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 211937 0 0 0 179389 80 0 0 20 0 2 0 285481070 895750144 212720 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212720 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1794.9 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210746 0 0 0 179382 108 0 0 20 0 2 0 285481071 895750144 212720 33554432000 4194304 5964318 140736199997280 140500883867448 4381900 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 874756

[startup+1798.3 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919616/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1797.88 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 212007 0 0 0 179708 80 0 0 20 0 2 0 285481070 895750144 212790 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212790 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1798.1 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210816 0 0 0 179702 108 0 0 20 0 2 0 285481071 895750144 212790 33554432000 4194304 5964318 140736199997280 140500883867448 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 874756

[startup+1799.1 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919616/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1798.68 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 212031 0 0 0 179788 80 0 0 20 0 2 0 285481070 895750144 212814 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212814 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1798.9 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210840 0 0 0 179782 108 0 0 20 0 2 0 285481071 895750144 212814 33554432000 4194304 5964318 140736199997280 140500883867448 4382108 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 874756

[startup+1799.5 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1799.09 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 212031 0 0 0 179829 80 0 0 20 0 2 0 285481070 895750144 212814 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212814 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1799.3 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210840 0 0 0 179822 108 0 0 20 0 2 0 285481071 895750144 212814 33554432000 4194304 5964318 140736199997280 140500883867448 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 874756

[startup+1799.9 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1799.48 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 212060 0 0 0 179868 80 0 0 20 0 2 0 285481070 895750144 212843 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212843 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1799.7 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210869 0 0 0 179862 108 0 0 20 0 2 0 285481071 895750144 212843 33554432000 4194304 5964318 140736199997280 140500883867448 4381581 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 874756

[startup+1800 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18680] ppid=18677 vsize=874756 CPUtime=1799.58 cores=1,3,5,7
/proc/18680/stat : 18680 (wbo1.71) S 18677 18680 18639 0 -1 4202496 212060 0 0 0 179878 80 0 0 20 0 2 0 285481070 895750144 212843 33554432000 4194304 5964318 140736199997280 140736199996800 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 218689 212843 194 433 0 218253 0
[pid=18680/tid=18686] ppid=18677 vsize=874756 CPUtime=1799.8 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (wbo1.71) R 18677 18680 18639 0 -1 4202560 210869 0 0 0 179872 108 0 0 20 0 2 0 285481071 895750144 212843 33554432000 4194304 5964318 140736199997280 140500883867448 4399980 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 874756

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.85
CPU user time (s): 1798.74
CPU system time (s): 1.11483
CPU usage (%): 99.9904
Max. virtual memory (cumulated for all children) (KiB): 874756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.11483
maximum resident set size= 851384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212063
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= 225
involuntary context switches= 1918

runsolver used 3.35949 second user time and 9.1916 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 10:25:50
IDJOB=3712867
IDBENCH=78697
IDSOLVER=2293
FILE ID=node116/3712867-1338193550
RUNJOBID= node116-1338193550-18656
PBS_JOBID= 14624586
Free space on /tmp= 71472 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712867-1338193550/watcher-3712867-1338193550 -o /tmp/evaluation-result-3712867-1338193550/solver-3712867-1338193550 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3712867-1338193550.wbo

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

MD5SUM BENCH= 2683f5c0f2bcb2ef48b38611ac907218
RANDOM SEED=946907036

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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
cpu MHz		: 2666.556
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30491052 kB
Buffers:          384544 kB
Cached:          1147308 kB
SwapCached:         3236 kB
Active:           843676 kB
Inactive:         699668 kB
Active(anon):       2120 kB
Inactive(anon):     8980 kB
Active(file):     841556 kB
Inactive(file):   690688 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             11112 kB
Writeback:             0 kB
AnonPages:         13512 kB
Mapped:            11948 kB
Shmem:                96 kB
Slab:             700772 kB
SReclaimable:     144852 kB
SUnreclaim:       555920 kB
KernelStack:        1376 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node116 at 2012-05-28 10:55:50