Trace number 3750593

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 (fixed)? (TO) 1800.04 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark151.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 39323
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 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
Number of bits of the biggest sum of numbers16
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.57	c run usual solver
1.59/1.67	c model valid
1.59/1.67	c current solution ok
1.88/1.97	o 55
1.88/1.97	c current bound: 27
1.88/1.97	c fallback to adder encoding
49.27/49.69	c current bound: 41
49.27/49.69	c fallback to adder encoding
314.90/315.32	c current bound: 48
314.90/315.32	c fallback to adder encoding
1800.04/1800.71	c error: unexpected solver exit code
1800.04/1800.71	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-3750593-1339128969/watcher-3750593-1339128969 -o /tmp/evaluation-result-3750593-1339128969/solver-3750593-1339128969 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750593-1339128969.opb 501936341 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.12 2.05 2.01 3/181 13332
/proc/meminfo: memFree=30987500/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0

[startup+0.033067 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 13332
/proc/meminfo: memFree=30987500/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 13332
/proc/meminfo: memFree=30987500/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 13332
/proc/meminfo: memFree=30987500/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 13332
/proc/meminfo: memFree=30987500/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.11 2.05 2.01 3/185 13336
/proc/meminfo: memFree=30850716/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=85376 CPUtime=1.48 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) R 13332 13332 8711 0 -1 4202496 15570 20730 0 0 61 8 74 5 20 0 1 0 22864034 87425024 20959 33554432000 4194304 6004724 140737087603136 140737087597760 4486813 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13333/statm: 21344 20959 154 442 0 20898 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94524

[startup+3.1003 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 13344
/proc/meminfo: memFree=30896332/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=2.93 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) D 13332 13332 8711 0 -1 4202496 21571 21244 0 0 178 35 74 6 20 0 1 0 22864034 238424064 41979 33554432000 4194304 6004724 140737087603136 140737087595976 5190832 0 0 4096 0 18446744071580543392 0 0 17 4 0 0 13 0 0
/proc/13333/statm: 58209 41979 173 442 0 57763 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 241984

[startup+6.30033 s]
/proc/loadavg: 2.10 2.05 2.01 3/185 13346
/proc/meminfo: memFree=30574904/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=3.04 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 22262 21244 0 0 179 45 74 6 20 0 1 0 22864034 238424064 41980 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 26 0 0
/proc/13333/statm: 58209 41980 174 442 0 57763 0
[pid=13345] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13345/stat : 13345 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22864366 9367552 267 33554432000 4194304 5064252 140735838366192 140735838365104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13345/statm: 2287 267 226 213 0 72 0
[pid=13346] ppid=13345 vsize=198292 CPUtime=2.95 cores=0,2,4,6
/proc/13346/stat : 13346 (glucose) R 13345 13332 8711 0 -1 4202496 36583 0 0 0 286 9 0 0 20 0 1 0 22864367 203051008 42389 33554432000 4194304 5208918 140735876521696 140735876519656 4211038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13346/statm: 49573 42389 104 248 0 49322 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 449424

[startup+12.7003 s]
/proc/loadavg: 2.09 2.05 2.01 3/185 13346
/proc/meminfo: memFree=30574224/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=3.04 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 22262 21244 0 0 179 45 74 6 20 0 1 0 22864034 238424064 41980 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 26 0 0
/proc/13333/statm: 58209 41980 174 442 0 57763 0
[pid=13345] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13345/stat : 13345 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22864366 9367552 267 33554432000 4194304 5064252 140735838366192 140735838365104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13345/statm: 2287 267 226 213 0 72 0
[pid=13346] ppid=13345 vsize=202508 CPUtime=9.34 cores=0,2,4,6
/proc/13346/stat : 13346 (glucose) R 13345 13332 8711 0 -1 4202496 37075 0 0 0 925 9 0 0 20 0 1 0 22864367 207368192 42881 33554432000 4194304 5208918 140735876521696 140735876519528 4229296 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13346/statm: 50627 42881 105 248 0 50376 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 453640

[startup+25.5004 s]
/proc/loadavg: 2.16 2.06 2.02 3/185 13347
/proc/meminfo: memFree=30572076/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=3.04 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 22262 21244 0 0 179 45 74 6 20 0 1 0 22864034 238424064 41980 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 26 0 0
/proc/13333/statm: 58209 41980 174 442 0 57763 0
[pid=13345] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13345/stat : 13345 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22864366 9367552 267 33554432000 4194304 5064252 140735838366192 140735838365104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13345/statm: 2287 267 226 213 0 72 0
[pid=13346] ppid=13345 vsize=202508 CPUtime=22.13 cores=0,2,4,6
/proc/13346/stat : 13346 (glucose) R 13345 13332 8711 0 -1 4202496 37223 0 0 0 2204 9 0 0 20 0 1 0 22864367 207368192 43540 33554432000 4194304 5208918 140735876521696 140735876519528 4230001 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13346/statm: 50627 43540 105 248 0 50376 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 453640

[startup+51.1003 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 13352
/proc/meminfo: memFree=30817096/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=50.69 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 29761 62158 0 0 297 60 4693 19 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 241984

[startup+102.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/185 13354
/proc/meminfo: memFree=30501008/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=50.69 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 29761 62158 0 0 297 60 4693 19 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13353] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13353/stat : 13353 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22869136 9367552 266 33554432000 4194304 5064252 140734161583232 140734161582144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13353/statm: 2287 266 226 213 0 72 0
[pid=13354] ppid=13353 vsize=237088 CPUtime=51.25 cores=0,2,4,6
/proc/13354/stat : 13354 (glucose) R 13353 13332 8711 0 -1 4202496 40593 0 0 0 5114 11 0 0 20 0 1 0 22869136 242778112 53437 33554432000 4194304 5208918 140735082802928 140735082799304 4228924 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13354/statm: 59272 53437 105 248 0 59021 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 488220

[startup+162.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/185 13354
/proc/meminfo: memFree=30494992/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=50.69 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 29761 62158 0 0 297 60 4693 19 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13353] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13353/stat : 13353 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22869136 9367552 266 33554432000 4194304 5064252 140734161583232 140734161582144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13353/statm: 2287 266 226 213 0 72 0
[pid=13354] ppid=13353 vsize=269744 CPUtime=111.23 cores=0,2,4,6
/proc/13354/stat : 13354 (glucose) R 13353 13332 8711 0 -1 4202496 41424 0 0 0 11112 11 0 0 20 0 1 0 22869136 276217856 54761 33554432000 4194304 5208918 140735082802928 140735082801080 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13354/statm: 67436 54761 105 248 0 67185 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 520876

[startup+222.307 s]
/proc/loadavg: 2.08 2.07 2.02 3/185 13354
/proc/meminfo: memFree=30501092/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=50.69 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 29761 62158 0 0 297 60 4693 19 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13353] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 45213 0 0 0 104533 13 0 0 20 0 1 0 22895698 248877056 54169 33554432000 4194304 5208918 140734576667248 140734576665336 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 60761 54169 105 248 0 60510 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 494176

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/185 13430
/proc/meminfo: memFree=30472280/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=243044 CPUtime=1105.46 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 45450 0 0 0 110533 13 0 0 20 0 1 0 22895698 248877056 55428 33554432000 4194304 5208918 140734576667248 140734576663624 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 60761 55428 105 248 0 60510 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 494176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/186 13433
/proc/meminfo: memFree=30464240/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=273864 CPUtime=1165.45 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 46118 0 0 0 116531 14 0 0 20 0 1 0 22895698 280436736 57116 33554432000 4194304 5208918 140734576667248 140734576665400 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 68466 57116 105 248 0 68215 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 524996

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 13433
/proc/meminfo: memFree=30435208/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=273864 CPUtime=1225.44 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 46291 0 0 0 122530 14 0 0 20 0 1 0 22895698 280436736 58815 33554432000 4194304 5208918 140734576667248 140734576663560 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 68466 58815 105 248 0 68215 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 524996

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/185 13434
/proc/meminfo: memFree=30438528/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=275228 CPUtime=1285.42 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 46454 0 0 0 128528 14 0 0 20 0 1 0 22895698 281833472 60511 33554432000 4194304 5208918 140734576667248 140734576665080 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 68807 60511 105 248 0 68556 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 526360

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 13434
/proc/meminfo: memFree=30450756/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=275228 CPUtime=1345.41 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 46588 0 0 0 134527 14 0 0 20 0 1 0 22895698 281833472 62689 33554432000 4194304 5208918 140734576667248 140734576665080 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 68807 62689 105 248 0 68556 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 526360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 13434
/proc/meminfo: memFree=30394524/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=325316 CPUtime=1405.4 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 47406 0 0 0 140525 15 0 0 20 0 1 0 22895698 333123584 65038 33554432000 4194304 5208918 140734576667248 140734576665400 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 81329 65038 105 248 0 81078 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 576448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 13434
/proc/meminfo: memFree=30419944/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=325316 CPUtime=1465.39 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 47410 0 0 0 146524 15 0 0 20 0 1 0 22895698 333123584 67086 33554432000 4194304 5208918 140734576667248 140734576663624 4211719 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 81329 67086 105 248 0 81078 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 576448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 13434
/proc/meminfo: memFree=30375820/32873844 swapFree=7108/7108
[pid=13332] ppid=13330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13332/stat : 13332 (npSolver-pbo.sh) S 13330 13332 8711 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22864033 9367552 274 33554432000 4194304 5064252 140736095551264 140736095550176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13332/statm: 2287 274 233 213 0 72 0
[pid=13333] ppid=13332 vsize=232836 CPUtime=316.24 cores=0,2,4,6
/proc/13333/stat : 13333 (npSolver-pbo) S 13332 13332 8711 0 -1 4202496 37258 108475 0 0 414 75 31100 35 20 0 1 0 22864034 238424064 45566 33554432000 4194304 6004724 140737087603136 140737087595488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/13333/statm: 58209 45566 176 442 0 57763 0
[pid=13363] ppid=13333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (satsolver.sh) S 13333 13332 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22895698 9367552 266 33554432000 4194304 5064252 140736791412992 140736791411904 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 2287 266 226 213 0 72 0
[pid=13364] ppid=13363 vsize=325316 CPUtime=1483.8 cores=0,2,4,6
/proc/13364/stat : 13364 (glucose) R 13363 13332 8711 0 -1 4202496 47412 0 0 0 148365 15 0 0 20 0 1 0 22895698 333123584 68110 33554432000 4194304 5208918 140734576667248 140734576663624 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13364/statm: 81329 68110 105 248 0 81078 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 576448

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 13332 and gives
#  childrusage.ru_utime.tv_sec=315
#  childrusage.ru_utime.tv_usec=151089
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=117830
# CPU time returned by wait4() is 316.269
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.04
CPU user time (s): 1798.79
CPU system time (s): 1.25
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 576448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.151
system time used= 1.11783
maximum resident set size= 270668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146709
page faults= 0
swaps= 0
block input operations= 8
block output operations= 494264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218
involuntary context switches= 497

runsolver used 2.6546 second user time and 7.36388 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 06:16:10
IDJOB=3750593
IDBENCH=25033
IDSOLVER=2334
FILE ID=node134/3750593-1339128969
RUNJOBID= node134-1339112625-10155
PBS_JOBID= 14643719
Free space on /tmp= 70992 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir10_area_opers.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750593-1339128969/watcher-3750593-1339128969 -o /tmp/evaluation-result-3750593-1339128969/solver-3750593-1339128969 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750593-1339128969.opb 501936341 HOME HOME

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=501936341

node134.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		: 2667.091
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	: 5334.18
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30987764 kB
Buffers:          212920 kB
Cached:           780808 kB
SwapCached:            0 kB
Active:           393456 kB
Inactive:         714604 kB
Active(anon):     116964 kB
Inactive(anon):        0 kB
Active(file):     276492 kB
Inactive(file):   714604 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14196 kB
Writeback:             0 kB
AnonPages:        121556 kB
Mapped:            15752 kB
Shmem:               212 kB
Slab:             638528 kB
SReclaimable:      80136 kB
SUnreclaim:       558392 kB
KernelStack:        1480 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     234596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 70900 MiB
End job on node134 at 2012-06-08 06:46:10