Trace number 3700840

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.06 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-neos-941313.opb
MD5SUM691ce650ba7160ae5fefa43bf01b33b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17101
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167910
Total number of constraints13189
Number of constraints which are clauses1170
Number of constraints which are cardinality constraints (but not clauses)829
Number of constraints which are nor clauses,nor cardinality constraints11190
Minimum length of a constraint19
Maximum length of a constraint640
Number of terms in the objective function 148800
Biggest coefficient in the objective function 210
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 10010220
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 3060
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 10010220
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.69/1.78	c fallback to adder encoding
1.98/2.03	c fallback to adder encoding
2.19/2.25	c fallback to adder encoding
2.38/2.48	c fallback to adder encoding
2.58/2.69	c fallback to adder encoding
2.88/2.91	c fallback to adder encoding
3.08/3.13	c fallback to adder encoding
3.28/3.34	c fallback to adder encoding
3.48/3.56	c fallback to adder encoding
3.68/3.78	c fallback to adder encoding
3.88/3.99	c fallback to adder encoding
4.18/4.21	c fallback to adder encoding
4.38/4.43	c fallback to adder encoding
4.58/4.64	c fallback to adder encoding
4.78/4.86	c fallback to adder encoding
4.98/5.08	c fallback to adder encoding
5.28/5.30	c fallback to adder encoding
5.48/5.51	c fallback to adder encoding
5.68/5.73	c fallback to adder encoding
5.88/5.95	c fallback to adder encoding
6.08/6.16	c fallback to adder encoding
6.37/6.42	c fallback to adder encoding
6.59/6.64	c fallback to adder encoding
6.77/6.86	c fallback to adder encoding
6.98/7.07	c fallback to adder encoding
7.18/7.29	c fallback to adder encoding
7.48/7.50	c fallback to adder encoding
7.69/7.72	c fallback to adder encoding
7.88/7.94	c fallback to adder encoding
8.08/8.15	c fallback to adder encoding
8.38/8.48	c run usual solver
57.76/57.86	c model valid
57.76/57.86	c current solution ok
65.76/66.08	o 21956
65.76/66.08	c current bound: 10978
65.76/66.08	c fallback to adder encoding
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3700840-1338110638/watcher-3700840-1338110638 -o /tmp/evaluation-result-3700840-1338110638/solver-3700840-1338110638 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700840-1338110638.opb 612902019 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31452
/proc/meminfo: memFree=28841452/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (runsolver) D 31450 31452 23596 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 277189736 12095488 50 33554432000 4194304 5436572 140736298665696 140736298661992 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/31452/statm: 2953 50 31 304 0 2645 0

[startup+0.00782794 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31452
/proc/meminfo: memFree=28841452/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31452
/proc/meminfo: memFree=28841452/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31452
/proc/meminfo: memFree=28841452/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700217 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31452
/proc/meminfo: memFree=28841452/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31454
/proc/meminfo: memFree=28774112/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=116752 CPUtime=1.48 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) R 31452 31452 23596 0 -1 4202496 16349 0 0 0 144 4 0 0 20 0 1 0 277189737 119554048 26708 33554432000 4194304 5992684 140735454853168 140735454848584 4227690 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31454/statm: 29188 26708 163 440 0 28744 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 125900

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31454
/proc/meminfo: memFree=28682372/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=266668 CPUtime=3.08 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) R 31452 31452 23596 0 -1 4202496 38036 0 0 0 300 8 0 0 20 0 1 0 277189737 273068032 55006 33554432000 4194304 5992684 140735454853168 140735454848568 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31454/statm: 66667 55006 170 440 0 66223 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 275816

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31454
/proc/meminfo: memFree=28485176/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=549948 CPUtime=6.28 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) R 31452 31452 23596 0 -1 4202496 76680 0 0 0 612 16 0 0 20 0 1 0 277189737 563146752 104828 33554432000 4194304 5992684 140735454853168 140735454848568 4227664 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31454/statm: 137487 104828 170 440 0 137043 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 559096

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31456
/proc/meminfo: memFree=27379892/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=647200 CPUtime=8.71 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 101515 0 0 0 806 65 0 0 20 0 1 0 277189737 662732800 136297 33554432000 4194304 5992684 140735454853168 140735454847200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31454/statm: 161800 136297 177 440 0 161356 0
[pid=31455] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31455/stat : 31455 (cp2_pre.sh) S 31454 31452 23596 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277190609 9367552 276 33554432000 4194304 5064252 140734275514656 140734275513360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31455/statm: 2287 276 234 213 0 72 0
[pid=31456] ppid=31455 vsize=923820 CPUtime=3.95 cores=0,2,4,6
/proc/31456/stat : 31456 (coprocessor) R 31455 31452 23596 0 -1 4202496 71899 0 0 0 373 22 0 0 20 0 1 0 277190610 945991680 205630 33554432000 4194304 6586260 140735297661696 140735297657960 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/31456/statm: 230955 205630 164 584 0 230367 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1589316

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31459
/proc/meminfo: memFree=27748308/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=647200 CPUtime=22.47 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 101523 103877 0 0 806 66 1304 71 20 0 1 0 277189737 662732800 136297 33554432000 4194304 5992684 140735454853168 140735454848288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31454/statm: 161800 136297 177 440 0 161356 0
[pid=31458] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31458/stat : 31458 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277191986 9367552 267 33554432000 4194304 5064252 140734711101072 140734711099984 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31458/statm: 2287 267 226 213 0 72 0
[pid=31459] ppid=31458 vsize=513836 CPUtime=2.98 cores=0,2,4,6
/proc/31459/stat : 31459 (glucose) R 31458 31452 23596 0 -1 4202496 73983 0 0 0 282 16 0 0 20 0 1 0 277191987 526168064 113294 33554432000 4194304 5208918 140736306340672 140736306338504 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31459/statm: 128459 113294 103 248 0 128208 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1179332

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31459
/proc/meminfo: memFree=27711832/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=647200 CPUtime=22.47 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 101523 103877 0 0 806 66 1304 71 20 0 1 0 277189737 662732800 136297 33554432000 4194304 5992684 140735454853168 140735454848288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31454/statm: 161800 136297 177 440 0 161356 0
[pid=31458] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31458/stat : 31458 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277191986 9367552 267 33554432000 4194304 5064252 140734711101072 140734711099984 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31458/statm: 2287 267 226 213 0 72 0
[pid=31459] ppid=31458 vsize=580192 CPUtime=28.58 cores=0,2,4,6
/proc/31459/stat : 31459 (glucose) R 31458 31452 23596 0 -1 4202496 76773 0 0 0 2841 17 0 0 20 0 1 0 277191987 594116608 120155 33554432000 4194304 5208918 140736306340672 140736306338504 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31459/statm: 145048 120155 104 248 0 144797 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1245688

[startup+102.307 s]
/proc/loadavg: 2.25 2.07 2.02 3/181 31466
/proc/meminfo: memFree=24121856/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2507476 CPUtime=22.32 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 270391 0 0 0 2127 105 0 0 20 0 1 0 277197733 2567655424 536657 33554432000 4194304 5208918 140736591776384 140736591774232 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 626869 536657 102 248 0 626618 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 4285560

[startup+162.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/181 31467
/proc/meminfo: memFree=24042924/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=82.3 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281323 0 0 0 8122 108 0 0 20 0 1 0 277197733 2641752064 555765 33554432000 4194304 5208918 140736591776384 140736591772760 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 555765 103 248 0 644708 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 4357920

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/181 31467
/proc/meminfo: memFree=24041280/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 4357920

[startup+1482.3 s]
/proc/loadavg: 2.14 2.20 2.08 3/181 697
/proc/meminfo: memFree=24294972/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1402.1 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281332 0 0 0 140100 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 4357920

[startup+1542.3 s]
/proc/loadavg: 2.05 2.16 2.08 3/181 697
/proc/meminfo: memFree=24294504/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1462.08 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281344 0 0 0 146098 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4205640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 4357920

[startup+1602.3 s]
/proc/loadavg: 2.02 2.13 2.07 3/182 700
/proc/meminfo: memFree=24293408/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1522.07 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281344 0 0 0 152097 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 4357920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.10 2.07 3/181 701
/proc/meminfo: memFree=24289040/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1582.06 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281345 0 0 0 158096 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 4357920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/181 701
/proc/meminfo: memFree=24284548/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1642.05 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281346 0 0 0 164095 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 4357920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/181 701
/proc/meminfo: memFree=24281660/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1702.04 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281349 0 0 0 170094 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4205631 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 4357920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.06 2.05 3/181 701
/proc/meminfo: memFree=24278960/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1720.25 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281349 0 0 0 171915 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4357920

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.06 2.05 3/181 701
/proc/meminfo: memFree=24278960/32873852 swapFree=6856/6856
[pid=31452] ppid=31450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31452/stat : 31452 (npSolver-pbo.sh) S 31450 31452 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277189736 9367552 275 33554432000 4194304 5064252 140735665420864 140735665419776 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31452/statm: 2287 275 233 213 0 72 0
[pid=31454] ppid=31452 vsize=1759788 CPUtime=79.81 cores=0,2,4,6
/proc/31454/stat : 31454 (npSolver-pbo) S 31452 31452 23596 0 -1 4202496 132365 189766 0 0 2187 903 4773 118 20 0 1 0 277189737 1802022912 371455 33554432000 4194304 5992684 140735454853168 140735454845488 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/31454/statm: 439947 371455 187 440 0 439503 0
[pid=31465] ppid=31454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31465/stat : 31465 (satsolver.sh) S 31454 31452 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277197731 9367552 267 33554432000 4194304 5064252 140735573585216 140735573584128 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31465/statm: 2287 267 226 213 0 72 0
[pid=31466] ppid=31465 vsize=2579836 CPUtime=1720.25 cores=0,2,4,6
/proc/31466/stat : 31466 (glucose) R 31465 31452 23596 0 -1 4202496 281349 0 0 0 171915 110 0 0 20 0 1 0 277197733 2641752064 556277 33554432000 4194304 5208918 140736591776384 140736591772760 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31466/statm: 644959 556277 103 248 0 644708 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4357920

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.52
CPU time (s): 1800.06
CPU user time (s): 1788.75
CPU system time (s): 11.31
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 5179308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 4.5723 second user time and 9.8535 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 11:23:58
IDJOB=3700840
IDBENCH=89905
IDSOLVER=2277
FILE ID=node128/3700840-1338110638
RUNJOBID= node128-1338098911-27179
PBS_JOBID= 14624447
Free space on /tmp= 71300 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-neos-941313.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700840-1338110638/watcher-3700840-1338110638 -o /tmp/evaluation-result-3700840-1338110638/solver-3700840-1338110638 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700840-1338110638.opb 612902019 HOME HOME

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

MD5SUM BENCH= 691ce650ba7160ae5fefa43bf01b33b8
RANDOM SEED=612902019

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28841832 kB
Buffers:          389312 kB
Cached:          2204068 kB
SwapCached:          636 kB
Active:          1595772 kB
Inactive:        1576060 kB
Active(anon):     566300 kB
Inactive(anon):    14208 kB
Active(file):    1029472 kB
Inactive(file):  1561852 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107280 kB
Dirty:             14832 kB
Writeback:             0 kB
AnonPages:        594216 kB
Mapped:            15500 kB
Shmem:               200 kB
Slab:             709692 kB
SReclaimable:     151956 kB
SUnreclaim:       557736 kB
KernelStack:        1448 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     746396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 70252 MiB
End job on node128 at 2012-05-27 11:54:01