Trace number 3752651

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 (fixed)? (TO) 1800.03 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag12.ucl--soft-33-100-0.wbo
MD5SUMa3e55b5451bbddd3df8a322bc84b8daa
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard 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 benchmark12.6461
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20605
Total number of constraints59851
Number of soft constraints40072
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 2019653
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2019652
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.56	c run usual solver
2.91/3.08	o 2854
2.91/3.08	c starting approximation
2.91/3.09	c factor = 2
2.91/3.09	c factor still to low - shrinking to 686.193
2.91/3.09	c approx number of clauses: 1e+06
2.91/3.09	c current bound: 1427
66.13/66.53	c current bound: 1427
129.84/129.95	c current bound: 1427
193.07/193.48	c current bound: 1427
256.50/256.94	c current bound: 1427
319.95/320.38	c current bound: 1427
383.07/383.52	c current bound: 1427
446.47/446.93	c current bound: 1427
510.16/510.33	c current bound: 1427
573.16/573.67	c current bound: 1427
636.26/636.76	c current bound: 1427
699.71/700.23	c current bound: 1427
763.31/763.57	c current bound: 1427
826.44/826.98	c current bound: 1427
889.78/890.06	c current bound: 1427
952.95/953.52	c current bound: 1427
1016.34/1016.93	c current bound: 1427
1079.93/1080.26	c current bound: 1427
1143.05/1143.67	c current bound: 1427
1206.43/1207.06	c current bound: 1427
1269.60/1270.24	c current bound: 1427
1333.00/1333.66	c current bound: 1427
1396.70/1397.08	c current bound: 1427
1459.48/1460.14	c current bound: 1427
1523.17/1523.56	c current bound: 1427
1586.22/1586.92	c current bound: 1427
1649.55/1649.96	c current bound: 1427
1712.67/1713.38	c current bound: 1427
1776.32/1776.76	c current bound: 1427
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	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-3752651-1339185874/watcher-3752651-1339185874 -o /tmp/evaluation-result-3752651-1339185874/solver-3752651-1339185874 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752651-1339185874.wbo 312719539 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.00 1.92 3/177 2443
/proc/meminfo: memFree=30920360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0

[startup+0.0431631 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 2443
/proc/meminfo: memFree=30920360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 2443
/proc/meminfo: memFree=30920360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300315 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 2443
/proc/meminfo: memFree=30920360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 2443
/proc/meminfo: memFree=30920360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 2447
/proc/meminfo: memFree=30822492/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=36232 CPUtime=0.68 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 8681 0 0 0 56 12 0 0 20 0 1 0 384712006 37101568 8128 33554432000 4194304 6006132 140736991957408 140736991950512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 9058 8128 158 443 0 8611 0
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2446/stat : 2446 (cp2_pre.sh) S 2444 2443 643 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 384712074 9367552 277 33554432000 4194304 5064252 140733605595616 140733605594320 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2446/statm: 2287 277 234 213 0 72 0
[pid=2447] ppid=2446 vsize=62264 CPUtime=0.79 cores=1,3,5,7
/proc/2447/stat : 2447 (coprocessor) R 2446 2443 643 0 -1 4202496 11950 0 0 0 77 2 0 0 20 0 1 0 384712075 63758336 14949 33554432000 4194304 6586260 140736359218512 140733605594344 5599216 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/2447/statm: 15566 14949 191 584 0 14978 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 116792

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 2449
/proc/meminfo: memFree=30717288/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=40700 CPUtime=3.07 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) R 2443 2443 643 0 -1 4202496 11544 25188 0 0 58 17 211 21 20 0 1 0 384712006 41676800 9077 33554432000 4194304 6006132 140736991957408 140736991950512 4969855 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 10175 9077 177 443 0 9728 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 49848

[startup+6.30033 s]
/proc/loadavg: 2.16 2.03 1.93 3/183 2469
/proc/meminfo: memFree=30706256/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=3.18 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 13472 25188 0 0 68 18 211 21 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2461] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2461/stat : 2461 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384712327 9367552 267 33554432000 4194304 5064252 140734655594336 140734655593248 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2461/statm: 2287 267 226 213 0 72 0
[pid=2462] ppid=2461 vsize=72600 CPUtime=3.07 cores=1,3,5,7
/proc/2462/stat : 2462 (glucose) R 2461 2443 643 0 -1 4202496 14802 0 0 0 305 2 0 0 20 0 1 0 384712327 74342400 14870 33554432000 4194304 5208918 140735296717488 140735296715160 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2462/statm: 18150 14870 95 248 0 17899 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 148016

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 1.93 3/183 2469
/proc/meminfo: memFree=30706312/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=3.18 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 13472 25188 0 0 68 18 211 21 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2461] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2461/stat : 2461 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384712327 9367552 267 33554432000 4194304 5064252 140734655594336 140734655593248 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2461/statm: 2287 267 226 213 0 72 0
[pid=2462] ppid=2461 vsize=72600 CPUtime=9.47 cores=1,3,5,7
/proc/2462/stat : 2462 (glucose) R 2461 2443 643 0 -1 4202496 14811 0 0 0 945 2 0 0 20 0 1 0 384712327 74342400 14879 33554432000 4194304 5208918 140735296717488 140735296715160 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2462/statm: 18150 14879 95 248 0 17899 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 148016

[startup+25.5003 s]
/proc/loadavg: 2.11 2.03 1.93 3/183 2469
/proc/meminfo: memFree=30706584/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=3.18 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 13472 25188 0 0 68 18 211 21 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2461] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2461/stat : 2461 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384712327 9367552 267 33554432000 4194304 5064252 140734655594336 140734655593248 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2461/statm: 2287 267 226 213 0 72 0
[pid=2462] ppid=2461 vsize=72600 CPUtime=22.27 cores=1,3,5,7
/proc/2462/stat : 2462 (glucose) R 2461 2443 643 0 -1 4202496 14829 0 0 0 2225 2 0 0 20 0 1 0 384712327 74342400 14897 33554432000 4194304 5208918 140735296717488 140735296715160 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2462/statm: 18150 14897 95 248 0 17899 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 148016

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 1.93 3/183 2469
/proc/meminfo: memFree=30706460/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=3.18 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 13472 25188 0 0 68 18 211 21 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2461] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2461/stat : 2461 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384712327 9367552 267 33554432000 4194304 5064252 140734655594336 140734655593248 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2461/statm: 2287 267 226 213 0 72 0
[pid=2462] ppid=2461 vsize=72600 CPUtime=47.87 cores=1,3,5,7
/proc/2462/stat : 2462 (glucose) R 2461 2443 643 0 -1 4202496 14862 0 0 0 4785 2 0 0 20 0 1 0 384712327 74342400 14930 33554432000 4194304 5208918 140735296717488 140735296715160 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2462/statm: 18150 14930 95 248 0 17899 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 148016

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.93 3/183 2476
/proc/meminfo: memFree=30705224/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=66.62 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 17967 47301 0 0 79 20 6526 37 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2475] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2475/stat : 2475 (satsolver.sh) S 2444 2443 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384718670 9367552 266 33554432000 4194304 5064252 140737420333088 140737420332000 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2475/statm: 2287 266 226 213 0 72 0
[pid=2476] ppid=2475 vsize=72596 CPUtime=35.64 cores=1,3,5,7
/proc/2476/stat : 2476 (glucose) R 2475 2443 643 0 -1 4202496 14356 0 0 0 3562 2 0 0 20 0 1 0 384718671 74338304 14935 33554432000 4194304 5208918 140734094196704 140734094194376 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2476/statm: 18149 14935 95 248 0 17898 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 148012

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/183 2483
/proc/meminfo: memFree=30702800/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=130.04 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 22462 68925 0 0 91 22 12836 55 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2482] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2482/stat : 2482 (satsolver.sh) S 2444 2443 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384725013 9367552 267 33554432000 4194304 5064252 140737326118768 140737326117680 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2482/statm: 2287 267 226 213 0 72 0
[pid=2483] ppid=2482 vsize=72600 CPUtime=32.2 cores=1,3,5,7
/proc/2483/stat : 2483 (glucose) R 2482 2443 643 0 -1 4202496 14850 0 0 0 3218 2 0 0 20 0 1 0 384725013 74342400 14915 33554432000 4194304 5208918 140737232606480 140737232604152 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2483/statm: 18150 14915 95 248 0 17899 0
Current children cumulated CPU time (s) 162.24

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

/proc/2661/stat : 2661 (glucose) R 2660 2443 643 0 -1 4202496 14197 0 0 0 2848 2 0 0 20 0 1 0 384845384 74342400 14826 33554432000 4194304 5208918 140736109673136 140736109670808 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2661/statm: 18150 14826 95 248 0 17899 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 148016

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 1.95 3/183 2668
/proc/meminfo: memFree=30699832/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1396.91 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 112362 507540 0 0 316 54 138933 388 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2667] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2667/stat : 2667 (satsolver.sh) S 2444 2443 643 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 384851726 9367552 267 33554432000 4194304 5064252 140737411621904 140737411620816 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2667/statm: 2287 267 226 213 0 72 0
[pid=2668] ppid=2667 vsize=72600 CPUtime=25.08 cores=1,3,5,7
/proc/2668/stat : 2668 (glucose) R 2667 2443 643 0 -1 4202496 12939 0 0 0 2506 2 0 0 20 0 1 0 384851726 74342400 15123 33554432000 4194304 5208918 140736543502624 140736543500296 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2668/statm: 18150 15123 95 248 0 17899 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 148016

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/183 2676
/proc/meminfo: memFree=30700360/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1459.96 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 116857 528274 0 0 327 55 145209 405 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2674] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2674/stat : 2674 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384858032 9367552 267 33554432000 4194304 5064252 140736363520704 140736363519616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2674/statm: 2287 267 226 213 0 72 0
[pid=2675] ppid=2674 vsize=72600 CPUtime=22.01 cores=1,3,5,7
/proc/2675/stat : 2675 (glucose) R 2674 2443 643 0 -1 4202496 14026 0 0 0 2198 3 0 0 20 0 1 0 384858032 74342400 15025 33554432000 4194304 5208918 140734205904800 140734205902472 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2675/statm: 18150 15025 95 248 0 17899 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 148016

[startup+1542.3 s]
/proc/loadavg: 1.96 1.99 1.94 3/184 2693
/proc/meminfo: memFree=30704100/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1523.37 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 121352 549588 0 0 338 57 151520 422 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2689] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2689/stat : 2689 (satsolver.sh) S 2444 2443 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384864374 9367552 267 33554432000 4194304 5064252 140735973283792 140735973282704 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2689/statm: 2287 267 226 213 0 72 0
[pid=2690] ppid=2689 vsize=72596 CPUtime=18.6 cores=1,3,5,7
/proc/2690/stat : 2690 (glucose) R 2689 2443 643 0 -1 4202496 14712 0 0 0 1857 3 0 0 20 0 1 0 384864374 74338304 14813 33554432000 4194304 5208918 140734190827600 140734190825272 4211670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2690/statm: 18149 14813 95 248 0 17898 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 148012

[startup+1602.3 s]
/proc/loadavg: 1.98 1.99 1.94 3/183 2700
/proc/meminfo: memFree=30701376/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1586.71 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 125847 571815 0 0 350 58 157822 441 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2699] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2699/stat : 2699 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384870709 9367552 267 33554432000 4194304 5064252 140735223175696 140735223174608 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2699/statm: 2287 267 226 213 0 72 0
[pid=2700] ppid=2699 vsize=72604 CPUtime=15.24 cores=1,3,5,7
/proc/2700/stat : 2700 (glucose) R 2699 2443 643 0 -1 4202496 14716 0 0 0 1522 2 0 0 20 0 1 0 384870710 74346496 14810 33554432000 4194304 5208918 140737213843248 140737213840920 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2700/statm: 18151 14810 95 248 0 17900 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 148020

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/183 2707
/proc/meminfo: memFree=30701024/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1649.75 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 130342 593428 0 0 361 60 164095 459 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2706] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2706/stat : 2706 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384877014 9367552 267 33554432000 4194304 5064252 140735578520800 140735578519712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2706/statm: 2287 267 226 213 0 72 0
[pid=2707] ppid=2706 vsize=72600 CPUtime=12.2 cores=1,3,5,7
/proc/2707/stat : 2707 (glucose) R 2706 2443 643 0 -1 4202496 14449 0 0 0 1217 3 0 0 20 0 1 0 384877014 74342400 15028 33554432000 4194304 5208918 140737098874320 140737098871992 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2707/statm: 18150 15028 95 248 0 17899 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 148016

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/183 2714
/proc/meminfo: memFree=30701520/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1713.16 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 134837 615180 0 0 372 62 170405 477 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2713] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2713/stat : 2713 (satsolver.sh) S 2444 2443 643 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384883356 9367552 267 33554432000 4194304 5064252 140736296052800 140736296051712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2713/statm: 2287 267 226 213 0 72 0
[pid=2714] ppid=2713 vsize=72596 CPUtime=8.78 cores=1,3,5,7
/proc/2714/stat : 2714 (glucose) R 2713 2443 643 0 -1 4202496 14746 0 0 0 876 2 0 0 20 0 1 0 384883356 74338304 14814 33554432000 4194304 5208918 140737471275088 140737471272760 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2714/statm: 18149 14814 95 248 0 17898 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 148012

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/183 2729
/proc/meminfo: memFree=30705016/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1776.52 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 139332 636846 0 0 384 63 176711 494 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2728] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2728/stat : 2728 (satsolver.sh) S 2444 2443 643 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 384889693 9367552 267 33554432000 4194304 5064252 140736291931632 140736291930544 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2728/statm: 2287 267 226 213 0 72 0
[pid=2729] ppid=2728 vsize=72600 CPUtime=5.41 cores=1,3,5,7
/proc/2729/stat : 2729 (glucose) R 2728 2443 643 0 -1 4202496 14162 0 0 0 538 3 0 0 20 0 1 0 384889694 74342400 14794 33554432000 4194304 5208918 140736304265888 140736304263560 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2729/statm: 18150 14794 95 248 0 17899 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 148016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.99 1.94 3/181 2769
/proc/meminfo: memFree=30834124/32873844 swapFree=9160/9160
[pid=2443] ppid=2441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2443/stat : 2443 (npSolver-wbo-It) S 2441 2443 643 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384712005 9367552 275 33554432000 4194304 5064252 140734864720896 140734864719808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2443/statm: 2287 275 233 213 0 72 0
[pid=2444] ppid=2443 vsize=57120 CPUtime=1776.52 cores=1,3,5,7
/proc/2444/stat : 2444 (npSolver-wbo) S 2443 2443 643 0 -1 4202496 139332 636846 0 0 384 63 176711 494 20 0 1 0 384712006 58490880 13048 33554432000 4194304 6006132 140736991957408 140736991948768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2444/statm: 14280 13048 177 443 0 13833 0
[pid=2728] ppid=2444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2728/stat : 2728 (satsolver.sh) S 2444 2443 643 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 384889693 9367552 267 33554432000 4194304 5064252 140736291931632 140736291930544 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2728/statm: 2287 267 226 213 0 72 0
[pid=2729] ppid=2728 vsize=72600 CPUtime=23.51 cores=1,3,5,7
/proc/2729/stat : 2729 (glucose) R 2728 2443 643 0 -1 4202496 14188 0 0 0 2348 3 0 0 20 0 1 0 384889694 74342400 14820 33554432000 4194304 5208918 140736304265888 140736304263560 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2729/statm: 18150 14820 95 248 0 17899 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 148016

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2443 and gives
#  childrusage.ru_utime.tv_sec=1770
#  childrusage.ru_utime.tv_usec=960773
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=585150
# CPU time returned by wait4() is 1776.55
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.03
CPU user time (s): 1794.43
CPU system time (s): 5.6
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 150748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.96
system time used= 5.58515
maximum resident set size= 69632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14204
involuntary context switches= 2229

runsolver used 3.2665 second user time and 8.27674 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 22:04:34
IDJOB=3752651
IDBENCH=78624
IDSOLVER=2336
FILE ID=node139/3752651-1339185874
RUNJOBID= node139-1339184073-2005
PBS_JOBID= 14643822
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752651-1339185874/watcher-3752651-1339185874 -o /tmp/evaluation-result-3752651-1339185874/solver-3752651-1339185874 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752651-1339185874.wbo 312719539 HOME HOME

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

MD5SUM BENCH= a3e55b5451bbddd3df8a322bc84b8daa
RANDOM SEED=312719539

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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.750
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:        30921004 kB
Buffers:          650428 kB
Cached:           264848 kB
SwapCached:          584 kB
Active:           982556 kB
Inactive:          38336 kB
Active(anon):      99428 kB
Inactive(anon):     8012 kB
Active(file):     883128 kB
Inactive(file):    30324 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             24792 kB
Writeback:             0 kB
AnonPages:        188804 kB
Mapped:            10920 kB
Shmem:                 8 kB
Slab:             788136 kB
SReclaimable:     229976 kB
SUnreclaim:       558160 kB
KernelStack:        1504 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     236348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 70688 MiB
End job on node139 at 2012-06-08 22:34:35