Trace number 3728116

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? 1800.04 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.432933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints67
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728116-1338669704.wbo.
0.00/0.00	c Instance file HOME/instance-3728116-1338669704.wbo
0.00/0.00	c File size is 20722 bytes.
0.00/0.00	c Highest Coefficient sum: 31
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:      1267                                                |
0.00/0.00	c |  Number Clauses:        60                                                  |
0.00/0.00	c |  Number Cardinality:    14                                                  |
0.00/0.00	c |  Number PB Constraints: 26                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB 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.01	c ===============================================================================
1799.65/1800.01	c Wall Clock Time: 1800.02 s
1799.65/1800.01	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-3728116-1338669704/watcher-3728116-1338669704 -o /tmp/evaluation-result-3728116-1338669704/solver-3728116-1338669704 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728116-1338669704.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: 1.06 1.27 1.64 5/175 20133
/proc/meminfo: memFree=30851688/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=0 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 949 0 0 0 0 0 0 0 20 0 2 0 333096446 85983232 895 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 895 185 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=0 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 148 0 0 0 0 0 0 0 20 0 2 0 333096447 85983232 895 33554432000 4194304 5964350 140736966276560 140733746542312 5179624 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0105761 s]
/proc/loadavg: 1.06 1.27 1.64 5/175 20133
/proc/meminfo: memFree=30851688/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=0 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 993 0 0 0 0 0 0 0 20 0 2 0 333096446 85983232 939 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 939 191 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=0 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 2 0 333096447 85983232 939 33554432000 4194304 5964350 140736966276560 140733746542312 4400003 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83968

[startup+0.10024 s]
/proc/loadavg: 1.06 1.27 1.64 5/175 20133
/proc/meminfo: memFree=30851688/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=0.09 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 1256 0 0 0 9 0 0 0 20 0 2 0 333096446 85983232 1202 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 1202 193 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=0.08 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 455 0 0 0 8 0 0 0 20 0 2 0 333096447 85983232 1202 33554432000 4194304 5964350 140736966276560 140733746542312 4222474 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83968

[startup+0.300206 s]
/proc/loadavg: 1.06 1.27 1.64 5/175 20133
/proc/meminfo: memFree=30851688/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=0.29 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 1668 0 0 0 29 0 0 0 20 0 2 0 333096446 85983232 1614 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 1614 193 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=0.28 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 867 0 0 0 28 0 0 0 20 0 2 0 333096447 85983232 1614 33554432000 4194304 5964350 140736966276560 140290687543288 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83968

[startup+0.700208 s]
/proc/loadavg: 1.06 1.27 1.64 5/175 20133
/proc/meminfo: memFree=30851688/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=0.69 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 2262 0 0 0 69 0 0 0 20 0 2 0 333096446 85983232 2208 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 2208 193 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=0.68 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 1461 0 0 0 68 0 0 0 20 0 2 0 333096447 85983232 2208 33554432000 4194304 5964350 140736966276560 140290687543288 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83968

[startup+1.50021 s]
/proc/loadavg: 1.06 1.27 1.64 4/179 20137
/proc/meminfo: memFree=30828840/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=83968 CPUtime=1.49 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 3210 0 0 0 149 0 0 0 20 0 2 0 333096446 85983232 3156 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 20992 3156 193 433 0 20556 0
[pid=20131/tid=20134] ppid=20128 vsize=83968 CPUtime=1.48 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 2409 0 0 0 148 0 0 0 20 0 2 0 333096447 85983232 3156 33554432000 4194304 5964350 140736966276560 140290687543288 4381880 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) 83968

[startup+3.10021 s]
/proc/loadavg: 1.14 1.28 1.64 3/179 20137
/proc/meminfo: memFree=30815052/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=84112 CPUtime=3.08 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 4243 0 0 0 308 0 0 0 20 0 2 0 333096446 86130688 4189 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 21028 4189 193 433 0 20592 0
[pid=20131/tid=20134] ppid=20128 vsize=84112 CPUtime=3.08 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 3442 0 0 0 308 0 0 0 20 0 2 0 333096447 86130688 4189 33554432000 4194304 5964350 140736966276560 140290687543096 4399996 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84112

[startup+6.30028 s]
/proc/loadavg: 1.14 1.28 1.64 3/179 20137
/proc/meminfo: memFree=30803120/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=84184 CPUtime=6.28 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 5793 0 0 0 627 1 0 0 20 0 2 0 333096446 86204416 5736 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 21046 5736 193 433 0 20610 0
[pid=20131/tid=20134] ppid=20128 vsize=84184 CPUtime=6.28 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 4992 0 0 0 626 2 0 0 20 0 2 0 333096447 86204416 5736 33554432000 4194304 5964350 140736966276560 140290687543096 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84184

[startup+12.7002 s]
/proc/loadavg: 1.27 1.30 1.64 3/179 20137
/proc/meminfo: memFree=30771776/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=84184 CPUtime=12.68 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 8271 0 0 0 1266 2 0 0 20 0 2 0 333096446 86204416 8214 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 21046 8214 193 433 0 20610 0
[pid=20131/tid=20134] ppid=20128 vsize=84184 CPUtime=12.67 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 7470 0 0 0 1265 2 0 0 20 0 2 0 333096447 86204416 8214 33554432000 4194304 5964350 140736966276560 140290687543096 4399958 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84184

[startup+25.5001 s]
/proc/loadavg: 1.38 1.33 1.65 3/179 20137
/proc/meminfo: memFree=30735316/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=84292 CPUtime=25.47 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 11902 0 0 0 2544 3 0 0 20 0 2 0 333096446 86315008 11893 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 21073 11893 193 433 0 20637 0
[pid=20131/tid=20134] ppid=20128 vsize=84292 CPUtime=25.46 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 11101 0 0 0 2543 3 0 0 20 0 2 0 333096447 86315008 11893 33554432000 4194304 5964350 140736966276560 140290687543336 5136340 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) 84292

[startup+51.1003 s]
/proc/loadavg: 1.66 1.40 1.66 3/179 20137
/proc/meminfo: memFree=30687988/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=84452 CPUtime=51.07 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 16192 0 0 0 5103 4 0 0 20 0 2 0 333096446 86478848 17121 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 21113 17121 193 433 0 20677 0
[pid=20131/tid=20134] ppid=20128 vsize=84452 CPUtime=51.06 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 15391 0 0 0 5101 5 0 0 20 0 2 0 333096447 86478848 17121 33554432000 4194304 5964350 140736966276560 140290687543288 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84452

[startup+102.307 s]
/proc/loadavg: 1.94 1.51 1.68 3/179 20138
/proc/meminfo: memFree=30590452/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=150708 CPUtime=102.26 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 22720 0 0 0 10219 7 0 0 20 0 2 0 333096446 154324992 23649 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 37677 23649 193 433 0 37241 0
[pid=20131/tid=20134] ppid=20128 vsize=150708 CPUtime=102.27 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 21919 0 0 0 10218 9 0 0 20 0 2 0 333096447 154324992 23649 33554432000 4194304 5964350 140736966276560 140290687543288 4399976 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) 150708

[startup+162.3 s]
/proc/loadavg: 1.98 1.59 1.70 3/179 20138
/proc/meminfo: memFree=30553164/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=150948 CPUtime=162.23 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 25008 0 0 0 16215 8 0 0 20 0 2 0 333096446 154570752 26074 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 37737 26074 193 433 0 37301 0
[pid=20131/tid=20134] ppid=20128 vsize=150948 CPUtime=162.25 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 24207 0 0 0 16214 11 0 0 20 0 2 0 333096447 154570752 26074 33554432000 4194304 5964350 140736966276560 140290687543096 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 150948

[startup+222.3 s]
/proc/loadavg: 2.02 1.68 1.72 4/179 20138
/proc/meminfo: memFree=30445664/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=150948 CPUtime=222.23 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 25018 0 0 0 22215 8 0 0 20 0 2 0 333096446 154570752 26084 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 37737 26084 193 433 0 37301 0
[pid=20131/tid=20134] ppid=20128 vsize=150948 CPUtime=222.26 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 24217 0 0 0 22214 12 0 0 20 0 2 0 333096447 154570752 26084 33554432000 4194304 5964350 140736966276560 140290687543096 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 150948

[startup+282.3 s]
/proc/loadavg: 2.01 1.73 1.73 4/179 20138
/proc/meminfo: memFree=30382836/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=150948 CPUtime=282.22 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 25021 0 0 0 28214 8 0 0 20 0 2 0 333096446 154570752 26087 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 37737 26087 193 433 0 37301 0
[pid=20131/tid=20134] ppid=20128 vsize=150948 CPUtime=282.26 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 24220 0 0 0 28213 13 0 0 20 0 2 0 333096447 154570752 26087 33554432000 4194304 5964350 140736966276560 140290687543096 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 150948

[startup+342.3 s]
/proc/loadavg: 2.11 1.81 1.76 3/179 20138
/proc/meminfo: memFree=30384532/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=151668 CPUtime=342.2 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 25155 0 0 0 34212 8 0 0 20 0 2 0 333096446 155308032 26221 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 37917 26221 193 433 0 37481 0
[pid=20131/tid=20134] ppid=20128 vsize=151668 CPUtime=342.26 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 24354 0 0 0 34212 14 0 0 20 0 2 0 333096447 155308032 26221 33554432000 4194304 5964350 140736966276560 140290687543336 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 151668

[startup+402.3 s]
/proc/loadavg: 2.04 1.84 1.77 4/178 20138
/proc/meminfo: memFree=30372980/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=152748 CPUtime=402.19 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 28056 0 0 0 40209 10 0 0 20 0 2 0 333096446 156413952 29139 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 47611 0 0 0 130186 44 0 0 20 0 2 0 333096447 247132160 49506 33554432000 4194304 5964350 140736966276560 140290687543096 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 241340

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 4/179 20171
/proc/meminfo: memFree=29989528/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=242060 CPUtime=1362.03 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 48612 0 0 0 136179 24 0 0 20 0 2 0 333096446 247869440 49706 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 60515 49706 193 433 0 60079 0
[pid=20131/tid=20134] ppid=20128 vsize=242060 CPUtime=1362.29 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 47811 0 0 0 136184 45 0 0 20 0 2 0 333096447 247869440 49706 33554432000 4194304 5964350 140736966276560 140290687543096 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 242060

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.89 3/179 20171
/proc/meminfo: memFree=29984572/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=247136 CPUtime=1422.03 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 49782 0 0 0 142179 24 0 0 20 0 2 0 333096446 253067264 50860 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 61784 50860 193 433 0 61348 0
[pid=20131/tid=20134] ppid=20128 vsize=247136 CPUtime=1422.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 48981 0 0 0 142184 46 0 0 20 0 2 0 333096447 253067264 50860 33554432000 4194304 5964350 140736966276560 140290687543096 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 247136

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.90 4/179 20171
/proc/meminfo: memFree=29983208/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=248360 CPUtime=1482.01 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 50204 0 0 0 148177 24 0 0 20 0 2 0 333096446 254320640 51282 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 62090 51282 193 433 0 61654 0
[pid=20131/tid=20134] ppid=20128 vsize=248360 CPUtime=1482.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 49403 0 0 0 148183 47 0 0 20 0 2 0 333096447 254320640 51282 33554432000 4194304 5964350 140736966276560 140290687543096 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 248360

[startup+1542.3 s]
/proc/loadavg: 2.09 2.00 1.91 4/179 20171
/proc/meminfo: memFree=29982216/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=248864 CPUtime=1542 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 50427 0 0 0 154176 24 0 0 20 0 2 0 333096446 254836736 51505 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 62216 51505 193 433 0 61780 0
[pid=20131/tid=20134] ppid=20128 vsize=248864 CPUtime=1542.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 49626 0 0 0 154182 48 0 0 20 0 2 0 333096447 254836736 51505 33554432000 4194304 5964350 140736966276560 140290687543336 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 248864

[startup+1602.3 s]
/proc/loadavg: 2.03 2.00 1.91 4/179 20171
/proc/meminfo: memFree=29912032/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=250376 CPUtime=1601.99 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 50806 0 0 0 160175 24 0 0 20 0 2 0 333096446 256385024 51884 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 62594 51884 193 433 0 62158 0
[pid=20131/tid=20134] ppid=20128 vsize=250376 CPUtime=1602.31 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 50005 0 0 0 160182 49 0 0 20 0 2 0 333096447 256385024 51884 33554432000 4194304 5964350 140736966276560 140290687543336 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 250376

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 20172
/proc/meminfo: memFree=29788568/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=251204 CPUtime=1661.97 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 51842 0 0 0 166172 25 0 0 20 0 2 0 333096446 257232896 52971 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 62801 52971 193 433 0 62365 0
[pid=20131/tid=20134] ppid=20128 vsize=251204 CPUtime=1662.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 51041 0 0 0 166179 51 0 0 20 0 2 0 333096447 257232896 52971 33554432000 4194304 5964350 140736966276560 140290687543288 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 251204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/180 20175
/proc/meminfo: memFree=29751744/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=252392 CPUtime=1721.96 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 54196 0 0 0 172169 27 0 0 20 0 2 0 333096446 258449408 55325 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63098 55325 193 433 0 62662 0
[pid=20131/tid=20134] ppid=20128 vsize=252392 CPUtime=1722.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 53395 0 0 0 172176 54 0 0 20 0 2 0 333096447 258449408 55325 33554432000 4194304 5964350 140736966276560 140290687543336 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 252392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20175
/proc/meminfo: memFree=29740164/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1781.96 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 56690 0 0 0 178166 30 0 0 20 0 2 0 333096446 260087808 57819 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 57819 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1782.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 55889 0 0 0 178172 58 0 0 20 0 2 0 333096447 260087808 57819 33554432000 4194304 5964350 140736966276560 140290687543288 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 253992

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29738164/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1791.55 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57148 0 0 0 179125 30 0 0 20 0 2 0 333096446 260087808 58277 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58277 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1791.91 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56347 0 0 0 179133 58 0 0 20 0 2 0 333096447 260087808 58277 33554432000 4194304 5964350 140736966276560 140290687543336 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 253992

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29737792/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1794.76 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57276 0 0 0 179445 31 0 0 20 0 2 0 333096446 260087808 58405 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58405 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1795.11 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56475 0 0 0 179452 59 0 0 20 0 2 0 333096447 260087808 58405 33554432000 4194304 5964350 140736966276560 140290687543336 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 253992

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29736724/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1797.95 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57447 0 0 0 179764 31 0 0 20 0 2 0 333096446 260087808 58576 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58576 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1798.3 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56646 0 0 0 179771 59 0 0 20 0 2 0 333096447 260087808 58576 33554432000 4194304 5964350 140736966276560 140290687543288 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 253992

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29736600/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1798.75 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57477 0 0 0 179844 31 0 0 20 0 2 0 333096446 260087808 58606 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58606 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1799.1 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56676 0 0 0 179851 59 0 0 20 0 2 0 333096447 260087808 58606 33554432000 4194304 5964350 140736966276560 140290687543288 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 253992

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29736724/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1799.16 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57493 0 0 0 179885 31 0 0 20 0 2 0 333096446 260087808 58622 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58622 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1799.51 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56692 0 0 0 179892 59 0 0 20 0 2 0 333096447 260087808 58622 33554432000 4194304 5964350 140736966276560 140290687543288 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (KiB) 253992

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29736724/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1799.55 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57513 0 0 0 179924 31 0 0 20 0 2 0 333096446 260087808 58642 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58642 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1799.9 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56712 0 0 0 179931 59 0 0 20 0 2 0 333096447 260087808 58642 33554432000 4194304 5964350 140736966276560 140290687543288 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 253992

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 4/179 20175
/proc/meminfo: memFree=29736724/32873648 swapFree=7628/7628
[pid=20131] ppid=20128 vsize=253992 CPUtime=1799.65 cores=0,2,4,6
/proc/20131/stat : 20131 (wbo1.72) S 20128 20131 19762 0 -1 4202496 57515 0 0 0 179934 31 0 0 20 0 2 0 333096446 260087808 58644 33554432000 4194304 5964350 140736966276560 140736966276080 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20131/statm: 63498 58644 193 433 0 63062 0
[pid=20131/tid=20134] ppid=20128 vsize=253992 CPUtime=1800 cores=0,2,4,6
/proc/20131/task/20134/stat : 20134 (wbo1.72) R 20128 20131 19762 0 -1 4202560 56714 0 0 0 179941 59 0 0 20 0 2 0 333096447 260087808 58644 33554432000 4194304 5964350 140736966276560 140290687543288 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 253992

Child status: 255
Real time (s): 1800.02
CPU time (s): 1800.04
CPU user time (s): 1799.44
CPU system time (s): 0.603908
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 253992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.603908
maximum resident set size= 234592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57519
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= 85
involuntary context switches= 1917

runsolver used 3.12352 second user time and 9.12961 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 22:41:45
IDJOB=3728116
IDBENCH=78676
IDSOLVER=2315
FILE ID=node122/3728116-1338669704
RUNJOBID= node122-1338669704-20106
PBS_JOBID= 14636501
Free space on /tmp= 71188 MiB

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

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=1883815557

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        30852596 kB
Buffers:          144036 kB
Cached:          1110660 kB
SwapCached:         1816 kB
Active:           316136 kB
Inactive:         942736 kB
Active(anon):       4676 kB
Inactive(anon):     1928 kB
Active(file):     311460 kB
Inactive(file):   940808 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:             10864 kB
Writeback:            16 kB
AnonPages:          9832 kB
Mapped:             8004 kB
Shmem:                 0 kB
Slab:             624604 kB
SReclaimable:      68812 kB
SUnreclaim:       555792 kB
KernelStack:        1384 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104740 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= 71176 MiB
End job on node122 at 2012-06-02 23:11:45