Trace number 3728110

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.53 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMc848ab0f9e18d54de025021d8a38abe4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.18697
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints46
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 2255
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728110-1338671104.wbo.
0.00/0.00	c Instance file HOME/instance-3728110-1338671104.wbo
0.00/0.00	c File size is 10391 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      646                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    12                                                  |
0.00/0.00	c |  Number PB Constraints: 18                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.53/1800.01	c ===============================================================================
1799.53/1800.01	c Wall Clock Time: 1800.01 s
1799.53/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-3728110-1338671104/watcher-3728110-1338671104 -o /tmp/evaluation-result-3728110-1338671104/solver-3728110-1338671104 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728110-1338671104.wbo 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/173 22442
/proc/meminfo: memFree=29157960/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83824 CPUtime=0 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 856 0 0 0 0 0 0 0 20 0 2 0 333238878 85835776 805 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20956 805 191 433 0 20520 0
[pid=22442/tid=22443] ppid=22438 vsize=83824 CPUtime=0 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 333238879 85835776 805 33554432000 4194304 5964350 140734372981248 140736529845736 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0

[startup+0.104383 s]
/proc/loadavg: 1.85 1.97 1.99 4/173 22442
/proc/meminfo: memFree=29157960/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83824 CPUtime=0.1 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 1119 0 0 0 10 0 0 0 20 0 2 0 333238878 85835776 1068 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20956 1068 193 433 0 20520 0
[pid=22442/tid=22443] ppid=22438 vsize=83824 CPUtime=0.08 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 372 0 0 0 8 0 0 0 20 0 2 0 333238879 85835776 1068 33554432000 4194304 5964350 140734372981248 140736529845736 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 83824

[startup+0.200287 s]
/proc/loadavg: 1.85 1.97 1.99 4/173 22442
/proc/meminfo: memFree=29157960/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83824 CPUtime=0.19 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 1286 0 0 0 19 0 0 0 20 0 2 0 333238878 85835776 1235 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20956 1235 193 433 0 20520 0
[pid=22442/tid=22443] ppid=22438 vsize=83824 CPUtime=0.18 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 539 0 0 0 18 0 0 0 20 0 2 0 333238879 85835776 1235 33554432000 4194304 5964350 140734372981248 140359400204088 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83824

[startup+0.300287 s]
/proc/loadavg: 1.85 1.97 1.99 4/173 22442
/proc/meminfo: memFree=29157960/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83824 CPUtime=0.29 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 1443 0 0 0 29 0 0 0 20 0 2 0 333238878 85835776 1392 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20956 1392 193 433 0 20520 0
[pid=22442/tid=22443] ppid=22438 vsize=83824 CPUtime=0.28 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 696 0 0 0 28 0 0 0 20 0 2 0 333238879 85835776 1392 33554432000 4194304 5964350 140734372981248 140359400204088 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83824

[startup+0.70025 s]
/proc/loadavg: 1.85 1.97 1.99 4/173 22442
/proc/meminfo: memFree=29157960/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83824 CPUtime=0.69 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 2069 0 0 0 69 0 0 0 20 0 2 0 333238878 85835776 2018 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20956 2018 193 433 0 20520 0
[pid=22442/tid=22443] ppid=22438 vsize=83824 CPUtime=0.68 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 1322 0 0 0 68 0 0 0 20 0 2 0 333238879 85835776 2018 33554432000 4194304 5964350 140734372981248 140359400204088 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83824

[startup+1.5003 s]
/proc/loadavg: 1.85 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29134988/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83968 CPUtime=1.48 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 2985 0 0 0 148 0 0 0 20 0 2 0 333238878 85983232 2934 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20992 2934 193 433 0 20556 0
[pid=22442/tid=22443] ppid=22438 vsize=83968 CPUtime=1.48 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 2238 0 0 0 148 0 0 0 20 0 2 0 333238879 85983232 2934 33554432000 4194304 5964350 140734372981248 140359400204280 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83968

[startup+3.1003 s]
/proc/loadavg: 1.85 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29125184/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83968 CPUtime=3.08 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 3135 0 0 0 308 0 0 0 20 0 2 0 333238878 85983232 3084 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20992 3084 193 433 0 20556 0
[pid=22442/tid=22443] ppid=22438 vsize=83968 CPUtime=3.07 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 2388 0 0 0 307 0 0 0 20 0 2 0 333238879 85983232 3084 33554432000 4194304 5964350 140734372981248 140359400204088 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83968

[startup+6.3003 s]
/proc/loadavg: 1.86 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29116256/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83968 CPUtime=6.29 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 3745 0 0 0 628 1 0 0 20 0 2 0 333238878 85983232 3694 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20992 3694 193 433 0 20556 0
[pid=22442/tid=22443] ppid=22438 vsize=83968 CPUtime=6.26 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 2998 0 0 0 625 1 0 0 20 0 2 0 333238879 85983232 3694 33554432000 4194304 5964350 140734372981248 140359400204088 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83968

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29096344/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=83968 CPUtime=12.68 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 4406 0 0 0 1267 1 0 0 20 0 2 0 333238878 85983232 4352 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 20992 4352 193 433 0 20556 0
[pid=22442/tid=22443] ppid=22438 vsize=83968 CPUtime=12.64 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 3659 0 0 0 1263 1 0 0 20 0 2 0 333238879 85983232 4352 33554432000 4194304 5964350 140734372981248 140359400204280 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83968

[startup+25.5003 s]
/proc/loadavg: 1.90 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29065236/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=84328 CPUtime=25.47 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 6282 0 0 0 2546 1 0 0 20 0 2 0 333238878 86351872 6263 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 21082 6263 193 433 0 20646 0
[pid=22442/tid=22443] ppid=22438 vsize=84328 CPUtime=25.41 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 5535 0 0 0 2540 1 0 0 20 0 2 0 333238879 86351872 6263 33554432000 4194304 5964350 140734372981248 140359400204088 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84328

[startup+51.1004 s]
/proc/loadavg: 1.93 1.97 1.99 4/177 22446
/proc/meminfo: memFree=29035460/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=85444 CPUtime=51.06 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 8039 0 0 0 5104 2 0 0 20 0 2 0 333238878 87494656 8815 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 21361 8815 193 433 0 20925 0
[pid=22442/tid=22443] ppid=22438 vsize=85444 CPUtime=50.93 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 7292 0 0 0 5091 2 0 0 20 0 2 0 333238879 87494656 8815 33554432000 4194304 5964350 140734372981248 140359400204328 4400009 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 85444

[startup+102.3 s]
/proc/loadavg: 1.97 1.97 1.99 4/177 22447
/proc/meminfo: memFree=28959192/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=86884 CPUtime=102.26 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 10584 0 0 0 10223 3 0 0 20 0 2 0 333238878 88969216 11360 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 21721 11360 193 433 0 21285 0
[pid=22442/tid=22443] ppid=22438 vsize=86884 CPUtime=102 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 9837 0 0 0 10196 4 0 0 20 0 2 0 333238879 88969216 11360 33554432000 4194304 5964350 140734372981248 140359400204088 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86884

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 4/177 22447
/proc/meminfo: memFree=28935340/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=88844 CPUtime=162.23 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 12758 0 0 0 16218 5 0 0 20 0 2 0 333238878 90976256 13606 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 22211 13606 193 433 0 21775 0
[pid=22442/tid=22443] ppid=22438 vsize=88844 CPUtime=161.82 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 12011 0 0 0 16175 7 0 0 20 0 2 0 333238879 90976256 13606 33554432000 4194304 5964350 140734372981248 140359400204088 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 88844

[startup+222.307 s]
/proc/loadavg: 2.08 2.00 2.00 4/177 22447
/proc/meminfo: memFree=28897568/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=90608 CPUtime=222.22 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 15223 0 0 0 22214 8 0 0 20 0 2 0 333238878 92782592 16044 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 22652 16044 193 433 0 22216 0
[pid=22442/tid=22443] ppid=22438 vsize=90608 CPUtime=221.67 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 14476 0 0 0 22157 10 0 0 20 0 2 0 333238879 92782592 16044 33554432000 4194304 5964350 140734372981248 140359400204280 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 90608

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.00 4/177 22447
/proc/meminfo: memFree=28844856/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=91400 CPUtime=282.19 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 15933 0 0 0 28211 8 0 0 20 0 2 0 333238878 93593600 16754 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 22850 16754 193 433 0 22414 0
[pid=22442/tid=22443] ppid=22438 vsize=91400 CPUtime=281.5 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 15186 0 0 0 28138 12 0 0 20 0 2 0 333238879 93593600 16754 33554432000 4194304 5964350 140734372981248 140359400204088 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 91400

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/178 22450
/proc/meminfo: memFree=28792588/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=92552 CPUtime=342.18 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 16950 0 0 0 34208 10 0 0 20 0 2 0 333238878 94773248 17771 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 23138 17771 193 433 0 22702 0
[pid=22442/tid=22443] ppid=22438 vsize=92552 CPUtime=341.34 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 16203 0 0 0 34119 15 0 0 20 0 2 0 333238879 94773248 17771 33554432000 4194304 5964350 140734372981248 140359400204280 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 92552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22451
/proc/meminfo: memFree=28697276/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=159604 CPUtime=402.15 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 20853 0 0 0 40203 12 0 0 20 0 2 0 333238878 163434496 21690 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22457
/proc/meminfo: memFree=28361040/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=246696 CPUtime=1361.91 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 43430 0 0 0 136159 32 0 0 20 0 2 0 333238878 252616704 44296 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 61674 44296 193 433 0 61238 0
[pid=22442/tid=22443] ppid=22438 vsize=246696 CPUtime=1358.61 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 42683 0 0 0 135809 52 0 0 20 0 2 0 333238879 252616704 44296 33554432000 4194304 5964350 140734372981248 140359400204280 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 246696

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22457
/proc/meminfo: memFree=28353476/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=247576 CPUtime=1421.91 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 45267 0 0 0 142157 34 0 0 20 0 2 0 333238878 253517824 46133 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 61894 46133 193 433 0 61458 0
[pid=22442/tid=22443] ppid=22438 vsize=247576 CPUtime=1418.47 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 44520 0 0 0 141792 55 0 0 20 0 2 0 333238879 253517824 46133 33554432000 4194304 5964350 140734372981248 140359400204328 4400003 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 247576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22457
/proc/meminfo: memFree=28325080/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=248152 CPUtime=1481.89 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 45377 0 0 0 148155 34 0 0 20 0 2 0 333238878 254107648 46243 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62038 46243 193 433 0 61602 0
[pid=22442/tid=22443] ppid=22438 vsize=248152 CPUtime=1478.31 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 44630 0 0 0 147775 56 0 0 20 0 2 0 333238879 254107648 46243 33554432000 4194304 5964350 140734372981248 140359400204088 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 248152

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 22460
/proc/meminfo: memFree=28271008/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=249276 CPUtime=1541.89 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 47087 0 0 0 154154 35 0 0 20 0 2 0 333238878 255258624 47953 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62319 47953 193 433 0 61883 0
[pid=22442/tid=22443] ppid=22438 vsize=249276 CPUtime=1538.16 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 46340 0 0 0 153758 58 0 0 20 0 2 0 333238879 255258624 47953 33554432000 4194304 5964350 140734372981248 140359400204280 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 249276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 22460
/proc/meminfo: memFree=28261344/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=249564 CPUtime=1601.88 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49502 0 0 0 160151 37 0 0 20 0 2 0 333238878 255553536 50368 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62391 50368 193 433 0 61955 0
[pid=22442/tid=22443] ppid=22438 vsize=249564 CPUtime=1598 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 48755 0 0 0 159740 60 0 0 20 0 2 0 333238879 255553536 50368 33554432000 4194304 5964350 140734372981248 140359400204280 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 249564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 22461
/proc/meminfo: memFree=28261000/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=249708 CPUtime=1661.86 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49581 0 0 0 166149 37 0 0 20 0 2 0 333238878 255700992 50441 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62427 50441 193 433 0 61991 0
[pid=22442/tid=22443] ppid=22438 vsize=249708 CPUtime=1657.83 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 48834 0 0 0 165722 61 0 0 20 0 2 0 333238879 255700992 50441 33554432000 4194304 5964350 140734372981248 140359400204088 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 249708

[startup+1722.3 s]
/proc/loadavg: 2.14 2.04 2.01 4/177 22461
/proc/meminfo: memFree=28234336/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=249924 CPUtime=1721.85 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49620 0 0 0 172148 37 0 0 20 0 2 0 333238878 255922176 50478 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62481 50478 193 433 0 62045 0
[pid=22442/tid=22443] ppid=22438 vsize=249924 CPUtime=1717.68 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 48873 0 0 0 171706 62 0 0 20 0 2 0 333238879 255922176 50478 33554432000 4194304 5964350 140734372981248 140359400204088 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 249924

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.01 4/177 22461
/proc/meminfo: memFree=28129428/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250624 CPUtime=1781.84 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49771 0 0 0 178147 37 0 0 20 0 2 0 333238878 256638976 50629 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62656 50629 193 433 0 62220 0
[pid=22442/tid=22443] ppid=22438 vsize=250624 CPUtime=1777.52 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49024 0 0 0 177688 64 0 0 20 0 2 0 333238879 256638976 50629 33554432000 4194304 5964350 140734372981248 140359400204328 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 250624

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

[startup+1792.01 s]
/proc/loadavg: 2.15 2.06 2.02 4/177 22461
/proc/meminfo: memFree=28129784/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250624 CPUtime=1791.54 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49773 0 0 0 179117 37 0 0 20 0 2 0 333238878 256638976 50631 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62656 50631 193 433 0 62220 0
[pid=22442/tid=22443] ppid=22438 vsize=250624 CPUtime=1787.2 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49026 0 0 0 178656 64 0 0 20 0 2 0 333238879 256638976 50631 33554432000 4194304 5964350 140734372981248 140359400204328 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 250624

[startup+1795.2 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 22461
/proc/meminfo: memFree=28129784/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250624 CPUtime=1794.74 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49774 0 0 0 179437 37 0 0 20 0 2 0 333238878 256638976 50632 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62656 50632 193 433 0 62220 0
[pid=22442/tid=22443] ppid=22438 vsize=250624 CPUtime=1790.4 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49027 0 0 0 178976 64 0 0 20 0 2 0 333238879 256638976 50632 33554432000 4194304 5964350 140734372981248 140359400204328 4400729 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 250624

[startup+1798.4 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 22461
/proc/meminfo: memFree=28129784/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250624 CPUtime=1797.93 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49775 0 0 0 179756 37 0 0 20 0 2 0 333238878 256638976 50633 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62656 50633 193 433 0 62220 0
[pid=22442/tid=22443] ppid=22438 vsize=250624 CPUtime=1793.58 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49028 0 0 0 179294 64 0 0 20 0 2 0 333238879 256638976 50633 33554432000 4194304 5964350 140734372981248 140359400204328 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 250624

[startup+1799.2 s]
/proc/loadavg: 2.13 2.06 2.01 4/177 22461
/proc/meminfo: memFree=28129660/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250732 CPUtime=1798.73 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49793 0 0 0 179836 37 0 0 20 0 2 0 333238878 256749568 50651 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62683 50651 193 433 0 62247 0
[pid=22442/tid=22443] ppid=22438 vsize=250732 CPUtime=1794.38 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49046 0 0 0 179374 64 0 0 20 0 2 0 333238879 256749568 50651 33554432000 4194304 5964350 140734372981248 140359400204328 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 250732

[startup+1799.6 s]
/proc/loadavg: 2.13 2.06 2.01 4/177 22461
/proc/meminfo: memFree=28129272/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250732 CPUtime=1799.14 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49798 0 0 0 179877 37 0 0 20 0 2 0 333238878 256749568 50656 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62683 50656 193 433 0 62247 0
[pid=22442/tid=22443] ppid=22438 vsize=250732 CPUtime=1794.79 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49051 0 0 0 179415 64 0 0 20 0 2 0 333238879 256749568 50656 33554432000 4194304 5964350 140734372981248 140359400204328 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 250732

[startup+1800 s]
/proc/loadavg: 2.13 2.06 2.01 4/177 22461
/proc/meminfo: memFree=28129272/32873844 swapFree=6088/6088
[pid=22442] ppid=22438 vsize=250732 CPUtime=1799.53 cores=1,3,5,7
/proc/22442/stat : 22442 (wbo1.72) S 22438 22442 22131 0 -1 4202496 49801 0 0 0 179916 37 0 0 20 0 2 0 333238878 256749568 50659 33554432000 4194304 5964350 140734372981248 140734372980768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22442/statm: 62683 50659 193 433 0 62247 0
[pid=22442/tid=22443] ppid=22438 vsize=250732 CPUtime=1795.18 cores=1,3,5,7
/proc/22442/task/22443/stat : 22443 (wbo1.72) R 22438 22442 22131 0 -1 4202560 49054 0 0 0 179454 64 0 0 20 0 2 0 333238879 256749568 50659 33554432000 4194304 5964350 140734372981248 140359400204328 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 250732

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.53
CPU user time (s): 1799.16
CPU system time (s): 0.37
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 250732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 0.6549
maximum resident set size= 202648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49804
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= 3305

runsolver used 3.70244 second user time and 8.87665 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-02 23:05:04
IDJOB=3728110
IDBENCH=78695
IDSOLVER=2315
FILE ID=node110/3728110-1338671104
RUNJOBID= node110-1338671104-22416
PBS_JOBID= 14636498
Free space on /tmp= 71080 MiB

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

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

MD5SUM BENCH= c848ab0f9e18d54de025021d8a38abe4
RANDOM SEED=1300673456

node110.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.893
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.78
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.893
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.893
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.893
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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.893
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.893
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:        29158480 kB
Buffers:          395596 kB
Cached:          2463192 kB
SwapCached:          604 kB
Active:          1321656 kB
Inactive:        1548644 kB
Active(anon):       2080 kB
Inactive(anon):    12328 kB
Active(file):    1319576 kB
Inactive(file):  1536316 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:             10876 kB
Writeback:            16 kB
AnonPages:         17852 kB
Mapped:            10932 kB
Shmem:                40 kB
Slab:             706272 kB
SReclaimable:     148076 kB
SUnreclaim:       558196 kB
KernelStack:        1392 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      92580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71068 MiB
End job on node110 at 2012-06-02 23:35:05