Trace number 3728387

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.66 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMcad14126bbe64a82703c3144c4e347cd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.25696
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints90
Number of constraints which are clauses50
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 constraint25
Top cost 4573
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4572
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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-3728387-1338675011.wbo.
0.00/0.00	c Instance file HOME/instance-3728387-1338675011.wbo
0.00/0.00	c File size is 17159 bytes.
0.00/0.00	c Highest Coefficient sum: 26
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:      1090                                                |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 40                                                  |
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.66/1800.00	c ===============================================================================
1799.66/1800.00	c Wall Clock Time: 1800.00 s
1799.66/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-3728387-1338675011/watcher-3728387-1338675011 -o /tmp/evaluation-result-3728387-1338675011/solver-3728387-1338675011 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728387-1338675011.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.02 1.01 1.16 3/174 17941
/proc/meminfo: memFree=31760556/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=83888 CPUtime=0 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 943 0 0 0 0 0 0 0 20 0 2 0 333629643 85901312 890 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 20972 890 191 433 0 20536 0
[pid=17941/tid=17943] ppid=17939 vsize=83888 CPUtime=0 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 2 0 333629643 85901312 891 33554432000 4194304 5964350 140737419896736 140736129224216 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0654631 s]
/proc/loadavg: 1.02 1.01 1.16 3/174 17941
/proc/meminfo: memFree=31760556/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=83888 CPUtime=0.06 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 1151 0 0 0 6 0 0 0 20 0 2 0 333629643 85901312 1098 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 20972 1098 193 433 0 20536 0
[pid=17941/tid=17943] ppid=17939 vsize=83888 CPUtime=0.05 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 367 0 0 0 5 0 0 0 20 0 2 0 333629643 85901312 1099 33554432000 4194304 5964350 140737419896736 140736129224216 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83888

[startup+0.100287 s]
/proc/loadavg: 1.02 1.01 1.16 3/174 17941
/proc/meminfo: memFree=31760556/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=83888 CPUtime=0.09 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 1245 0 0 0 9 0 0 0 20 0 2 0 333629643 85901312 1192 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 20972 1192 193 433 0 20536 0
[pid=17941/tid=17943] ppid=17939 vsize=83888 CPUtime=0.08 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 460 0 0 0 8 0 0 0 20 0 2 0 333629643 85901312 1192 33554432000 4194304 5964350 140737419896736 140736129224216 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83888

[startup+0.300253 s]
/proc/loadavg: 1.02 1.01 1.16 3/174 17941
/proc/meminfo: memFree=31760556/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=83888 CPUtime=0.29 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 1746 0 0 0 29 0 0 0 20 0 2 0 333629643 85901312 1693 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 20972 1693 193 433 0 20536 0
[pid=17941/tid=17943] ppid=17939 vsize=83888 CPUtime=0.28 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 961 0 0 0 28 0 0 0 20 0 2 0 333629643 85901312 1693 33554432000 4194304 5964350 140737419896736 139982515079160 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83888

[startup+0.700253 s]
/proc/loadavg: 1.02 1.01 1.16 3/174 17941
/proc/meminfo: memFree=31760556/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=83888 CPUtime=0.69 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 2530 0 0 0 69 0 0 0 20 0 2 0 333629643 85901312 2477 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 20972 2477 193 433 0 20536 0
[pid=17941/tid=17943] ppid=17939 vsize=83888 CPUtime=0.68 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 1745 0 0 0 68 0 0 0 20 0 2 0 333629643 85901312 2477 33554432000 4194304 5964350 140737419896736 139982515079160 5179179 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83888

[startup+1.50025 s]
/proc/loadavg: 1.10 1.02 1.17 3/180 17954
/proc/meminfo: memFree=31731212/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84032 CPUtime=1.48 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 3533 0 0 0 148 0 0 0 20 0 2 0 333629643 86048768 3480 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21008 3480 193 433 0 20572 0
[pid=17941/tid=17943] ppid=17939 vsize=84032 CPUtime=1.48 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 2748 0 0 0 148 0 0 0 20 0 2 0 333629643 86048768 3480 33554432000 4194304 5964350 140737419896736 139982515079096 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84032

[startup+3.10025 s]
/proc/loadavg: 1.10 1.02 1.17 3/180 17954
/proc/meminfo: memFree=31721664/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84032 CPUtime=3.09 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 4195 0 0 0 308 1 0 0 20 0 2 0 333629643 86048768 4142 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21008 4142 193 433 0 20572 0
[pid=17941/tid=17943] ppid=17939 vsize=84032 CPUtime=3.07 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 3410 0 0 0 307 0 0 0 20 0 2 0 333629643 86048768 4142 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84032

[startup+6.30025 s]
/proc/loadavg: 1.10 1.02 1.17 3/180 17954
/proc/meminfo: memFree=31705396/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84104 CPUtime=6.28 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 5546 0 0 0 627 1 0 0 20 0 2 0 333629643 86122496 5491 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21026 5491 193 433 0 20590 0
[pid=17941/tid=17943] ppid=17939 vsize=84104 CPUtime=6.26 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 4761 0 0 0 625 1 0 0 20 0 2 0 333629643 86122496 5491 33554432000 4194304 5964350 140737419896736 139982515078968 4388703 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84104

[startup+12.7003 s]
/proc/loadavg: 1.24 1.06 1.17 3/180 17954
/proc/meminfo: memFree=31672956/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84104 CPUtime=12.68 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 9259 0 0 0 1266 2 0 0 20 0 2 0 333629643 86122496 9204 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21026 9204 193 433 0 20590 0
[pid=17941/tid=17943] ppid=17939 vsize=84104 CPUtime=12.64 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 8474 0 0 0 1262 2 0 0 20 0 2 0 333629643 86122496 9204 33554432000 4194304 5964350 140737419896736 139982515079208 5139081 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84104

[startup+25.5003 s]
/proc/loadavg: 1.35 1.09 1.18 3/180 17954
/proc/meminfo: memFree=31645668/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84212 CPUtime=25.47 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 12616 0 0 0 2544 3 0 0 20 0 2 0 333629643 86233088 12583 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21053 12583 193 433 0 20617 0
[pid=17941/tid=17943] ppid=17939 vsize=84212 CPUtime=25.4 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 11831 0 0 0 2537 3 0 0 20 0 2 0 333629643 86233088 12583 33554432000 4194304 5964350 140737419896736 139982515079160 4400462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84212

[startup+51.1003 s]
/proc/loadavg: 1.57 1.16 1.20 3/179 17954
/proc/meminfo: memFree=31590164/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=84932 CPUtime=51.07 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 16237 0 0 0 5103 4 0 0 20 0 2 0 333629643 86970368 16614 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 21233 16614 193 433 0 20797 0
[pid=17941/tid=17943] ppid=17939 vsize=84932 CPUtime=50.93 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 15452 0 0 0 5090 3 0 0 20 0 2 0 333629643 86970368 16614 33554432000 4194304 5964350 140737419896736 139982515079160 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84932

[startup+102.306 s]
/proc/loadavg: 1.83 1.30 1.25 3/179 17954
/proc/meminfo: memFree=31554000/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=151492 CPUtime=102.26 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 18699 0 0 0 10221 5 0 0 20 0 2 0 333629643 155127808 19076 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 37873 19076 193 433 0 37437 0
[pid=17941/tid=17943] ppid=17939 vsize=151492 CPUtime=102.01 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 17914 0 0 0 10195 6 0 0 20 0 2 0 333629643 155127808 19076 33554432000 4194304 5964350 140737419896736 139982515079160 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 151492

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.29 3/179 17955
/proc/meminfo: memFree=31510320/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=151492 CPUtime=162.24 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 18712 0 0 0 16219 5 0 0 20 0 2 0 333629643 155127808 19131 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 37873 19131 193 433 0 37437 0
[pid=17941/tid=17943] ppid=17939 vsize=151492 CPUtime=161.84 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 17927 0 0 0 16177 7 0 0 20 0 2 0 333629643 155127808 19131 33554432000 4194304 5964350 140737419896736 139982515079160 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 151492

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.33 3/178 17955
/proc/meminfo: memFree=31494108/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=152572 CPUtime=222.23 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 19392 0 0 0 22218 5 0 0 20 0 2 0 333629643 156233728 20316 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 38143 20316 193 433 0 37707 0
[pid=17941/tid=17943] ppid=17939 vsize=152572 CPUtime=221.69 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 18607 0 0 0 22161 8 0 0 20 0 2 0 333629643 156233728 20316 33554432000 4194304 5964350 140737419896736 139982515078968 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 152572

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.37 3/179 17956
/proc/meminfo: memFree=31432440/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=153580 CPUtime=282.22 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 22335 0 0 0 28214 8 0 0 20 0 2 0 333629643 157265920 23259 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 38395 23259 193 433 0 37959 0
[pid=17941/tid=17943] ppid=17939 vsize=153580 CPUtime=281.54 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 21550 0 0 0 28142 12 0 0 20 0 2 0 333629643 157265920 23259 33554432000 4194304 5964350 140737419896736 139982515079160 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 153580

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.41 3/179 17956
/proc/meminfo: memFree=31417232/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=153580 CPUtime=342.2 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 22666 0 0 0 34212 8 0 0 20 0 2 0 333629643 157265920 23723 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 38395 23723 193 433 0 37959 0
[pid=17941/tid=17943] ppid=17939 vsize=153580 CPUtime=341.38 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 21881 0 0 0 34125 13 0 0 20 0 2 0 333629643 157265920 23723 33554432000 4194304 5964350 140737419896736 139982515079160 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 153580

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.44 3/179 17956
/proc/meminfo: memFree=31412484/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=153580 CPUtime=402.19 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 22666 0 0 0 40211 8 0 0 20 0 2 0 333629643 157265920 23723 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.79 3/179 17966
/proc/meminfo: memFree=31101820/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=240248 CPUtime=1422.02 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 47253 0 0 0 142178 24 0 0 20 0 2 0 333629643 246013952 48217 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 60062 48217 193 433 0 59626 0
[pid=17941/tid=17943] ppid=17939 vsize=240248 CPUtime=1418.61 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 46468 0 0 0 141816 45 0 0 20 0 2 0 333629643 246013952 48217 33554432000 4194304 5964350 140737419896736 139982515079208 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 240248

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 17966
/proc/meminfo: memFree=31093388/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=241328 CPUtime=1482.01 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 48953 0 0 0 148175 26 0 0 20 0 2 0 333629643 247119872 49912 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 60332 49912 193 433 0 59896 0
[pid=17941/tid=17943] ppid=17939 vsize=241328 CPUtime=1478.45 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 48168 0 0 0 147797 48 0 0 20 0 2 0 333629643 247119872 49912 33554432000 4194304 5964350 140737419896736 139982515079160 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 241328

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/179 17966
/proc/meminfo: memFree=31039496/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1541.99 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51626 0 0 0 154172 27 0 0 20 0 2 0 333629643 251879424 52586 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52586 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1538.29 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50841 0 0 0 153779 50 0 0 20 0 2 0 333629643 251879424 52586 33554432000 4194304 5964350 140737419896736 139982515079160 4379168 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 245976

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 17966
/proc/meminfo: memFree=31017920/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1601.98 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 160171 27 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1598.13 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 159762 51 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 245976

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/179 17967
/proc/meminfo: memFree=31017768/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1661.97 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 166170 27 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1657.98 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 165746 52 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 245976

[startup+1722.3 s]
/proc/loadavg: 2.06 2.00 1.84 3/179 17967
/proc/meminfo: memFree=30990952/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1721.97 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 172169 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1717.83 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 171730 53 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 245976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.84 3/179 17967
/proc/meminfo: memFree=30989588/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1781.96 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 178168 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1777.68 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 177714 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 245976

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989184/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1791.56 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179128 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1787.26 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 178672 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 245976

[startup+1795.1 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989176/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1794.76 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179448 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1790.45 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 178991 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 245976

[startup+1798.3 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989176/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1797.96 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179768 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1793.64 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 179310 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 245976

[startup+1799.1 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989176/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1798.76 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179848 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1794.43 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 179389 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (KiB) 245976

[startup+1799.5 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989192/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1799.16 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179888 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1794.84 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 179430 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (KiB) 245976

[startup+1799.9 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989192/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1799.56 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179928 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1795.23 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 179469 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 245976

[startup+1800 s]
/proc/loadavg: 2.02 2.00 1.85 3/180 17970
/proc/meminfo: memFree=30989192/32873844 swapFree=8656/8656
[pid=17941] ppid=17939 vsize=245976 CPUtime=1799.66 cores=0,2,4,6
/proc/17941/stat : 17941 (wbo1.72) S 17939 17941 17352 0 -1 4202496 51632 0 0 0 179938 28 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 140737419896256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17941/statm: 61494 52592 193 433 0 61058 0
[pid=17941/tid=17943] ppid=17939 vsize=245976 CPUtime=1795.33 cores=0,2,4,6
/proc/17941/task/17943/stat : 17943 (wbo1.72) R 17939 17941 17352 0 -1 4202560 50847 0 0 0 179479 54 0 0 20 0 2 0 333629643 251879424 52592 33554432000 4194304 5964350 140737419896736 139982515079160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (KiB) 245976

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.66
CPU user time (s): 1799.38
CPU system time (s): 0.28
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 245976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 0.554915
maximum resident set size= 210380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51635
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= 88
involuntary context switches= 1930

runsolver used 2.76258 second user time and 7.05793 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 00:10:11
IDJOB=3728387
IDBENCH=79162
IDSOLVER=2315
FILE ID=node102/3728387-1338675011
RUNJOBID= node102-1338675011-17923
PBS_JOBID= 14636516
Free space on /tmp= 71176 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_25_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-3728387-1338675011/watcher-3728387-1338675011 -o /tmp/evaluation-result-3728387-1338675011/solver-3728387-1338675011 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728387-1338675011.wbo

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

MD5SUM BENCH= cad14126bbe64a82703c3144c4e347cd
RANDOM SEED=1713808257

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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		: 2667.178
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		: 2667.178
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:        31761192 kB
Buffers:          128244 kB
Cached:           227444 kB
SwapCached:         5544 kB
Active:            95472 kB
Inactive:         267716 kB
Active(anon):       4436 kB
Inactive(anon):     5524 kB
Active(file):      91036 kB
Inactive(file):   262192 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097164 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:         11048 kB
Mapped:             8128 kB
Shmem:                 0 kB
Slab:             607580 kB
SReclaimable:      48672 kB
SUnreclaim:       558908 kB
KernelStack:        1392 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71164 MiB
End job on node102 at 2012-06-03 00:40:11