Trace number 3716277

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
wbo2sat 2012-05-19? (TO) 1800.04 1792.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_45_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMa1a1d6ef1095be996fe403c53206d252
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.12183
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3150
Total number of constraints160
Number of soft constraints62
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Top cost 3271
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3270
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.86	o 2445
0.00/0.86	c current bound: 1222
2.25/2.39	o 703
2.25/2.39	c current bound: 351
4.82/5.00	o 345
4.82/5.00	c current bound: 172
4.84/13.71	o 171
4.84/13.71	c current bound: 85
18.00/18.28	o 80
18.00/18.28	c current bound: 40
19.87/20.11	o 40
19.87/20.11	c current bound: 20
20.67/20.92	o 16
20.67/20.92	c current bound: 8
1791.47/1792.11	c error: unexpected solver exit code
1791.47/1792.11	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-3716277-1338176868/watcher-3716277-1338176868 -o /tmp/evaluation-result-3716277-1338176868/solver-3716277-1338176868 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716277-1338176868.wbo 217331618 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 8298
/proc/meminfo: memFree=28848344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0

[startup+0.0787691 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 8298
/proc/meminfo: memFree=28848344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 8298
/proc/meminfo: memFree=28848344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 8298
/proc/meminfo: memFree=28848344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70014 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 8298
/proc/meminfo: memFree=28848344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8305
/proc/meminfo: memFree=28786592/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=24144 CPUtime=0.89 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 7009 7123 0 0 35 25 28 1 20 0 1 0 283812228 24723456 4115 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 6036 4115 173 410 0 5618 0
[pid=8304] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8304/stat : 8304 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283812320 9367552 267 33554432000 4194304 5064252 140734638737712 140734638736624 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8304/statm: 2287 267 226 213 0 72 0
[pid=8305] ppid=8304 vsize=57516 CPUtime=0.56 cores=0,2,4,6
/proc/8305/stat : 8305 (glucose_static) R 8304 8298 6626 0 -1 4202496 10772 0 0 0 54 2 0 0 20 0 1 0 283812320 58896384 12399 33554432000 4194304 4896791 140736355219360 140736355216568 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8305/statm: 14379 12399 78 172 0 14205 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 99956

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8305
/proc/meminfo: memFree=28766560/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=16316 CPUtime=2.39 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 9246 19734 0 0 38 26 170 5 20 0 1 0 283812228 16707584 3144 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4079 3144 173 410 0 3661 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 25464
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8311
/proc/meminfo: memFree=28794408/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=4.84 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 10626 30413 0 0 40 26 410 8 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8310] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8310/stat : 8310 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283812729 9367552 266 33554432000 4194304 5064252 140736494428336 140736494427248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8310/statm: 2287 266 226 213 0 72 0
[pid=8311] ppid=8310 vsize=36384 CPUtime=1.28 cores=0,2,4,6
/proc/8311/stat : 8311 (glucose_static) R 8310 8298 6626 0 -1 4202496 7237 0 0 0 127 1 0 0 20 0 1 0 283812729 37257216 7925 33554432000 4194304 4896791 140734735075168 140734735072376 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8311/statm: 9096 7925 78 172 0 8922 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 71920

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8311
/proc/meminfo: memFree=28782236/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=4.84 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 10626 30413 0 0 40 26 410 8 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8310] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8310/stat : 8310 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283812729 9367552 266 33554432000 4194304 5064252 140736494428336 140736494427248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8310/statm: 2287 266 226 213 0 72 0
[pid=8311] ppid=8310 vsize=38600 CPUtime=7.67 cores=0,2,4,6
/proc/8311/stat : 8311 (glucose_static) R 8310 8298 6626 0 -1 4202496 11053 0 0 0 765 2 0 0 20 0 1 0 283812729 39526400 7978 33554432000 4194304 4896791 140734735075168 140734735072376 4225517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8311/statm: 9650 7978 78 172 0 9476 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 74136

############
# WARNING:
# current cumulated CPU time (4.84 s) is less than in the last sample (13.41 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (8.57 s) to the 'lost time'.

[startup+13.6003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8311
/proc/meminfo: memFree=28778140/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=4.84 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 10626 30413 0 0 40 26 410 8 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8310] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8310/stat : 8310 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283812729 9367552 266 33554432000 4194304 5064252 140736494428336 140736494427248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8310/statm: 2287 266 226 213 0 72 0
[pid=8311] ppid=8310 vsize=39276 CPUtime=8.57 cores=0,2,4,6
/proc/8311/stat : 8311 (glucose_static) R 8310 8298 6626 0 -1 4202496 11219 0 0 0 855 2 0 0 20 0 1 0 283812729 40218624 8655 33554432000 4194304 4896791 140734735075168 140734735072376 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8311/statm: 9819 8655 78 172 0 9645 0
Current children cumulated CPU time (s) 13.41
Current children cumulated vsize (KiB) 74812

[startup+13.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8311
/proc/meminfo: memFree=28778140/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=4.84 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 10626 30413 0 0 40 26 410 8 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8310] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8310/stat : 8310 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283812729 9367552 266 33554432000 4194304 5064252 140736494428336 140736494427248 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8310/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 35536
#
############


[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8324
/proc/meminfo: memFree=28824344/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=32924 CPUtime=4.56 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 8021 0 0 0 454 2 0 0 20 0 1 0 283814320 33714176 6800 33554432000 4194304 4896791 140734863800448 140734863797656 4225130 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 8231 6800 78 172 0 8057 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 68460

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8324
/proc/meminfo: memFree=28779920/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0

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

/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=189508 CPUtime=1461.05 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 105254 0 0 0 146013 92 0 0 20 0 1 0 283814320 194056192 43148 33554432000 4194304 4896791 140734863800448 140734863797656 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 47377 43148 78 172 0 47203 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 225044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 8411
/proc/meminfo: memFree=28787152/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=191176 CPUtime=1521.02 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 107235 0 0 0 152006 96 0 0 20 0 1 0 283814320 195764224 43553 33554432000 4194304 4896791 140734863800448 140734863797656 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 47794 43553 78 172 0 47620 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 226712

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 8412
/proc/meminfo: memFree=28771456/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=193796 CPUtime=1581.02 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 109420 0 0 0 158002 100 0 0 20 0 1 0 283814320 198447104 46726 33554432000 4194304 4896791 140734863800448 140734863797656 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 48449 46726 78 172 0 48275 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 229332

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8412
/proc/meminfo: memFree=28755412/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=245416 CPUtime=1641 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 112210 0 0 0 163997 103 0 0 20 0 1 0 283814320 251305984 49540 33554432000 4194304 4896791 140734863800448 140734863796184 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 61354 49540 78 172 0 61180 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 280952

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 8412
/proc/meminfo: memFree=28750300/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=248528 CPUtime=1700.99 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 114541 0 0 0 169992 107 0 0 20 0 1 0 283814320 254492672 49768 33554432000 4194304 4896791 140734863800448 140734863797656 4207316 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 62132 49768 78 172 0 61958 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 284064

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 8412
/proc/meminfo: memFree=28752612/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=249824 CPUtime=1760.97 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 116510 0 0 0 175986 111 0 0 20 0 1 0 283814320 255819776 52243 33554432000 4194304 4896791 140734863800448 140734863796120 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 62456 52243 78 172 0 62282 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 285360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8412
/proc/meminfo: memFree=28729712/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=250240 CPUtime=1770.77 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 116593 0 0 0 176966 111 0 0 20 0 1 0 283814320 256245760 56925 33554432000 4194304 4896791 140734863800448 140734863797656 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 62560 56925 78 172 0 62386 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 285776

Sending SIGTERM to process tree (bottom up)

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

[startup+1792.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8412
/proc/meminfo: memFree=28729712/32873648 swapFree=6864/6864
[pid=8298] ppid=8296 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (runWbo2sat.sh) S 8296 8298 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283812228 9367552 274 33554432000 4194304 5064252 140733644206976 140733644205888 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2287 274 233 213 0 72 0
[pid=8299] ppid=8298 vsize=17240 CPUtime=20.7 cores=0,2,4,6
/proc/8299/stat : 8299 (wbo2sat) S 8298 8298 6626 0 -1 4202496 14010 68854 0 0 43 26 1983 18 20 0 1 0 283812228 17653760 3375 33554432000 4194304 5872148 140735029291440 140735029284712 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 4310 3375 173 410 0 3892 0
[pid=8323] ppid=8299 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8323/stat : 8323 (satsolver.sh) S 8299 8298 6626 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283814320 9367552 266 33554432000 4194304 5064252 140736559145136 140736559144048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8323/statm: 2287 266 226 213 0 72 0
[pid=8324] ppid=8323 vsize=250240 CPUtime=1770.77 cores=0,2,4,6
/proc/8324/stat : 8324 (glucose_static) R 8323 8298 6626 0 -1 4202496 116593 0 0 0 176966 111 0 0 20 0 1 0 283814320 256245760 56925 33554432000 4194304 4896791 140734863800448 140734863797656 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8324/statm: 62560 56925 78 172 0 62386 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 285776

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8298 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=274917
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=459930
# CPU time returned by wait4() is 20.7348
# while last known CPU time is 1791.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 8.57
#  lost CPU user time (s): 8.55
#  lost CPU system time (s): 0.02

Real time (s): 1792.11
CPU time (s): 1800.04
CPU user time (s): 1798.47
CPU system time (s): 1.57
CPU usage (%): 100.442
Max. virtual memory (cumulated for all children) (KiB): 334276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2749
system time used= 0.45993
maximum resident set size= 54492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 67

runsolver used 5.12722 second user time and 13.03 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 05:47:48
IDJOB=3716277
IDBENCH=78694
IDSOLVER=2298
FILE ID=node125/3716277-1338176868
RUNJOBID= node125-1338160489-6642
PBS_JOBID= 14624562
Free space on /tmp= 71244 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716277-1338176868/watcher-3716277-1338176868 -o /tmp/evaluation-result-3716277-1338176868/solver-3716277-1338176868 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716277-1338176868.wbo 217331618 HOME HOME

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

MD5SUM BENCH= a1a1d6ef1095be996fe403c53206d252
RANDOM SEED=217331618

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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.373
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.373
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:        28848948 kB
Buffers:          487016 kB
Cached:          2481528 kB
SwapCached:         2304 kB
Active:          1648784 kB
Inactive:        1515152 kB
Active(anon):     187016 kB
Inactive(anon):     9556 kB
Active(file):    1461768 kB
Inactive(file):  1505596 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              8608 kB
Writeback:             0 kB
AnonPages:        158256 kB
Mapped:            15144 kB
Shmem:               104 kB
Slab:             719548 kB
SReclaimable:     163528 kB
SUnreclaim:       556020 kB
KernelStack:        1520 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     347476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71236 MiB
End job on node125 at 2012-05-28 06:17:40