Trace number 3700843

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.08 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c run usual solver
78.85/78.95	c model valid
78.85/78.95	c current solution ok
81.39/81.63	o -7
81.39/81.63	c current bound: 46
81.39/81.63	c (debug) using card networks
855.23/855.65	c current bound: 70
855.23/855.65	c (debug) using card networks
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3700843-1338107535/watcher-3700843-1338107535 -o /tmp/evaluation-result-3700843-1338107535/solver-3700843-1338107535 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700843-1338107535.opb 1414110204 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3070
/proc/meminfo: memFree=29184428/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0

[startup+0.079165 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3070
/proc/meminfo: memFree=29184428/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3070
/proc/meminfo: memFree=29184428/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3070
/proc/meminfo: memFree=29184428/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700313 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3070
/proc/meminfo: memFree=29184428/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 3072
/proc/meminfo: memFree=29112092/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=1.05 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13079 0 0 0 97 8 0 0 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819680032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 111968

[startup+3.10034 s]
/proc/loadavg: 1.92 1.99 1.99 3/183 3074
/proc/meminfo: memFree=28837560/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=1.05 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13079 0 0 0 97 8 0 0 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819680032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
[pid=3073] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3073/stat : 3073 (cp2_pre.sh) S 3071 3070 31075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276878471 9367552 276 33554432000 4194304 5064252 140735470746800 140735470745504 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3073/statm: 2287 276 234 213 0 72 0
[pid=3074] ppid=3073 vsize=304968 CPUtime=2.02 cores=0,2,4,6
/proc/3074/stat : 3074 (coprocessor) R 3073 3070 31075 0 -1 4202496 39521 0 0 0 193 9 0 0 20 0 1 0 276878472 312287232 74542 33554432000 4194304 6586260 140737079070480 140737079066632 4789248 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/3074/statm: 76242 74542 172 584 0 75654 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 426084

[startup+6.30021 s]
/proc/loadavg: 1.93 1.99 1.99 3/183 3074
/proc/meminfo: memFree=28692356/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=5.94 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13086 49314 0 0 97 8 467 22 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819681120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 111968

[startup+12.7004 s]
/proc/loadavg: 1.93 1.99 1.99 3/183 3077
/proc/meminfo: memFree=28918224/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=5.94 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13086 49314 0 0 97 8 467 22 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819681120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
[pid=3076] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3076/stat : 3076 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276878962 9367552 266 33554432000 4194304 5064252 140736805105504 140736805104416 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3076/statm: 2287 266 226 213 0 72 0
[pid=3077] ppid=3076 vsize=171580 CPUtime=6.7 cores=0,2,4,6
/proc/3077/stat : 3077 (glucose) R 3076 3070 31075 0 -1 4202496 32516 0 0 0 664 6 0 0 20 0 1 0 276878963 175697920 38362 33554432000 4194304 5208918 140736485162208 140736485160056 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3077/statm: 42895 38362 103 248 0 42644 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 292696

[startup+25.5004 s]
/proc/loadavg: 2.02 2.00 2.00 3/184 3078
/proc/meminfo: memFree=28906604/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=5.94 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13086 49314 0 0 97 8 467 22 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819681120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
[pid=3076] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3076/stat : 3076 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276878962 9367552 266 33554432000 4194304 5064252 140736805105504 140736805104416 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3076/statm: 2287 266 226 213 0 72 0
[pid=3077] ppid=3076 vsize=191080 CPUtime=19.5 cores=0,2,4,6
/proc/3077/stat : 3077 (glucose) R 3076 3070 31075 0 -1 4202496 32926 0 0 0 1944 6 0 0 20 0 1 0 276878963 195665920 39283 33554432000 4194304 5208918 140736485162208 140736485160056 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3077/statm: 47770 39283 104 248 0 47519 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 312196

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 3078
/proc/meminfo: memFree=28883748/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=102820 CPUtime=5.94 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 13086 49314 0 0 97 8 467 22 20 0 1 0 276878365 105287680 18349 33554432000 4194304 5992684 140736819686000 140736819681120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3071/statm: 25705 18349 166 440 0 25261 0
[pid=3076] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3076/stat : 3076 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276878962 9367552 266 33554432000 4194304 5064252 140736805105504 140736805104416 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3076/statm: 2287 266 226 213 0 72 0
[pid=3077] ppid=3076 vsize=192764 CPUtime=45.09 cores=0,2,4,6
/proc/3077/stat : 3077 (glucose) R 3076 3070 31075 0 -1 4202496 33346 0 0 0 4503 6 0 0 20 0 1 0 276878963 197390336 41236 33554432000 4194304 5208918 140736485162208 140736485160056 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3077/statm: 48191 41236 104 248 0 47940 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 313880

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3085
/proc/meminfo: memFree=28818488/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=81.44 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14641 90426 0 0 152 215 7737 40 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3084] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3084/stat : 3084 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276886529 9367552 266 33554432000 4194304 5064252 140736786942784 140736786941696 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3084/statm: 2287 266 226 213 0 72 0
[pid=3085] ppid=3084 vsize=175800 CPUtime=20.64 cores=0,2,4,6
/proc/3085/stat : 3085 (glucose) R 3084 3070 31075 0 -1 4202496 32278 0 0 0 2059 5 0 0 20 0 1 0 276886529 180019200 38768 33554432000 4194304 5208918 140737321675424 140737321673256 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3085/statm: 43950 38768 103 248 0 43699 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 309312

[startup+162.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 3130
/proc/meminfo: memFree=29073488/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=81.44 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14641 90426 0 0 152 215 7737 40 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3084] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3084/stat : 3084 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276886529 9367552 266 33554432000 4194304 5064252 140736786942784 140736786941696 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3084/statm: 2287 266 226 213 0 72 0
[pid=3085] ppid=3084 vsize=196552 CPUtime=80.64 cores=0,2,4,6
/proc/3085/stat : 3085 (glucose) R 3084 3070 31075 0 -1 4202496 33224 0 0 0 8058 6 0 0 20 0 1 0 276886529 201269248 40217 33554432000 4194304 5208918 140737321675424 140737321671800 4229460 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3085/statm: 49138 40217 104 248 0 48887 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 330064

[startup+222.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 3130
/proc/meminfo: memFree=29072300/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 3147
/proc/meminfo: memFree=28813540/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=202252 CPUtime=566.49 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 36800 0 0 0 56639 10 0 0 20 0 1 0 276963931 207106048 42139 33554432000 4194304 5208918 140733844980976 140733844979128 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 50563 42139 105 248 0 50312 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 335764

[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 3148
/proc/meminfo: memFree=28792504/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=202252 CPUtime=626.48 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 36836 0 0 0 62638 10 0 0 20 0 1 0 276963931 207106048 42686 33554432000 4194304 5208918 140733844980976 140733844979128 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 50563 42686 105 248 0 50312 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 335764

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 3148
/proc/meminfo: memFree=28788940/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=186452 CPUtime=686.48 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 37396 0 0 0 68637 11 0 0 20 0 1 0 276963931 190926848 41600 33554432000 4194304 5208918 140733844980976 140733844978808 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 46613 41600 105 248 0 46362 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 319964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 3148
/proc/meminfo: memFree=28847328/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=205420 CPUtime=746.47 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 37874 0 0 0 74636 11 0 0 20 0 1 0 276963931 210350080 42069 33554432000 4194304 5208918 140733844980976 140733844979128 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 51355 42069 105 248 0 51104 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 338932

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 3148
/proc/meminfo: memFree=28834796/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=205420 CPUtime=806.46 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 38021 0 0 0 80635 11 0 0 20 0 1 0 276963931 210350080 43233 33554432000 4194304 5208918 140733844980976 140733844979128 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 51355 43233 105 248 0 51104 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 338932

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 3151
/proc/meminfo: memFree=28815496/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=205420 CPUtime=866.45 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 38022 0 0 0 86634 11 0 0 20 0 1 0 276963931 210350080 43745 33554432000 4194304 5208918 140733844980976 140733844979128 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 51355 43745 105 248 0 51104 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 338932

[startup+1782.31 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 3174
/proc/meminfo: memFree=28813184/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=188444 CPUtime=926.44 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 38962 0 0 0 92632 12 0 0 20 0 1 0 276963931 192966656 42524 33554432000 4194304 5208918 140733844980976 140733844977288 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 47111 42524 105 248 0 46860 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 321956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 3175
/proc/meminfo: memFree=28809648/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=207412 CPUtime=944.75 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 39178 0 0 0 94462 13 0 0 20 0 1 0 276963931 212389888 43249 33554432000 4194304 5208918 140733844980976 140733844979128 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 51853 43249 105 248 0 51602 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 340924

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 3175
/proc/meminfo: memFree=28809648/32873844 swapFree=7112/7112
[pid=3070] ppid=3068 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3070/stat : 3070 (npSolver-pbo.sh) S 3068 3070 31075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276878365 9367552 275 33554432000 4194304 5064252 140735559210976 140735559209888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3070/statm: 2287 275 233 213 0 72 0
[pid=3071] ppid=3070 vsize=115216 CPUtime=855.3 cores=0,2,4,6
/proc/3071/stat : 3071 (npSolver-pbo) S 3070 3070 31075 0 -1 4202496 14798 142616 0 0 153 215 85095 67 20 0 1 0 276878365 117981184 21289 33554432000 4194304 5992684 140736819686000 140736819678320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/3071/statm: 28804 21289 180 440 0 28360 0
[pid=3141] ppid=3071 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (satsolver.sh) S 3071 3070 31075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276963931 9367552 267 33554432000 4194304 5064252 140734052764288 140734052763200 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3141/statm: 2287 267 226 213 0 72 0
[pid=3142] ppid=3141 vsize=207412 CPUtime=944.75 cores=0,2,4,6
/proc/3142/stat : 3142 (glucose) R 3141 3070 31075 0 -1 4202496 39178 0 0 0 94462 13 0 0 20 0 1 0 276963931 212389888 43249 33554432000 4194304 5208918 140733844980976 140733844979128 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3142/statm: 51853 43249 105 248 0 51602 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 340924

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1797.11
CPU system time (s): 2.96955
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 478136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.11
system time used= 2.96955
maximum resident set size= 364380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 337216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1114
involuntary context switches= 1941

runsolver used 2.53261 second user time and 7.31389 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 10:32:15
IDJOB=3700843
IDBENCH=89891
IDSOLVER=2277
FILE ID=node142/3700843-1338107535
RUNJOBID= node142-1338101738-1183
PBS_JOBID= 14624428
Free space on /tmp= 71248 MiB

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

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=1414110204

node142.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.776
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.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.92
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.776
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.776
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.776
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.776
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:        29184956 kB
Buffers:          294324 kB
Cached:           778504 kB
SwapCached:            0 kB
Active:          2686704 kB
Inactive:         175060 kB
Active(anon):    1779696 kB
Inactive(anon):    11212 kB
Active(file):     907008 kB
Inactive(file):   163848 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10168 kB
Writeback:             0 kB
AnonPages:       1797652 kB
Mapped:            12800 kB
Shmem:               200 kB
Slab:             681108 kB
SReclaimable:     123432 kB
SUnreclaim:       557676 kB
KernelStack:        1480 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2360320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1234944 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= 71188 MiB
End job on node142 at 2012-05-27 11:02:15