Trace number 3699434

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.12 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_3_mh.opb
MD5SUMcf07fc1cad99b0f245ba698ecbf7dcb2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4911296
Best CPU time to get the best result obtained on this benchmark29.7485
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 68921000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3789091617
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 68921000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3789091617
Number of bits of the biggest sum of numbers32
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.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
0.00/0.65	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.65	c [INC SYSTEM] execute solver
1.07/1.17	c [INC SEARCH] formula is SAT
1.07/1.17	c [INC SYSTEM] solved the initial formula
1.16/1.20	c model valid
1.16/1.20	c current solution ok
1.36/1.40	o 266714444
1.36/1.40	c execute binary inc search
1.36/1.40	c [INC SEARCH] current bound: 133357229
1.36/1.40	c [INC SEARCH] iteration: 0
1.36/1.40	c [INC SEARCH] lower bound: 0 upperbound 266714459 current bound: 133357229 best value:266714459
1.36/1.40	c [INC SYSTEM] there exists a inc, kill it!
1.36/1.40	c write failed with 2
1.36/1.40	c [INC SYSTEM] create new solver instance
1.36/1.40	c [INC] encode full formula
1.36/1.40	c fallback to adder encoding
1.88/1.95	c set iterative enc to: adder
1.88/1.95	c set iterative enc to: none
1.98/2.02	c [INC SEARCH] isOptimum variable: 0
77.36/77.46	c [INC SEARCH] formula is SAT
77.36/77.47	c [INC SEARCH] copied best model
77.36/77.47	c sat variable: 1 optimum/unsat variable: 0
77.46/77.50	c model valid
77.46/77.50	c current solution ok
77.46/77.50	o 37850095
77.46/77.50	c [INC SEARCH] current bound: 18925055
77.46/77.50	c [INC SEARCH] iteration: 1
77.46/77.50	c [INC SEARCH] lower bound: 0 upperbound 37850110 current bound: 18925055 best value:37850110
77.46/77.50	c [INC SYSTEM] there exists a inc, kill it!
77.46/77.50	c write failed with 2
77.46/77.50	c [INC SYSTEM] create new solver instance
77.46/77.50	c [INC] encode full formula
77.46/77.50	c fallback to adder encoding
77.97/78.00	c set iterative enc to: adder
77.97/78.00	c set iterative enc to: none
77.97/78.07	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1

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-3699434-1338131865/watcher-3699434-1338131865 -o /tmp/evaluation-result-3699434-1338131865/solver-3699434-1338131865 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699434-1338131865.opb 2103111989 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 12902
/proc/meminfo: memFree=29207892/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0

[startup+0.0735589 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 12902
/proc/meminfo: memFree=29207892/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 12902
/proc/meminfo: memFree=29207892/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 12902
/proc/meminfo: memFree=29207892/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 12902
/proc/meminfo: memFree=29207892/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12908
/proc/meminfo: memFree=29183204/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=25944 CPUtime=1.47 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) R 12902 12902 11017 0 -1 4202496 5828 14947 0 0 25 17 101 4 20 0 1 0 279310608 26566656 5370 33554432000 4194304 5992684 140734218320688 140734218315232 4525041 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 6486 5370 191 440 0 6042 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 35092

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12911
/proc/meminfo: memFree=29126048/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=17752 CPUtime=2 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 8005 15463 0 0 70 24 101 5 20 0 1 0 279310608 18178048 3818 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 4438 3818 191 440 0 3994 0
[pid=12911] ppid=12903 vsize=119388 CPUtime=1.07 cores=1,3,5,7
/proc/12911/stat : 12911 (glucosInc) R 12903 12902 11017 0 -1 4202496 23473 0 0 0 102 5 0 0 20 0 1 0 279310810 122253312 26672 33554432000 4194304 5654031 140737107471616 140737107469400 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12911/statm: 29847 26672 141 357 0 29487 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 146288

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12911
/proc/meminfo: memFree=29043388/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=17752 CPUtime=2 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 8005 15463 0 0 70 24 101 5 20 0 1 0 279310608 18178048 3818 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 4438 3818 191 440 0 3994 0
[pid=12911] ppid=12903 vsize=120448 CPUtime=4.27 cores=1,3,5,7
/proc/12911/stat : 12911 (glucosInc) R 12903 12902 11017 0 -1 4202496 23844 0 0 0 422 5 0 0 20 0 1 0 279310810 123338752 27043 33554432000 4194304 5654031 140737107471616 140737107469400 4232763 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12911/statm: 30112 27043 141 357 0 29752 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 147348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12911
/proc/meminfo: memFree=29038076/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=17752 CPUtime=2 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 8005 15463 0 0 70 24 101 5 20 0 1 0 279310608 18178048 3818 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 4438 3818 191 440 0 3994 0
[pid=12911] ppid=12903 vsize=122508 CPUtime=10.67 cores=1,3,5,7
/proc/12911/stat : 12911 (glucosInc) R 12903 12902 11017 0 -1 4202496 24367 0 0 0 1062 5 0 0 20 0 1 0 279310810 125448192 28077 33554432000 4194304 5654031 140737107471616 140737107459432 4209137 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12911/statm: 30627 28077 141 357 0 30267 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 149408

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12911
/proc/meminfo: memFree=29036052/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=17752 CPUtime=2 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 8005 15463 0 0 70 24 101 5 20 0 1 0 279310608 18178048 3818 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 4438 3818 191 440 0 3994 0
[pid=12911] ppid=12903 vsize=122904 CPUtime=23.46 cores=1,3,5,7
/proc/12911/stat : 12911 (glucosInc) R 12903 12902 11017 0 -1 4202496 24550 0 0 0 2341 5 0 0 20 0 1 0 279310810 125853696 28771 33554432000 4194304 5654031 140737107471616 140737107459432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12911/statm: 30726 28771 141 357 0 30366 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 149804

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12911
/proc/meminfo: memFree=29035120/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=17752 CPUtime=2 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 8005 15463 0 0 70 24 101 5 20 0 1 0 279310608 18178048 3818 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 4438 3818 191 440 0 3994 0
[pid=12911] ppid=12903 vsize=124652 CPUtime=49.06 cores=1,3,5,7
/proc/12911/stat : 12911 (glucosInc) R 12903 12902 11017 0 -1 4202496 25820 0 0 0 4900 6 0 0 20 0 1 0 279310810 127643648 29101 33554432000 4194304 5654031 140737107471616 140737107459432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12911/statm: 31163 29101 141 357 0 30803 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 151552

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 12913
/proc/meminfo: memFree=29046112/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=116312 CPUtime=24.22 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 22373 0 0 0 2417 5 0 0 20 0 1 0 279318415 119103488 26470 33554432000 4194304 5654031 140735351689584 140735351687368 4233328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 29078 26470 141 357 0 28718 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 141312

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/182 12916
/proc/meminfo: memFree=29039916/32873648 swapFree=7372/7372
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=119120 CPUtime=84.2 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 22901 0 0 0 8415 5 0 0 20 0 1 0 279318415 121978880 27509 33554432000 4194304 5654031 140735351689584 140735351677400 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 29780 27509 142 357 0 29420 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 144120

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12916
/proc/meminfo: memFree=29036524/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=120776 CPUtime=144.18 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 24309 0 0 0 14412 6 0 0 20 0 1 0 279318415 123674624 27354 33554432000 4194304 5654031 140735351689584 140735351677400 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 30194 27354 142 357 0 29834 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 145776

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12917
/proc/meminfo: memFree=29067268/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28951080/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1164.01 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 116392 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 225092

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 12971
/proc/meminfo: memFree=29345748/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1224.01 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 122392 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 225092

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 12978
/proc/meminfo: memFree=29462080/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1284 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 128391 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 225092

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 12978
/proc/meminfo: memFree=29443248/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1343.99 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 134390 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 225092

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 12978
/proc/meminfo: memFree=29433744/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1403.98 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 140389 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232700 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 225092

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 12979
/proc/meminfo: memFree=29445940/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1463.97 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 146388 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 225092

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 12979
/proc/meminfo: memFree=29443488/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1523.96 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 152387 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 225092

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/181 12979
/proc/meminfo: memFree=29425928/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1583.95 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 158386 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 225092

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 12979
/proc/meminfo: memFree=29432920/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1643.94 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 164385 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232782 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 225092

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/181 12979
/proc/meminfo: memFree=29387804/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1703.93 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 170384 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 225092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 12979
/proc/meminfo: memFree=29419564/32873648 swapFree=7368/7368
[pid=12902] ppid=12900 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12902/stat : 12902 (npSolver-pbo-I.) S 12900 12902 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279310608 9367552 275 33554432000 4194304 5064252 140734484715520 140734484714432 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12902/statm: 2287 275 233 213 0 72 0
[pid=12903] ppid=12902 vsize=15852 CPUtime=78.04 cores=1,3,5,7
/proc/12903/stat : 12903 (npSolver-pbo) S 12902 12902 11017 0 -1 4202496 13633 41982 0 0 123 31 7637 13 20 0 1 0 279310608 16232448 3375 33554432000 4194304 5992684 140734218320688 140734218305592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12903/statm: 3963 3375 191 440 0 3519 0
[pid=12913] ppid=12903 vsize=200092 CPUtime=1722.04 cores=1,3,5,7
/proc/12913/stat : 12913 (glucosInc) R 12903 12902 11017 0 -1 4202496 25942 0 0 0 172195 9 0 0 20 0 1 0 279318415 204894208 48769 33554432000 4194304 5654031 140735351689584 140735351677400 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12913/statm: 50023 48769 142 357 0 49663 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 225092

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.56
CPU system time (s): 0.551916
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 225096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.551916
maximum resident set size= 195076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 169808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 632
involuntary context switches= 1869

runsolver used 3.38149 second user time and 9.55555 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 17:17:45
IDJOB=3699434
IDBENCH=92714
IDSOLVER=2276
FILE ID=node149/3699434-1338131865
RUNJOBID= node149-1338120218-11034
PBS_JOBID= 14624479
Free space on /tmp= 71488 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_3_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699434-1338131865/watcher-3699434-1338131865 -o /tmp/evaluation-result-3699434-1338131865/solver-3699434-1338131865 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699434-1338131865.opb 2103111989 HOME HOME

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

MD5SUM BENCH= cf07fc1cad99b0f245ba698ecbf7dcb2
RANDOM SEED=2103111989

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        29208320 kB
Buffers:          365048 kB
Cached:          1867948 kB
SwapCached:         2452 kB
Active:          1629684 kB
Inactive:        1215800 kB
Active(anon):     604236 kB
Inactive(anon):     9340 kB
Active(file):    1025448 kB
Inactive(file):  1206460 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104876 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:        649116 kB
Mapped:            15736 kB
Shmem:                96 kB
Slab:             678716 kB
SReclaimable:     123088 kB
SUnreclaim:       555628 kB
KernelStack:        1504 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     855652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71580 MiB
End job on node149 at 2012-05-27 17:47:46