Trace number 3715853

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.05 1802.32

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl--soft-0-100-0.wbo
MD5SUMc79e7c2e90b077e3e4741aedcc3e19d9
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables109757
Total number of constraints313451
Number of soft constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 15797213
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 15797212
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

69.07/69.16	c run usual solver
180.15/181.80	o 3925
180.15/181.80	c starting approximation
180.15/181.80	c factor = 2
180.15/181.80	c factor still to low - shrinking to 3856.54
180.15/181.80	c approx number of clauses: 1e+06
180.15/181.81	c current bound: 1962
180.15/181.81	c factor to high for quickBound
180.15/181.81	c finished approximation
180.15/181.81	c fallback to adder encoding
1800.05/1802.31	c error: unexpected solver exit code
1800.05/1802.31	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-3715853-1338210414/watcher-3715853-1338210414 -o /tmp/evaluation-result-3715853-1338210414/solver-3715853-1338210414 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715853-1338210414.wbo 754265073 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: 1.98 2.01 2.01 3/179 24267
/proc/meminfo: memFree=28621072/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0

[startup+0.0129501 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24267
/proc/meminfo: memFree=28621072/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24267
/proc/meminfo: memFree=28621072/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.463169 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24267
/proc/meminfo: memFree=28621072/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24267
/proc/meminfo: memFree=28621072/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.98 2.01 2.01 3/181 24269
/proc/meminfo: memFree=28604604/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=35048 CPUtime=1.49 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 3113 0 0 0 148 1 0 0 20 0 1 0 287166301 35889152 5640 33554432000 4194304 5990268 140734913157264 140734913152120 4374040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 8762 5640 137 439 0 8319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44196

[startup+3.10026 s]
/proc/loadavg: 1.98 2.01 2.01 3/181 24269
/proc/meminfo: memFree=28587840/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=67948 CPUtime=3.09 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 3691 0 0 0 307 2 0 0 20 0 1 0 287166301 69578752 11823 33554432000 4194304 5990268 140734913157264 140734913152504 4807537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 16987 11823 137 439 0 16544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77096

[startup+6.30026 s]
/proc/loadavg: 1.98 2.01 2.01 3/181 24269
/proc/meminfo: memFree=28534228/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=134164 CPUtime=6.28 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 4417 0 0 0 625 3 0 0 20 0 1 0 287166301 137383936 24270 33554432000 4194304 5990268 140734913157264 140734913152504 4807413 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 33541 24270 137 439 0 33098 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 143312

[startup+12.7003 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24309
/proc/meminfo: memFree=28567152/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=266180 CPUtime=12.68 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 5276 0 0 0 1261 7 0 0 20 0 1 0 287166301 272568320 50104 33554432000 4194304 5990268 140734913157264 140734913152504 4766955 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 66545 50104 137 439 0 66102 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 275328

[startup+25.5066 s]
/proc/loadavg: 1.98 2.01 2.01 3/179 24309
/proc/meminfo: memFree=28091256/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=534684 CPUtime=25.49 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 7628 0 0 0 2533 16 0 0 20 0 1 0 287166301 547516416 122846 33554432000 4194304 5990268 140734913157264 140734913152984 4569638 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 133671 122846 143 439 0 133228 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 543832

[startup+51.1003 s]
/proc/loadavg: 1.99 2.01 2.01 3/179 24309
/proc/meminfo: memFree=26093904/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=2138352 CPUtime=51.08 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 14969 0 0 0 5045 63 0 0 20 0 1 0 287166301 2189672448 368960 33554432000 4194304 5990268 140734913157264 140734913153144 4547917 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 534588 368960 145 439 0 534145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2147500

[startup+102.3 s]
/proc/loadavg: 2.46 2.11 2.04 3/183 24313
/proc/meminfo: memFree=20014592/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=2138352 CPUtime=69.67 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 15830 0 0 0 6736 231 0 0 20 0 1 0 287166301 2189672448 406344 33554432000 4194304 5990268 140734913157264 140734913150416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24268/statm: 534588 406344 153 439 0 534145 0
[pid=24310] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24310/stat : 24310 (cp2_pre.sh) S 24268 24267 2978 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287173270 9367552 277 33554432000 4194304 5064252 140736781404000 140736781402704 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24310/statm: 2287 277 234 213 0 72 0
[pid=24311] ppid=24310 vsize=2211940 CPUtime=32.08 cores=0,2,4,6
/proc/24311/stat : 24311 (coprocessor) R 24310 24267 2978 0 -1 4202496 63571 0 0 0 3003 205 0 0 20 0 1 0 287173270 2265026560 417105 33554432000 4194304 6586260 140733565175520 140733565171272 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 49 0 0
/proc/24311/statm: 552985 417105 158 584 0 552397 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 4368588

[startup+162.3 s]
/proc/loadavg: 2.64 2.24 2.09 3/179 24327
/proc/meminfo: memFree=22808300/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=2196396 CPUtime=160.71 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) R 24267 24267 2978 0 -1 4202496 20494 320435 0 0 7141 2554 5975 401 20 0 1 0 287166301 2249109504 420859 33554432000 4194304 5990268 140734913157264 140734913150568 5177872 0 0 4096 0 0 0 0 17 2 0 0 19 0 0
/proc/24268/statm: 549099 420859 157 439 0 548656 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 2205544

[startup+222.3 s]
/proc/loadavg: 3.08 2.41 2.15 3/184 24337
/proc/meminfo: memFree=7939036/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=3810552 CPUtime=13.37 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 287682 0 0 0 1206 131 0 0 20 0 1 0 287187192 3902005248 798897 33554432000 4194304 5208918 140734137788752 140734136738248 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 952638 798897 69 248 0 952387 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 8111008

[startup+282.3 s]
/proc/loadavg: 3.11 2.58 2.23 3/183 24337
/proc/meminfo: memFree=4581020/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6241688 CPUtime=73.36 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 568253 0 0 0 7047 289 0 0 20 0 1 0 287187192 6391488512 1392454 33554432000 4194304 5208918 140734137788752 140734137786600 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1560422 1392454 104 248 0 1560171 0
Current children cumulated CPU time (s) 280.27

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

/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1420.1
Current children cumulated vsize (KiB) 10550380

[startup+1482.3 s]
/proc/loadavg: 2.10 2.07 2.08 3/183 24347
/proc/meminfo: memFree=4534276/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1273.18 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 127025 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1480.09
Current children cumulated vsize (KiB) 10550380

[startup+1542.3 s]
/proc/loadavg: 2.04 2.05 2.08 3/183 24347
/proc/meminfo: memFree=4534396/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1333.18 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 133025 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1540.09
Current children cumulated vsize (KiB) 10550380

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/183 24347
/proc/meminfo: memFree=4534896/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1393.16 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 139023 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1600.07
Current children cumulated vsize (KiB) 10550380

[startup+1662.31 s]
/proc/loadavg: 2.05 2.05 2.07 3/183 24347
/proc/meminfo: memFree=4536108/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1453.16 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 145023 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1660.07
Current children cumulated vsize (KiB) 10550380

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.07 3/183 24348
/proc/meminfo: memFree=4536108/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1513.14 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 151021 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1720.05
Current children cumulated vsize (KiB) 10550380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/183 24348
/proc/meminfo: memFree=4534492/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1573.14 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 157021 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1780.05
Current children cumulated vsize (KiB) 10550380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 24348
/proc/meminfo: memFree=4534860/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1593.14 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 159021 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10550380

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1802.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 24348
/proc/meminfo: memFree=4534860/32873844 swapFree=6856/6856
[pid=24267] ppid=24265 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24267/stat : 24267 (npSolver-wbo-It) S 24265 24267 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287166301 9367552 275 33554432000 4194304 5064252 140733216249680 140733216248592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24267/statm: 2287 275 233 213 0 72 0
[pid=24268] ppid=24267 vsize=4282160 CPUtime=206.91 cores=0,2,4,6
/proc/24268/stat : 24268 (npSolver-wbo) S 24267 24267 2978 0 -1 4202496 65921 320949 0 0 9695 4456 5976 564 20 0 1 0 287166301 4384931840 866884 33554432000 4194304 5990268 140734913157264 140734913148688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/24268/statm: 1070540 866884 182 439 0 1070097 0
[pid=24336] ppid=24268 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24336/stat : 24336 (satsolver.sh) S 24268 24267 2978 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287187192 9367552 266 33554432000 4194304 5064252 140734197820256 140734197819168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24336/statm: 2287 266 226 213 0 72 0
[pid=24337] ppid=24336 vsize=6249924 CPUtime=1593.14 cores=0,2,4,6
/proc/24337/stat : 24337 (glucose) R 24336 24267 2978 0 -1 4202496 575078 0 0 0 159021 293 0 0 20 0 1 0 287187192 6399922176 1403017 33554432000 4194304 5208918 140734137788752 140734137786632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24337/statm: 1562481 1403017 104 248 0 1562230 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10550380

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24267 and gives
#  childrusage.ru_utime.tv_sec=156
#  childrusage.ru_utime.tv_usec=727173
#  childrusage.ru_stime.tv_sec=50
#  childrusage.ru_stime.tv_usec=222365
# CPU time returned by wait4() is 206.95
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.32
CPU time (s): 1800.05
CPU user time (s): 1746.92
CPU system time (s): 53.13
CPU usage (%): 99.8739
Max. virtual memory (cumulated for all children) (KiB): 12837544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.727
system time used= 50.2224
maximum resident set size= 5261092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10845832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20594
involuntary context switches= 253

runsolver used 3.83042 second user time and 10.9153 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 15:06:54
IDJOB=3715853
IDBENCH=79101
IDSOLVER=2297
FILE ID=node144/3715853-1338210414
RUNJOBID= node144-1338192253-2994
PBS_JOBID= 14624577
Free space on /tmp= 71436 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.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-3715853-1338210414/watcher-3715853-1338210414 -o /tmp/evaluation-result-3715853-1338210414/solver-3715853-1338210414 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715853-1338210414.wbo 754265073 HOME HOME

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

MD5SUM BENCH= c79e7c2e90b077e3e4741aedcc3e19d9
RANDOM SEED=754265073

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        28621204 kB
Buffers:          503900 kB
Cached:          2725928 kB
SwapCached:            0 kB
Active:          1218440 kB
Inactive:        2192600 kB
Active(anon):     179272 kB
Inactive(anon):        0 kB
Active(file):    1039168 kB
Inactive(file):  2192600 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21372 kB
Writeback:            16 kB
AnonPages:        187536 kB
Mapped:            15484 kB
Shmem:               200 kB
Slab:             699416 kB
SReclaimable:     140812 kB
SUnreclaim:       558604 kB
KernelStack:        1488 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     306560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 64840 MiB
End job on node144 at 2012-05-28 15:36:58