Trace number 3728400

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.72? 1799.87 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM32809f4710e615fcaa140bf3e08c6c73
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.86272
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 constraints220
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 11307
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 11306
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728400-1338674856.wbo.
0.00/0.00	c Instance file HOME/instance-3728400-1338674856.wbo
0.00/0.00	c File size is 108767 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:      6220                                                |
0.00/0.01	c |  Number Clauses:        120                                                 |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 100                                                 |
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.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3728400-1338674856/watcher-3728400-1338674856 -o /tmp/evaluation-result-3728400-1338674856/solver-3728400-1338674856 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728400-1338674856.wbo 

running on 4 cores: 0,2,4,6

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.00 2.00 1.98 3/177 25617
/proc/meminfo: memFree=30582720/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=4484 CPUtime=0 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) R 25615 25617 25000 0 -1 4202496 592 0 0 0 0 0 0 0 20 0 1 0 333614188 4591616 545 33554432000 4194304 5964350 140735263147584 140734548865576 5179179 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 1121 547 165 433 0 658 0

[startup+0.093481 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25617
/proc/meminfo: memFree=30582720/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=0.09 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 2191 0 0 0 9 0 0 0 20 0 2 0 333614188 87707648 1986 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 1986 193 433 0 20977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85652

[startup+0.100169 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25617
/proc/meminfo: memFree=30582720/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=0.09 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 2206 0 0 0 9 0 0 0 20 0 2 0 333614188 87707648 2001 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 2001 193 433 0 20977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85652

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25617
/proc/meminfo: memFree=30582720/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=0.29 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 2644 0 0 0 29 0 0 0 20 0 2 0 333614188 87707648 2439 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 2439 193 433 0 20977 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85652

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25617
/proc/meminfo: memFree=30582720/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=0.69 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 3448 0 0 0 69 0 0 0 20 0 2 0 333614188 87707648 3243 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 3243 193 433 0 20977 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85652

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30567028/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=1.49 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 4793 0 0 0 149 0 0 0 20 0 2 0 333614188 87707648 4588 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 4588 193 433 0 20977 0
[pid=25617/tid=25619] ppid=25615 vsize=85652 CPUtime=1.47 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 3600 0 0 0 147 0 0 0 20 0 2 0 333614190 87707648 4588 33554432000 4194304 5964350 140735263147584 140268034680824 4381916 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85652

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30558580/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=3.09 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 7262 0 0 0 308 1 0 0 20 0 2 0 333614188 87707648 7057 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 7057 193 433 0 20977 0
[pid=25617/tid=25619] ppid=25615 vsize=85652 CPUtime=3.07 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 6069 0 0 0 306 1 0 0 20 0 2 0 333614190 87707648 7057 33554432000 4194304 5964350 140735263147584 140268034680824 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85652

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30543204/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=6.27 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 8302 0 0 0 626 1 0 0 20 0 2 0 333614188 87707648 8097 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 8097 193 433 0 20977 0
[pid=25617/tid=25619] ppid=25615 vsize=85652 CPUtime=6.26 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 7109 0 0 0 624 2 0 0 20 0 2 0 333614190 87707648 8097 33554432000 4194304 5964350 140735263147584 140268034680824 4381949 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 85652

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30522992/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=85652 CPUtime=12.67 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 11305 0 0 0 1264 3 0 0 20 0 2 0 333614188 87707648 11100 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 21413 11100 193 433 0 20977 0
[pid=25617/tid=25619] ppid=25615 vsize=85652 CPUtime=12.66 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 10112 0 0 0 1262 4 0 0 20 0 2 0 333614190 87707648 11100 33554432000 4194304 5964350 140735263147584 140268034680632 4381521 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85652

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30479832/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=151512 CPUtime=25.47 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 17908 0 0 0 2542 5 0 0 20 0 2 0 333614188 155148288 17703 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 37878 17703 193 433 0 37442 0
[pid=25617/tid=25619] ppid=25615 vsize=151512 CPUtime=25.46 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 16715 0 0 0 2540 6 0 0 20 0 2 0 333614190 155148288 17703 33554432000 4194304 5964350 140735263147584 140268034680824 4381939 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 151512

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25619
/proc/meminfo: memFree=30388164/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=151672 CPUtime=51.06 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 29909 0 0 0 5096 10 0 0 20 0 2 0 333614188 155312128 29704 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 37918 29704 193 433 0 37482 0
[pid=25617/tid=25619] ppid=25615 vsize=151672 CPUtime=51.05 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 28716 0 0 0 5094 11 0 0 20 0 2 0 333614190 155312128 29704 33554432000 4194304 5964350 140735263147584 140268034680824 4381941 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 151672

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25620
/proc/meminfo: memFree=30339956/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=217448 CPUtime=102.26 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 40104 0 0 0 10212 14 0 0 20 0 2 0 333614188 222666752 39899 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 54362 39899 193 433 0 53926 0
[pid=25617/tid=25619] ppid=25615 vsize=217448 CPUtime=102.26 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 38911 0 0 0 10211 15 0 0 20 0 2 0 333614190 222666752 39899 33554432000 4194304 5964350 140735263147584 140268034680824 4403647 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 217448

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 25662
/proc/meminfo: memFree=31412104/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=217448 CPUtime=162.21 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 48299 0 0 0 16205 16 0 0 20 0 2 0 333614188 222666752 48114 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 54362 48114 193 433 0 53926 0
[pid=25617/tid=25619] ppid=25615 vsize=217448 CPUtime=162.23 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 47106 0 0 0 16204 19 0 0 20 0 2 0 333614190 222666752 48114 33554432000 4194304 5964350 140735263147584 140268034680824 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 217448

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31305004/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=282984 CPUtime=222.16 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 61566 0 0 0 22196 20 0 0 20 0 2 0 333614188 289775616 61403 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 70746 61403 193 433 0 70310 0
[pid=25617/tid=25619] ppid=25615 vsize=282984 CPUtime=222.19 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 60373 0 0 0 22195 24 0 0 20 0 2 0 333614190 289775616 61403 33554432000 4194304 5964350 140735263147584 140268034680824 4389090 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 282984

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31251116/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=348520 CPUtime=282.13 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 67674 0 0 0 28192 21 0 0 20 0 2 0 333614188 356884480 68001 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 87130 68001 193 433 0 86694 0
[pid=25617/tid=25619] ppid=25615 vsize=348520 CPUtime=282.18 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 66481 0 0 0 28192 26 0 0 20 0 2 0 333614190 356884480 68001 33554432000 4194304 5964350 140735263147584 140268034680824 4381928 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 348520

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31056092/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=414056 CPUtime=342.12 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 89616 0 0 0 34185 27 0 0 20 0 2 0 333614188 423993344 89943 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 103514 89943 193 433 0 103078 0
[pid=25617/tid=25619] ppid=25615 vsize=414056 CPUtime=342.18 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 88423 0 0 0 34185 33 0 0 20 0 2 0 333614190 423993344 89943 33554432000 4194304 5964350 140735263147584 140268034680824 5135542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 414056

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30894184/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=545128 CPUtime=402.1 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 125855 0 0 0 40171 39 0 0 20 0 2 0 333614188 558211072 126189 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 136282 126189 193 433 0 135846 0
[pid=25617/tid=25619] ppid=25615 vsize=545128 CPUtime=402.17 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 124662 0 0 0 40171 46 0 0 20 0 2 0 333614190 558211072 126189 33554432000 4194304 5964350 140735263147584 140268034680824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 545128

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30824524/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=611348 CPUtime=462.06 cores=0,2,4,6

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

/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198824 0 0 0 130125 89 0 0 20 0 2 0 333614190 896004096 200577 33554432000 4194304 5964350 140735263147584 140268034680824 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 875004

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25672
/proc/meminfo: memFree=30295252/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1361.87 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200059 0 0 0 136118 69 0 0 20 0 2 0 333614188 896004096 200619 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200619 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1362.14 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198866 0 0 0 136124 90 0 0 20 0 2 0 333614190 896004096 200619 33554432000 4194304 5964350 140735263147584 140268034680824 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 875004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25672
/proc/meminfo: memFree=30295040/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1421.86 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200069 0 0 0 142117 69 0 0 20 0 2 0 333614188 896004096 200629 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200629 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1422.15 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198876 0 0 0 142124 91 0 0 20 0 2 0 333614190 896004096 200629 33554432000 4194304 5964350 140735263147584 140268034680824 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 875004

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25672
/proc/meminfo: memFree=30294412/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1481.85 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200072 0 0 0 148116 69 0 0 20 0 2 0 333614188 896004096 200632 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200632 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1482.15 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198879 0 0 0 148123 92 0 0 20 0 2 0 333614190 896004096 200632 33554432000 4194304 5964350 140735263147584 140268034680824 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 875004

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25672
/proc/meminfo: memFree=30274696/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1541.84 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200086 0 0 0 154115 69 0 0 20 0 2 0 333614188 896004096 200646 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200646 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1542.15 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198893 0 0 0 154122 93 0 0 20 0 2 0 333614190 896004096 200646 33554432000 4194304 5964350 140735263147584 140268034680824 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 875004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30255104/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1601.83 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200103 0 0 0 160114 69 0 0 20 0 2 0 333614188 896004096 200663 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200663 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1602.15 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198910 0 0 0 160121 94 0 0 20 0 2 0 333614190 896004096 200663 33554432000 4194304 5964350 140735263147584 140268034680824 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 875004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30239852/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1661.82 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200103 0 0 0 166113 69 0 0 20 0 2 0 333614188 896004096 200663 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200663 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1662.15 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198910 0 0 0 166120 95 0 0 20 0 2 0 333614190 896004096 200663 33554432000 4194304 5964350 140735263147584 140268034680824 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 875004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30203520/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1721.81 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200105 0 0 0 172112 69 0 0 20 0 2 0 333614188 896004096 200697 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200697 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1722.16 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198912 0 0 0 172120 96 0 0 20 0 2 0 333614190 896004096 200697 33554432000 4194304 5964350 140735263147584 140268034680824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 875004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30168820/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1781.77 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200138 0 0 0 178108 69 0 0 20 0 2 0 333614188 896004096 200854 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200854 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1782.13 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198945 0 0 0 178116 97 0 0 20 0 2 0 333614190 896004096 200854 33554432000 4194304 5964350 140735263147584 140268034680824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 875004

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 25673
/proc/meminfo: memFree=30162480/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1791.37 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179068 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1791.74 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179077 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 875004

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30160372/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1794.57 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179388 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1794.94 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179397 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 875004

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30158264/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1797.77 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179708 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1798.13 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179716 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 875004

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30156900/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1798.57 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179788 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1798.93 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179796 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 875004

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30155660/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1798.97 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179828 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1799.34 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179837 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 875004

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30155660/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1799.37 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179868 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1799.73 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179876 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 875004

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30155660/32873844 swapFree=7116/7116
[pid=25617] ppid=25615 vsize=875004 CPUtime=1799.47 cores=0,2,4,6
/proc/25617/stat : 25617 (wbo1.72) S 25615 25617 25000 0 -1 4202496 200141 0 0 0 179878 69 0 0 20 0 2 0 333614188 896004096 200885 33554432000 4194304 5964350 140735263147584 140735263147104 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 218751 200885 193 433 0 218315 0
[pid=25617/tid=25619] ppid=25615 vsize=875004 CPUtime=1799.83 cores=0,2,4,6
/proc/25617/task/25619/stat : 25619 (wbo1.72) R 25615 25617 25000 0 -1 4202560 198948 0 0 0 179886 97 0 0 20 0 2 0 333614190 896004096 200885 33554432000 4194304 5964350 140735263147584 140268034680824 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 875004

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.87
CPU user time (s): 1798.88
CPU system time (s): 0.990849
CPU usage (%): 99.9922
Max. virtual memory (cumulated for all children) (KiB): 875004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 0.990849
maximum resident set size= 803552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200144
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= 245
involuntary context switches= 1996

runsolver used 11.7142 second user time and 14.3468 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 00:07:36
IDJOB=3728400
IDBENCH=79153
IDSOLVER=2315
FILE ID=node103/3728400-1338674856
RUNJOBID= node103-1338669584-25289
PBS_JOBID= 14636515
Free space on /tmp= 71120 MiB

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

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

MD5SUM BENCH= 32809f4710e615fcaa140bf3e08c6c73
RANDOM SEED=130135088

node103.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.189
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	: 5332.37
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.189
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.189
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.189
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.189
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.91
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30583256 kB
Buffers:          131556 kB
Cached:           293744 kB
SwapCached:         5600 kB
Active:          1224740 kB
Inactive:         307604 kB
Active(anon):    1104416 kB
Inactive(anon):     4628 kB
Active(file):     120324 kB
Inactive(file):   302976 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:       1234384 kB
Mapped:             9480 kB
Shmem:                 0 kB
Slab:             619500 kB
SReclaimable:      60188 kB
SUnreclaim:       559312 kB
KernelStack:        1472 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    817152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71116 MiB
End job on node103 at 2012-06-03 00:37:36