Trace number 3713116

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.65 1800

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM8d28474a5cb37d0277ef3e3fb6ddbee0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 2653
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2652
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-3713116-1338206516.wbo.
0.00/0.00	c Instance file HOME/instance-3713116-1338206516.wbo
0.00/0.00	c File size is 7174 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      460                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 20                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.65/1800.00	c ===============================================================================
1799.65/1800.00	c Wall Clock Time: 1800.00 s
1799.65/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-3713116-1338206516/watcher-3713116-1338206516 -o /tmp/evaluation-result-3713116-1338206516/solver-3713116-1338206516 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713116-1338206516.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: 2.07 2.02 2.00 3/178 1207
/proc/meminfo: memFree=26718976/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 2 0 286778836 85688320 762 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 762 192 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=0 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 2 0 286778836 85688320 772 33554432000 4194304 5964318 140733574017488 140733260715016 4392701 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.059926 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1207
/proc/meminfo: memFree=26718976/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=0.05 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 959 0 0 0 5 0 0 0 20 0 2 0 286778836 85688320 910 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 910 194 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=0.04 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 229 0 0 0 4 0 0 0 20 0 2 0 286778836 85688320 910 33554432000 4194304 5964318 140733574017488 140733260715016 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83680

[startup+0.100254 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1207
/proc/meminfo: memFree=26718976/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=0.09 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 1025 0 0 0 9 0 0 0 20 0 2 0 286778836 85688320 976 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 976 194 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=0.08 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 295 0 0 0 8 0 0 0 20 0 2 0 286778836 85688320 976 33554432000 4194304 5964318 140733574017488 140733260715016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83680

[startup+0.300244 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1207
/proc/meminfo: memFree=26718976/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=0.29 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 1211 0 0 0 29 0 0 0 20 0 2 0 286778836 85688320 1162 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 1162 194 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=0.28 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 481 0 0 0 28 0 0 0 20 0 2 0 286778836 85688320 1162 33554432000 4194304 5964318 140733574017488 140733260715016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83680

[startup+0.700254 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1207
/proc/meminfo: memFree=26718976/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=0.69 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 1461 0 0 0 69 0 0 0 20 0 2 0 286778836 85688320 1412 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 1412 194 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=0.68 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 731 0 0 0 68 0 0 0 20 0 2 0 286778836 85688320 1412 33554432000 4194304 5964318 140733574017488 140273927808824 4400001 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83680

[startup+1.50025 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 1209
/proc/meminfo: memFree=26711488/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83680 CPUtime=1.49 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 2006 0 0 0 149 0 0 0 20 0 2 0 286778836 85688320 1957 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20920 1957 194 433 0 20484 0
[pid=1207/tid=1208] ppid=1205 vsize=83680 CPUtime=1.48 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 1276 0 0 0 148 0 0 0 20 0 2 0 286778836 85688320 1957 33554432000 4194304 5964318 140733574017488 140273927809064 4399824 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) 83680

[startup+3.10027 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 1209
/proc/meminfo: memFree=26708256/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83824 CPUtime=3.09 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 2597 0 0 0 309 0 0 0 20 0 2 0 286778836 85835776 2548 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20956 2548 194 433 0 20520 0
[pid=1207/tid=1208] ppid=1205 vsize=83824 CPUtime=3.07 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 1867 0 0 0 307 0 0 0 20 0 2 0 286778836 85835776 2548 33554432000 4194304 5964318 140733574017488 140273927809064 4399824 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) 83824

[startup+6.30025 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 1209
/proc/meminfo: memFree=26701868/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83824 CPUtime=6.29 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 3081 0 0 0 629 0 0 0 20 0 2 0 286778836 85835776 3032 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20956 3032 194 433 0 20520 0
[pid=1207/tid=1208] ppid=1205 vsize=83824 CPUtime=6.27 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 2351 0 0 0 627 0 0 0 20 0 2 0 286778836 85835776 3032 33554432000 4194304 5964318 140733574017488 140273927808824 4399973 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) 83824

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 1209
/proc/meminfo: memFree=26690996/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=83896 CPUtime=12.69 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 3803 0 0 0 1269 0 0 0 20 0 2 0 286778836 85909504 3754 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 20974 3754 194 433 0 20538 0
[pid=1207/tid=1208] ppid=1205 vsize=83896 CPUtime=12.65 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 3073 0 0 0 1265 0 0 0 20 0 2 0 286778836 85909504 3754 33554432000 4194304 5964318 140733574017488 140273927808824 4399995 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) 83896

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1209
/proc/meminfo: memFree=26673132/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=84760 CPUtime=25.49 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 5222 0 0 0 2548 1 0 0 20 0 2 0 286778836 86794240 5158 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 21190 5158 194 433 0 20754 0
[pid=1207/tid=1208] ppid=1205 vsize=84760 CPUtime=25.42 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 4492 0 0 0 2542 0 0 0 20 0 2 0 286778836 86794240 5158 33554432000 4194304 5964318 140733574017488 140273927808824 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84760

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 1209
/proc/meminfo: memFree=26655072/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=85732 CPUtime=51.08 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 7159 0 0 0 5107 1 0 0 20 0 2 0 286778836 87789568 7095 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 21433 7095 194 433 0 20997 0
[pid=1207/tid=1208] ppid=1205 vsize=85732 CPUtime=50.95 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 6429 0 0 0 5094 1 0 0 20 0 2 0 286778836 87789568 7095 33554432000 4194304 5964318 140733574017488 140273927808824 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85732

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 1209
/proc/meminfo: memFree=26610212/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=87512 CPUtime=102.28 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 9592 0 0 0 10226 2 0 0 20 0 2 0 286778836 89612288 9528 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 21878 9528 194 433 0 21442 0
[pid=1207/tid=1208] ppid=1205 vsize=87512 CPUtime=102.02 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 8862 0 0 0 10199 3 0 0 20 0 2 0 286778836 89612288 9528 33554432000 4194304 5964318 140733574017488 140273927809016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 87512

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 1209
/proc/meminfo: memFree=26596120/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=92784 CPUtime=162.27 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 13219 0 0 0 16222 5 0 0 20 0 2 0 286778836 95010816 13110 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 23196 13110 194 433 0 22760 0
[pid=1207/tid=1208] ppid=1205 vsize=92784 CPUtime=161.86 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 12489 0 0 0 16180 6 0 0 20 0 2 0 286778836 95010816 13110 33554432000 4194304 5964318 140733574017488 140273927809064 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 92784

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1209
/proc/meminfo: memFree=26586952/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=94680 CPUtime=222.25 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 15510 0 0 0 22219 6 0 0 20 0 2 0 286778836 96952320 15401 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 23670 15401 194 433 0 23234 0
[pid=1207/tid=1208] ppid=1205 vsize=94680 CPUtime=221.7 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 14780 0 0 0 22161 9 0 0 20 0 2 0 286778836 96952320 15401 33554432000 4194304 5964318 140733574017488 140273927808824 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 94680

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1210
/proc/meminfo: memFree=26574804/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=96316 CPUtime=282.24 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 18913 0 0 0 28216 8 0 0 20 0 2 0 286778836 98627584 18804 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 24079 18804 194 433 0 23643 0
[pid=1207/tid=1208] ppid=1205 vsize=96316 CPUtime=281.54 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 18183 0 0 0 28142 12 0 0 20 0 2 0 286778836 98627584 18804 33554432000 4194304 5964318 140733574017488 140273927808824 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 96316

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1210
/proc/meminfo: memFree=26567492/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=163988 CPUtime=342.24 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 20741 0 0 0 34214 10 0 0 20 0 2 0 286778836 167923712 20632 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 40997 20632 194 433 0 40561 0
[pid=1207/tid=1208] ppid=1205 vsize=163988 CPUtime=341.39 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 20011 0 0 0 34124 15 0 0 20 0 2 0 286778836 167923712 20632 33554432000 4194304 5964318 140733574017488 140273927809064 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 163988

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1210
/proc/meminfo: memFree=26556848/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=166504 CPUtime=402.2 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 23342 0 0 0 40207 13 0 0 20 0 2 0 286778836 170500096 23237 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 1258
/proc/meminfo: memFree=27009048/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=263064 CPUtime=1422.01 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 55052 0 0 0 142153 48 0 0 20 0 2 0 286778836 269377536 55632 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 65766 55632 194 433 0 65330 0
[pid=1207/tid=1208] ppid=1205 vsize=263064 CPUtime=1418.5 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 54322 0 0 0 141781 69 0 0 20 0 2 0 286778836 269377536 55632 33554432000 4194304 5964318 140733574017488 140273927809016 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 263064

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1259
/proc/meminfo: memFree=27000492/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=263548 CPUtime=1482 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 56999 0 0 0 148149 51 0 0 20 0 2 0 286778836 269873152 57579 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 65887 57579 194 433 0 65451 0
[pid=1207/tid=1208] ppid=1205 vsize=263548 CPUtime=1478.33 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 56269 0 0 0 147760 73 0 0 20 0 2 0 286778836 269873152 57579 33554432000 4194304 5964318 140733574017488 140273927809016 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 263548

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 1259
/proc/meminfo: memFree=26997828/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=264188 CPUtime=1541.99 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 57518 0 0 0 154147 52 0 0 20 0 2 0 286778836 270528512 58092 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 66047 58092 194 433 0 65611 0
[pid=1207/tid=1208] ppid=1205 vsize=264188 CPUtime=1538.17 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 56788 0 0 0 153742 75 0 0 20 0 2 0 286778836 270528512 58092 33554432000 4194304 5964318 140733574017488 140273927809064 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 264188

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 1259
/proc/meminfo: memFree=26990264/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=265416 CPUtime=1601.99 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 59134 0 0 0 160144 55 0 0 20 0 2 0 286778836 271785984 59708 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 66354 59708 194 433 0 65918 0
[pid=1207/tid=1208] ppid=1205 vsize=265416 CPUtime=1598.01 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 58404 0 0 0 159723 78 0 0 20 0 2 0 286778836 271785984 59708 33554432000 4194304 5964318 140733574017488 140273927809016 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 265416

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1259
/proc/meminfo: memFree=26973676/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=330952 CPUtime=1661.97 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 61272 0 0 0 166140 57 0 0 20 0 2 0 286778836 338894848 61846 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82738 61846 194 433 0 82302 0
[pid=1207/tid=1208] ppid=1205 vsize=330952 CPUtime=1657.85 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 60542 0 0 0 165703 82 0 0 20 0 2 0 286778836 338894848 61846 33554432000 4194304 5964318 140733574017488 140273927809016 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 330952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1262
/proc/meminfo: memFree=26962676/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1721.96 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62690 0 0 0 172138 58 0 0 20 0 2 0 286778836 339222528 63261 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63261 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1717.69 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61960 0 0 0 171685 84 0 0 20 0 2 0 286778836 339222528 63261 33554432000 4194304 5964318 140733574017488 140273927809016 4400339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 331272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1263
/proc/meminfo: memFree=26958096/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1781.95 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 178137 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1777.53 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 177668 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 331272

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26956236/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1791.55 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179097 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1787.12 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 178627 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4400339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 331272

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955740/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1794.75 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179417 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1790.31 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 178946 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 331272

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955616/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1797.95 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179737 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1793.49 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 179264 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4400339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 331272

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955492/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1798.75 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179817 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1794.29 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 179344 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 331272

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955368/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1799.15 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179857 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1794.7 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 179385 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 331272

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955368/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1799.55 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179897 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1795.09 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 179424 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4399980 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 331272

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1263
/proc/meminfo: memFree=26955368/32873648 swapFree=6336/6336
[pid=1207] ppid=1205 vsize=331272 CPUtime=1799.65 cores=1,3,5,7
/proc/1207/stat : 1207 (wbo1.71) S 1205 1207 32463 0 -1 4202496 62694 0 0 0 179907 58 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140733574017008 4546589 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1207/statm: 82818 63265 194 433 0 82382 0
[pid=1207/tid=1208] ppid=1205 vsize=331272 CPUtime=1795.19 cores=1,3,5,7
/proc/1207/task/1208/stat : 1208 (wbo1.71) R 1205 1207 32463 0 -1 4202560 61964 0 0 0 179434 85 0 0 20 0 2 0 286778836 339222528 63265 33554432000 4194304 5964318 140733574017488 140273927808824 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 331272

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1207 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=348217
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=864868
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.65
CPU user time (s): 1799.07
CPU system time (s): 0.58
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 331272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 0.864868
maximum resident set size= 253072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62697
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= 97
involuntary context switches= 1914

runsolver used 3.78043 second user time and 9.15161 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 14:01:56
IDJOB=3713116
IDBENCH=79151
IDSOLVER=2293
FILE ID=node112/3713116-1338206516
RUNJOBID= node112-1338192203-32480
PBS_JOBID= 14624576
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= 8d28474a5cb37d0277ef3e3fb6ddbee0
RANDOM SEED=1608472534

node112.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.763
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.52
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.763
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.763
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.763
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.91
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.763
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:        26719712 kB
Buffers:          385944 kB
Cached:          4340668 kB
SwapCached:            0 kB
Active:          1415624 kB
Inactive:        3912296 kB
Active(anon):     603680 kB
Inactive(anon):        0 kB
Active(file):     811944 kB
Inactive(file):  3912296 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        589236 kB
Mapped:            15160 kB
Shmem:               200 kB
Slab:             688976 kB
SReclaimable:     132964 kB
SUnreclaim:       556012 kB
KernelStack:        1496 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71584 MiB
End job on node112 at 2012-05-28 14:31:56