Trace number 3696971

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
pb2sat 2012-05-19? (TO) 1800.01 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

Solver Data

0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.04	o 51
0.00/0.04	c current bound: 25
0.00/0.04	c (debug) using card networks
7.95/8.04	c model valid
7.95/8.04	c current solution ok
7.95/8.04	o 25
7.95/8.04	c current bound: 12
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3696971-1338078256/watcher-3696971-1338078256 -o /tmp/evaluation-result-3696971-1338078256/solver-3696971-1338078256 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696971-1338078256.opb 840536021 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.07 2.09 2.02 3/176 4959
/proc/meminfo: memFree=21241024/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0

[startup+0.0891519 s]
/proc/loadavg: 2.07 2.09 2.02 3/176 4959
/proc/meminfo: memFree=21241024/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100188 s]
/proc/loadavg: 2.07 2.09 2.02 3/176 4959
/proc/meminfo: memFree=21241024/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300113 s]
/proc/loadavg: 2.07 2.09 2.02 3/176 4959
/proc/meminfo: memFree=21241024/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700064 s]
/proc/loadavg: 2.07 2.09 2.02 3/176 4959
/proc/meminfo: memFree=21241024/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.06 2.08 2.02 3/180 4966
/proc/meminfo: memFree=21234048/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=2808 CPUtime=0.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 644 1823 0 0 1 1 0 0 20 0 1 0 273954185 2875392 414 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 702 414 174 410 0 284 0
[pid=4965] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4965/stat : 4965 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273954190 9367552 267 33554432000 4194304 5064252 140735092782384 140735092781296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4965/statm: 2287 267 226 213 0 72 0
[pid=4966] ppid=4965 vsize=7740 CPUtime=1.44 cores=1,3,5,7
/proc/4966/stat : 4966 (glucose_static) R 4965 4959 1205 0 -1 4202496 2482 0 0 0 144 0 0 0 20 0 1 0 273954190 7925760 1344 33554432000 4194304 4896791 140735324819296 140735324816504 4225201 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4966/statm: 1935 1344 78 172 0 1761 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 28844

[startup+3.10033 s]
/proc/loadavg: 2.06 2.08 2.02 3/180 4966
/proc/meminfo: memFree=21224308/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=2808 CPUtime=0.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 644 1823 0 0 1 1 0 0 20 0 1 0 273954185 2875392 414 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 702 414 174 410 0 284 0
[pid=4965] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4965/stat : 4965 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273954190 9367552 267 33554432000 4194304 5064252 140735092782384 140735092781296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4965/statm: 2287 267 226 213 0 72 0
[pid=4966] ppid=4965 vsize=9944 CPUtime=3.03 cores=1,3,5,7
/proc/4966/stat : 4966 (glucose_static) R 4965 4959 1205 0 -1 4202496 3914 0 0 0 303 0 0 0 20 0 1 0 273954190 10182656 1902 33554432000 4194304 4896791 140735324819296 140735324816824 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4966/statm: 2486 1902 78 172 0 2312 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 31048

[startup+6.30034 s]
/proc/loadavg: 2.06 2.08 2.02 3/180 4966
/proc/meminfo: memFree=21213084/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=2808 CPUtime=0.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 644 1823 0 0 1 1 0 0 20 0 1 0 273954185 2875392 414 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 702 414 174 410 0 284 0
[pid=4965] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4965/stat : 4965 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273954190 9367552 267 33554432000 4194304 5064252 140735092782384 140735092781296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4965/statm: 2287 267 226 213 0 72 0
[pid=4966] ppid=4965 vsize=10824 CPUtime=6.24 cores=1,3,5,7
/proc/4966/stat : 4966 (glucose_static) R 4965 4959 1205 0 -1 4202496 6679 0 0 0 623 1 0 0 20 0 1 0 273954190 11083776 2086 33554432000 4194304 4896791 140735324819296 140735324816824 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4966/statm: 2706 2086 78 172 0 2532 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31928

[startup+12.7003 s]
/proc/loadavg: 2.05 2.08 2.02 3/180 4969
/proc/meminfo: memFree=21203180/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=7248 CPUtime=4.64 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 3632 0 0 0 464 0 0 0 20 0 1 0 273954989 7421952 1379 33554432000 4194304 4896791 140734006117456 140734006114984 4225344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4969/statm: 1812 1379 77 172 0 1638 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 28576

[startup+25.5004 s]
/proc/loadavg: 2.04 2.08 2.02 3/180 4969
/proc/meminfo: memFree=21125692/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=11260 CPUtime=17.44 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 8889 0 0 0 1743 1 0 0 20 0 1 0 273954989 11530240 2358 33554432000 4194304 4896791 140734006117456 140734006114984 4225011 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4969/statm: 2815 2358 77 172 0 2641 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32588

[startup+51.1004 s]
/proc/loadavg: 2.09 2.09 2.02 3/181 4970
/proc/meminfo: memFree=21078100/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=16464 CPUtime=43.03 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 16606 0 0 0 4299 4 0 0 20 0 1 0 273954989 16859136 3616 33554432000 4194304 4896791 140734006117456 140734006114984 4230803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4969/statm: 4116 3616 77 172 0 3942 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 37792

[startup+102.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/181 4970
/proc/meminfo: memFree=21010228/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=25632 CPUtime=94.23 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 28964 0 0 0 9415 8 0 0 20 0 1 0 273954989 26247168 5662 33554432000 4194304 4896791 140734006117456 140734006114664 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4969/statm: 6408 5662 77 172 0 6234 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46960

[startup+162.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/181 4970
/proc/meminfo: memFree=20971260/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 113783 0 0 0 141336 61 0 0 20 0 1 0 273954989 107773952 22272 33554432000 4194304 4896791 140734006117456 140734006114888 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 26312 22272 77 172 0 26138 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 126576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5029
/proc/meminfo: memFree=28722300/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=107928 CPUtime=1473.94 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 115687 0 0 0 147331 63 0 0 20 0 1 0 273954989 110518272 23207 33554432000 4194304 4896791 140734006117456 140734006114888 4225038 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 26982 23207 77 172 0 26808 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 129256

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5030
/proc/meminfo: memFree=28698992/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=108496 CPUtime=1533.94 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 116903 0 0 0 153329 65 0 0 20 0 1 0 273954989 111099904 24378 33554432000 4194304 4896791 140734006117456 140734006114888 4225397 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 27124 24378 77 172 0 26950 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 129824

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 5033
/proc/meminfo: memFree=28702876/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=98136 CPUtime=1593.92 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 119093 0 0 0 159324 68 0 0 20 0 1 0 273954989 100491264 20829 33554432000 4194304 4896791 140734006117456 140734006115032 4224693 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 24534 20829 77 172 0 24360 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 119464

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5033
/proc/meminfo: memFree=28698268/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=99004 CPUtime=1653.91 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 120057 0 0 0 165322 69 0 0 20 0 1 0 273954989 101380096 21494 33554432000 4194304 4896791 140734006117456 140734006115032 4225344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 24751 21494 77 172 0 24577 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 120332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5033
/proc/meminfo: memFree=28704424/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=111848 CPUtime=1713.9 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 121920 0 0 0 171319 71 0 0 20 0 1 0 273954989 114532352 23347 33554432000 4194304 4896791 140734006117456 140734006114888 4225108 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 27962 23347 77 172 0 27788 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 133176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5033
/proc/meminfo: memFree=28684672/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=112040 CPUtime=1773.89 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 123668 0 0 0 177316 73 0 0 20 0 1 0 273954989 114728960 23278 33554432000 4194304 4896791 140734006117456 140734006114984 4225407 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 28010 23278 77 172 0 27836 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 133368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5033
/proc/meminfo: memFree=28697180/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=113248 CPUtime=1791.99 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 123871 0 0 0 179126 73 0 0 20 0 1 0 273954989 115965952 25014 33554432000 4194304 4896791 140734006117456 140734006114888 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 28312 25014 77 172 0 28138 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 134576

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5033
/proc/meminfo: memFree=28697180/32873844 swapFree=7104/7104
[pid=4959] ppid=4957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4959/stat : 4959 (runPb2sat.sh) S 4957 4959 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273954184 9367552 274 33554432000 4194304 5064252 140734215274352 140734215273264 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4959/statm: 2287 274 233 213 0 72 0
[pid=4960] ppid=4959 vsize=3032 CPUtime=8.02 cores=1,3,5,7
/proc/4960/stat : 4960 (pb2sat) S 4959 4959 1205 0 -1 4202496 800 10639 0 0 2 1 797 2 20 0 1 0 273954185 3104768 429 33554432000 4194304 5873084 140734967147008 140734967140824 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4960/statm: 758 429 175 410 0 340 0
[pid=4968] ppid=4960 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4968/stat : 4968 (satsolver.sh) S 4960 4959 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273954989 9367552 266 33554432000 4194304 5064252 140736643788416 140736643787328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4968/statm: 2287 266 226 213 0 72 0
[pid=4969] ppid=4968 vsize=113248 CPUtime=1791.99 cores=1,3,5,7
/proc/4969/stat : 4969 (glucose_static) R 4968 4959 1205 0 -1 4202496 123871 0 0 0 179126 73 0 0 20 0 1 0 273954989 115965952 25014 33554432000 4194304 4896791 140734006117456 140734006114888 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4969/statm: 28312 25014 77 172 0 28138 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 134576

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1799.25
CPU system time (s): 0.76
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 170820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.99778
system time used= 0.047992
maximum resident set size= 12368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 34

runsolver used 3.33349 second user time and 7.80181 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 02:24:16
IDJOB=3696971
IDBENCH=48122
IDSOLVER=2274
FILE ID=node104/3696971-1338078256
RUNJOBID= node104-1338052957-1222
PBS_JOBID= 14624411
Free space on /tmp= 67732 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_5.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696971-1338078256/watcher-3696971-1338078256 -o /tmp/evaluation-result-3696971-1338078256/solver-3696971-1338078256 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696971-1338078256.opb 840536021 HOME HOME

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=840536021

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21241760 kB
Buffers:          310444 kB
Cached:          6147132 kB
SwapCached:            0 kB
Active:          8783560 kB
Inactive:        1941876 kB
Active(anon):    4270672 kB
Inactive(anon):        0 kB
Active(file):    4512888 kB
Inactive(file):  1941876 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8780 kB
Writeback:             4 kB
AnonPages:       4275036 kB
Mapped:            15248 kB
Shmem:               200 kB
Slab:             758592 kB
SReclaimable:     200944 kB
SUnreclaim:       557648 kB
KernelStack:        1480 kB
PageTables:        12124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5709740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2648064 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= 70972 MiB
End job on node104 at 2012-05-27 02:54:17