Trace number 3715849

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
npSolver inc-topdown-quickBound? (TO) 1800.01 1800.92

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf10.ucl--soft-0-100-0.wbo
MD5SUM79618a6a5352afdd0e3f48d1f4de265d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark36.7784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables55066
Total number of constraints160619
Number of soft constraints160619
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 8104936
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8104935
Biggest number in a constraint 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

76.08/76.10	c run usual solver
143.13/143.45	o 10482
143.13/143.45	c starting approximation
143.13/143.45	c factor = 2
143.13/143.45	c factor still to low - shrinking to 5050.83
143.13/143.45	c approx number of clauses: 1e+06
143.13/143.45	c current bound: 5241
1800.01/1800.91	c error: unexpected solver exit code
1800.01/1800.91	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-3715849-1338212163/watcher-3715849-1338212163 -o /tmp/evaluation-result-3715849-1338212163/solver-3715849-1338212163 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715849-1338212163.wbo 1267917230 HOME HOME 

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: 2.00 2.03 2.00 3/177 28272
/proc/meminfo: memFree=27003672/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0

[startup+0.0310929 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28272
/proc/meminfo: memFree=27003672/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28272
/proc/meminfo: memFree=27003672/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28272
/proc/meminfo: memFree=27003672/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28272
/proc/meminfo: memFree=27003672/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 28274
/proc/meminfo: memFree=26989532/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=34876 CPUtime=1.49 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 2995 0 0 0 148 1 0 0 20 0 1 0 287341754 35713024 5521 33554432000 4194304 5990268 140736150155216 140736150150456 4807441 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 8719 5521 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10026 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 28274
/proc/meminfo: memFree=26972644/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=67644 CPUtime=3.08 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 3532 0 0 0 306 2 0 0 20 0 1 0 287341754 69267456 10641 33554432000 4194304 5990268 140736150155216 140736150150456 4747897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 16911 10641 136 439 0 16468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76792

[startup+6.30027 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 28274
/proc/meminfo: memFree=26927216/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=133180 CPUtime=6.29 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 4097 0 0 0 624 5 0 0 20 0 1 0 287341754 136376320 21905 33554432000 4194304 5990268 140736150155216 140736150150456 4373848 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 33295 21905 136 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28274
/proc/meminfo: memFree=26835336/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=264252 CPUtime=12.69 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 4716 0 0 0 1261 8 0 0 20 0 1 0 287341754 270594048 44433 33554432000 4194304 5990268 140736150155216 140736150150456 4766974 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 66063 44433 136 439 0 65620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28274
/proc/meminfo: memFree=26650504/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=526396 CPUtime=25.48 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 5442 0 0 0 2532 16 0 0 20 0 1 0 287341754 539029504 88977 33554432000 4194304 5990268 140736150155216 140736150150456 4374722 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 131599 88977 136 439 0 131156 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 535544

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28274
/proc/meminfo: memFree=25703824/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2132276 CPUtime=51.08 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) R 28272 28272 20162 0 -1 4202496 13489 0 0 0 5036 72 0 0 20 0 1 0 287341754 2183450624 324211 33554432000 4194304 5990268 140736150155216 140736150151096 4548459 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 533069 324211 140 439 0 532626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141424

[startup+102.307 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 28276
/proc/meminfo: memFree=23561420/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2132276 CPUtime=76.34 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 14123 0 0 0 7432 202 0 0 20 0 1 0 287341754 2183450624 337020 33554432000 4194304 5990268 140736150155216 140736150148368 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28273/statm: 533069 337020 149 439 0 532626 0
[pid=28275] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28275/stat : 28275 (cp2_pre.sh) S 28273 28272 20162 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287349390 9367552 277 33554432000 4194304 5064252 140735801751104 140735801749808 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28275/statm: 2287 277 234 213 0 72 0
[pid=28276] ppid=28275 vsize=1465144 CPUtime=25.92 cores=1,3,5,7
/proc/28276/stat : 28276 (coprocessor) R 28275 28272 20162 0 -1 4202496 261481 0 0 0 2505 87 0 0 20 0 1 0 287349391 1500307456 333005 33554432000 4194304 6586260 140736039275760 140736039271512 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/28276/statm: 366286 333005 191 584 0 365698 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3615716

[startup+162.3 s]
/proc/loadavg: 2.55 2.17 2.05 3/181 28286
/proc/meminfo: memFree=23527064/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=840112 CPUtime=18.32 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 62494 0 0 0 1790 42 0 0 20 0 1 0 287356150 860274688 181801 33554432000 4194304 5208918 140736745142832 140736745140504 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 210028 181801 94 248 0 209777 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 2997988

[startup+222.3 s]
/proc/loadavg: 2.18 2.14 2.05 3/181 28286
/proc/meminfo: memFree=23525140/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=842276 CPUtime=78.31 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 62933 0 0 0 7789 42 0 0 20 0 1 0 287356150 862490624 182751 33554432000 4194304 5208918 140736745142832 140736745140728 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 210569 182751 94 248 0 210318 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 3000152

[startup+282.3 s]
/proc/loadavg: 2.07 2.11 2.04 3/182 28289
/proc/meminfo: memFree=23525256/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 82895 0 0 0 127767 47 0 0 20 0 1 0 287356150 953458688 204757 33554432000 4194304 5208918 140736745142832 140736745140680 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 232778 204757 103 248 0 232527 0
Current children cumulated CPU time (s) 1421.47
Current children cumulated vsize (KiB) 3088988

[startup+1482.3 s]
/proc/loadavg: 2.22 2.06 2.01 3/182 28342
/proc/meminfo: memFree=21903456/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=931112 CPUtime=1338.13 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 82895 0 0 0 133766 47 0 0 20 0 1 0 287356150 953458688 204757 33554432000 4194304 5208918 140736745142832 140736745140680 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 232778 204757 103 248 0 232527 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 3088988

[startup+1542.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/181 28374
/proc/meminfo: memFree=23369648/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=931112 CPUtime=1398.12 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 82896 0 0 0 139765 47 0 0 20 0 1 0 287356150 953458688 205269 33554432000 4194304 5208918 140736745142832 140736745140680 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 232778 205269 103 248 0 232527 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 3088988

[startup+1602.3 s]
/proc/loadavg: 2.79 2.26 2.08 3/181 28376
/proc/meminfo: memFree=16553640/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=932248 CPUtime=1458.11 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83169 0 0 0 145764 47 0 0 20 0 1 0 287356150 954621952 205542 33554432000 4194304 5208918 140736745142832 140736745140680 4229773 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233062 205543 103 248 0 232811 0
Current children cumulated CPU time (s) 1601.44
Current children cumulated vsize (KiB) 3090124

[startup+1662.3 s]
/proc/loadavg: 2.29 2.21 2.08 3/181 28376
/proc/meminfo: memFree=16543360/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=933956 CPUtime=1518.1 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83560 0 0 0 151763 47 0 0 20 0 1 0 287356150 956370944 205933 33554432000 4194304 5208918 140736745142832 140736745140680 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233489 205933 103 248 0 233238 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 3091832

[startup+1722.3 s]
/proc/loadavg: 2.10 2.17 2.07 3/181 28376
/proc/meminfo: memFree=16536844/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=933956 CPUtime=1578.09 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83560 0 0 0 157762 47 0 0 20 0 1 0 287356150 956370944 205933 33554432000 4194304 5208918 140736745142832 140736745140680 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233489 205933 103 248 0 233238 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 3091832

[startup+1782.3 s]
/proc/loadavg: 2.04 2.14 2.07 3/181 28376
/proc/meminfo: memFree=16532624/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=933956 CPUtime=1638.08 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83561 0 0 0 163761 47 0 0 20 0 1 0 287356150 956370944 206445 33554432000 4194304 5208918 140736745142832 140736745140680 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233489 206445 103 248 0 233238 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 3091832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.02 2.13 2.06 3/181 28376
/proc/meminfo: memFree=16532624/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=933956 CPUtime=1656.68 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83561 0 0 0 165621 47 0 0 20 0 1 0 287356150 956370944 206445 33554432000 4194304 5208918 140736745142832 140736745140680 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233489 206445 103 248 0 233238 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3091832

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.02 2.13 2.06 3/181 28376
/proc/meminfo: memFree=16532624/32873852 swapFree=7624/7624
[pid=28272] ppid=28270 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28272/stat : 28272 (npSolver-wbo-It) S 28270 28272 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287341753 9367552 275 33554432000 4194304 5064252 140735006479504 140735006478416 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28272/statm: 2287 275 233 213 0 72 0
[pid=28273] ppid=28272 vsize=2139580 CPUtime=143.33 cores=1,3,5,7
/proc/28273/stat : 28273 (npSolver-wbo) S 28272 28272 20162 0 -1 4202496 16549 338868 0 0 7715 1289 4931 398 20 0 1 0 287341754 2190929920 338898 33554432000 4194304 5990268 140736150155216 140736150146624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 46 0 0
/proc/28273/statm: 534895 338898 174 439 0 534452 0
[pid=28285] ppid=28273 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28285/stat : 28285 (satsolver.sh) S 28273 28272 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287356149 9367552 267 33554432000 4194304 5064252 140733607048976 140733607047888 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28285/statm: 2287 267 226 213 0 72 0
[pid=28286] ppid=28285 vsize=933956 CPUtime=1656.68 cores=1,3,5,7
/proc/28286/stat : 28286 (glucose) R 28285 28272 20162 0 -1 4202496 83561 0 0 0 165621 47 0 0 20 0 1 0 287356150 956370944 206445 33554432000 4194304 5208918 140736745142832 140736745140680 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28286/statm: 233489 206445 103 248 0 233238 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3091832

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28272 and gives
#  childrusage.ru_utime.tv_sec=126
#  childrusage.ru_utime.tv_usec=465774
#  childrusage.ru_stime.tv_sec=16
#  childrusage.ru_stime.tv_usec=889432
# CPU time returned by wait4() is 143.355
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.01
CPU user time (s): 1782.67
CPU system time (s): 17.34
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 3615716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.466
system time used= 16.8894
maximum resident set size= 2346092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5472576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 441
involuntary context switches= 188

runsolver used 3.13152 second user time and 8.25474 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 15:36:03
IDJOB=3715849
IDBENCH=79112
IDSOLVER=2297
FILE ID=node131/3715849-1338212163
RUNJOBID= node131-1338189901-20180
PBS_JOBID= 14624570
Free space on /tmp= 71092 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf10.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715849-1338212163/watcher-3715849-1338212163 -o /tmp/evaluation-result-3715849-1338212163/solver-3715849-1338212163 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715849-1338212163.wbo 1267917230 HOME HOME

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

MD5SUM BENCH= 79618a6a5352afdd0e3f48d1f4de265d
RANDOM SEED=1267917230

node131.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.805
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.61
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.805
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.805
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		: 2666.805
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.805
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.805
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.91
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27003828 kB
Buffers:          486128 kB
Cached:          2521768 kB
SwapCached:         2328 kB
Active:          3377564 kB
Inactive:        1643276 kB
Active(anon):    2011416 kB
Inactive(anon):      976 kB
Active(file):    1366148 kB
Inactive(file):  1642300 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099048 kB
Dirty:             13976 kB
Writeback:             0 kB
AnonPages:       2039064 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             702760 kB
SReclaimable:     144900 kB
SUnreclaim:       557860 kB
KernelStack:        1504 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2741944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 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= 67428 MiB
End job on node131 at 2012-05-28 16:06:04