Trace number 3701045

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.02 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_8_mh.opb
MD5SUMe48ee9240e6d9b52ec3ebd9cb27e0b8c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7759662
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 119095488
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 17168297281
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 119095488
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 17168297281
Number of bits of the biggest sum of numbers34
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.62	c run usual solver
8.08/8.13	c model valid
8.08/8.13	c current solution ok
9.37/9.43	o 311011765
9.37/9.43	c current bound: 155505895
9.37/9.43	c fallback to adder encoding
1800.02/1800.91	c error: unexpected solver exit code
1800.02/1800.91	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-3701045-1338135639/watcher-3701045-1338135639 -o /tmp/evaluation-result-3701045-1338135639/solver-3701045-1338135639 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701045-1338135639.opb 899358893 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.01 3/180 20291
/proc/meminfo: memFree=30528968/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0

[startup+0.0378391 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 20291
/proc/meminfo: memFree=30528968/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 20291
/proc/meminfo: memFree=30528968/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 20291
/proc/meminfo: memFree=30528968/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 20291
/proc/meminfo: memFree=30528968/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 20337
/proc/meminfo: memFree=31486180/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=52640 CPUtime=0.64 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 8200 0 0 0 58 6 0 0 20 0 1 0 279630965 53903360 9916 33554432000 4194304 5992684 140733651989440 140733651983472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20292/statm: 13160 9916 171 440 0 12716 0
[pid=20324] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20324/stat : 20324 (cp2_pre.sh) S 20292 20291 19129 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279631030 9367552 276 33554432000 4194304 5064252 140737250020176 140737250018880 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20324/statm: 2287 276 234 213 0 72 0
[pid=20325] ppid=20324 vsize=171308 CPUtime=0.83 cores=0,2,4,6
/proc/20325/stat : 20325 (coprocessor) R 20324 20291 19129 0 -1 4202496 27217 0 0 0 79 4 0 0 20 0 1 0 279631030 175419392 37973 33554432000 4194304 6586260 140737425484512 140737425480776 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/20325/statm: 42827 37973 166 584 0 42239 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 242244

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.01 3/182 20344
/proc/meminfo: memFree=31463216/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=52640 CPUtime=0.64 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 8200 0 0 0 58 6 0 0 20 0 1 0 279630965 53903360 9916 33554432000 4194304 5992684 140733651989440 140733651983472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20292/statm: 13160 9916 171 440 0 12716 0
[pid=20324] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20324/stat : 20324 (cp2_pre.sh) S 20292 20291 19129 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279631030 9367552 276 33554432000 4194304 5064252 140737250020176 140737250018880 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20324/statm: 2287 276 234 213 0 72 0
[pid=20325] ppid=20324 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/20325/stat : 20325 (coprocessor) R 20324 20291 19129 0 -1 4202496 35309 0 0 0 232 12 0 0 20 0 1 0 279631030 215670784 51422 33554432000 4194304 6586260 140737425484512 140737425480264 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/20325/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 281552

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 20350
/proc/meminfo: memFree=31381208/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=52640 CPUtime=3.2 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 8211 36211 0 0 58 6 242 14 20 0 1 0 279630965 53903360 9916 33554432000 4194304 5992684 140733651989440 140733651984560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20292/statm: 13160 9916 171 440 0 12716 0
[pid=20349] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20349/stat : 20349 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279631287 9367552 266 33554432000 4194304 5064252 140735408067232 140735408066144 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20349/statm: 2287 266 226 213 0 72 0
[pid=20350] ppid=20349 vsize=98132 CPUtime=3.06 cores=0,2,4,6
/proc/20350/stat : 20350 (glucose) R 20349 20291 19129 0 -1 4202496 20849 0 0 0 302 4 0 0 20 0 1 0 279631288 100487168 22755 33554432000 4194304 5208918 140734199055552 140734199053400 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20350/statm: 24533 22755 103 248 0 24282 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 169068

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.01 3/182 20355
/proc/meminfo: memFree=31219468/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=509944 CPUtime=12.19 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) R 20291 20291 19129 0 -1 4202496 19027 64105 0 0 349 132 711 27 20 0 1 0 279630965 522182656 104920 33554432000 4194304 5992684 140733651989440 140733651982496 5182699 0 0 4096 0 0 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 127486 104920 187 440 0 127042 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 519092

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.01 3/183 20357
/proc/meminfo: memFree=30576392/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=562956 CPUtime=12.65 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 85146 0 0 0 1242 23 0 0 20 0 1 0 279632249 576466944 125034 33554432000 4194304 5208918 140736654870320 140736654868168 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 140739 125034 104 248 0 140488 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 907912

[startup+51.1005 s]
/proc/loadavg: 2.05 2.01 2.01 3/183 20357
/proc/meminfo: memFree=30569632/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=565404 CPUtime=38.24 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 86291 0 0 0 3801 23 0 0 20 0 1 0 279632249 578973696 126179 33554432000 4194304 5208918 140736654870320 140736654867992 4211580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 141351 126179 104 248 0 141100 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 910360

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 20358
/proc/meminfo: memFree=30554372/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=567792 CPUtime=89.44 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 86995 0 0 0 8921 23 0 0 20 0 1 0 279632249 581419008 127905 33554432000 4194304 5208918 140736654870320 140736654868280 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 141948 127905 105 248 0 141697 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 912748

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20358
/proc/meminfo: memFree=30545564/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=569904 CPUtime=149.43 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 87727 0 0 0 14919 24 0 0 20 0 1 0 279632249 583581696 129659 33554432000 4194304 5208918 140736654870320 140736654868168 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 142476 129659 105 248 0 142225 0
Current children cumulated CPU time (s) 161.76

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

/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93335 0 0 0 140881 36 0 0 20 0 1 0 279632249 609673216 134841 33554432000 4194304 5208918 140736654870320 140736654868408 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 148846 134841 105 248 0 148595 0
Current children cumulated CPU time (s) 1421.5
Current children cumulated vsize (KiB) 940340

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20390
/proc/meminfo: memFree=30508352/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=595384 CPUtime=1469.15 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93336 0 0 0 146879 36 0 0 20 0 1 0 279632249 609673216 135353 33554432000 4194304 5208918 140736654870320 140736654868408 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 148846 135353 105 248 0 148595 0
Current children cumulated CPU time (s) 1481.48
Current children cumulated vsize (KiB) 940340

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 20390
/proc/meminfo: memFree=30499168/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=595384 CPUtime=1529.14 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93338 0 0 0 152878 36 0 0 20 0 1 0 279632249 609673216 136377 33554432000 4194304 5208918 140736654870320 140736654866696 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 148846 136377 105 248 0 148595 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 940340

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 20391
/proc/meminfo: memFree=30476272/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1589.13 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93509 0 0 0 158876 37 0 0 20 0 1 0 279632249 693014528 138081 33554432000 4194304 5208918 140736654870320 140736654868472 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 138081 105 248 0 168942 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 1021728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20391
/proc/meminfo: memFree=30461876/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1649.12 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93512 0 0 0 164875 37 0 0 20 0 1 0 279632249 693014528 139617 33554432000 4194304 5208918 140736654870320 140736654866696 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 139617 105 248 0 168942 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 1021728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20391
/proc/meminfo: memFree=30457780/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1709.11 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93514 0 0 0 170874 37 0 0 20 0 1 0 279632249 693014528 140641 33554432000 4194304 5208918 140736654870320 140736654866696 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 140641 105 248 0 168942 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 1021728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20394
/proc/meminfo: memFree=30452556/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1769.09 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93540 0 0 0 176872 37 0 0 20 0 1 0 279632249 693014528 141907 33554432000 4194304 5208918 140736654870320 140736654866696 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 141907 105 248 0 168942 0
Current children cumulated CPU time (s) 1781.42
Current children cumulated vsize (KiB) 1021728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20394
/proc/meminfo: memFree=30448924/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1787.69 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93557 0 0 0 178732 37 0 0 20 0 1 0 279632249 693014528 142931 33554432000 4194304 5208918 140736654870320 140736654866696 4229155 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 142931 105 248 0 168942 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1021728

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20394
/proc/meminfo: memFree=30448924/32873844 swapFree=6872/6872
[pid=20291] ppid=20289 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (npSolver-pbo.sh) S 20289 20291 19129 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279630965 9367552 275 33554432000 4194304 5064252 140736269250672 140736269249584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20291/statm: 2287 275 233 213 0 72 0
[pid=20292] ppid=20291 vsize=326660 CPUtime=12.33 cores=0,2,4,6
/proc/20292/stat : 20292 (npSolver-pbo) S 20291 20291 19129 0 -1 4202496 19029 64105 0 0 349 146 711 27 20 0 1 0 279630965 334499840 59101 33554432000 4194304 5992684 140733651989440 140733651981760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 47 0 0
/proc/20292/statm: 81665 59101 188 440 0 81221 0
[pid=20356] ppid=20292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20356/stat : 20356 (satsolver.sh) S 20292 20291 19129 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279632248 9367552 267 33554432000 4194304 5064252 140736410068992 140736410067904 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20356/statm: 2287 267 226 213 0 72 0
[pid=20357] ppid=20356 vsize=676772 CPUtime=1787.69 cores=0,2,4,6
/proc/20357/stat : 20357 (glucose) R 20356 20291 19129 0 -1 4202496 93557 0 0 0 178732 37 0 0 20 0 1 0 279632249 693014528 142931 33554432000 4194304 5208918 140736654870320 140736654866696 4229155 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20357/statm: 169193 142931 105 248 0 168942 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1021728

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20291 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=616386
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=746734
# CPU time returned by wait4() is 12.3631
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.02
CPU user time (s): 1797.92
CPU system time (s): 2.1
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 1151956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6164
system time used= 1.74673
maximum resident set size= 419684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84112
page faults= 0
swaps= 0
block input operations= 8
block output operations= 516008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 573
involuntary context switches= 38

runsolver used 4.37633 second user time and 20.8538 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 18:20:40
IDJOB=3701045
IDBENCH=92701
IDSOLVER=2277
FILE ID=node105/3701045-1338135639
RUNJOBID= node105-1338123980-19145
PBS_JOBID= 14624503
Free space on /tmp= 71332 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_8_mh.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701045-1338135639/watcher-3701045-1338135639 -o /tmp/evaluation-result-3701045-1338135639/solver-3701045-1338135639 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701045-1338135639.opb 899358893 HOME HOME

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

MD5SUM BENCH= e48ee9240e6d9b52ec3ebd9cb27e0b8c
RANDOM SEED=899358893

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30529240 kB
Buffers:          254744 kB
Cached:           323108 kB
SwapCached:         1720 kB
Active:          1454084 kB
Inactive:          47588 kB
Active(anon):     918212 kB
Inactive(anon):     6036 kB
Active(file):     535872 kB
Inactive(file):    41552 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100436 kB
Dirty:             10912 kB
Writeback:             0 kB
AnonPages:       1060220 kB
Mapped:             9916 kB
Shmem:                 0 kB
Slab:             698024 kB
SReclaimable:     139684 kB
SUnreclaim:       558340 kB
KernelStack:        1528 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1248072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    962560 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= 71332 MiB
End job on node105 at 2012-05-27 18:50:41