Trace number 3750098

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 (fixed)? (TO) 1800.03 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_1.opb
MD5SUMed2892e0d2f6125119f9653dabb34672
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4654355
Best CPU time to get the best result obtained on this benchmark1800.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 133404724421
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 133404724421
Number of bits of the biggest sum of numbers37
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.09	c old isEQ: 0, new EQ is 1
1.19/1.21	c run usual solver
10.55/10.71	c model valid
10.55/10.71	c current solution ok
12.53/12.72	o 304695537
12.53/12.72	c current bound: 152347811
12.53/12.72	c fallback to adder encoding
81.73/81.93	c model valid
81.73/81.93	c current solution ok
81.77/82.01	o 19989007
81.77/82.01	c current bound: 9994546
81.77/82.01	c fallback to adder encoding
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750098-1339181420/watcher-3750098-1339181420 -o /tmp/evaluation-result-3750098-1339181420/solver-3750098-1339181420 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750098-1339181420.opb 1086969733 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: 1.84 1.97 1.99 3/174 13806
/proc/meminfo: memFree=29992604/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0

[startup+0.024439 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 13806
/proc/meminfo: memFree=29992604/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 13806
/proc/meminfo: memFree=29992604/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 13806
/proc/meminfo: memFree=29992604/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 13806
/proc/meminfo: memFree=29992604/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.84 1.97 1.99 4/180 13812
/proc/meminfo: memFree=29713200/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=85484 CPUtime=1.22 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 8565 0 0 0 109 13 0 0 20 0 1 0 384270461 87535616 20152 33554432000 4194304 6004724 140734182930016 140734182924064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 21371 20152 171 442 0 20925 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 94632

[startup+3.10042 s]
/proc/loadavg: 1.84 1.97 1.99 4/182 13814
/proc/meminfo: memFree=29357712/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=85484 CPUtime=1.22 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 8565 0 0 0 109 13 0 0 20 0 1 0 384270461 87535616 20152 33554432000 4194304 6004724 140734182930016 140734182924064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 21371 20152 171 442 0 20925 0
[pid=13813] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13813/stat : 13813 (cp2_pre.sh) S 13808 13806 12876 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384270584 9367552 276 33554432000 4194304 5064252 140734721974448 140734721973152 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13813/statm: 2287 276 234 213 0 72 0
[pid=13814] ppid=13813 vsize=365440 CPUtime=1.85 cores=0,2,4,6
/proc/13814/stat : 13814 (coprocessor) R 13813 13806 12876 0 -1 4202496 42683 0 0 0 175 10 0 0 20 0 1 0 384270584 374210560 82628 33554432000 4194304 6586260 140733579428992 140733579425256 4546597 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/13814/statm: 91360 82628 166 584 0 90772 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 469220

[startup+6.30042 s]
/proc/loadavg: 1.85 1.97 1.99 4/182 13817
/proc/meminfo: memFree=29291788/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=85484 CPUtime=1.22 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 8565 0 0 0 109 13 0 0 20 0 1 0 384270461 87535616 20152 33554432000 4194304 6004724 140734182930016 140734182924064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 21371 20152 171 442 0 20925 0
[pid=13813] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13813/stat : 13813 (cp2_pre.sh) S 13808 13806 12876 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384270584 9367552 276 33554432000 4194304 5064252 140734721974448 140734721973152 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13813/statm: 2287 276 234 213 0 72 0
[pid=13814] ppid=13813 vsize=451108 CPUtime=4.92 cores=0,2,4,6
/proc/13814/stat : 13814 (coprocessor) R 13813 13806 12876 0 -1 4202496 58007 0 0 0 464 28 0 0 20 0 1 0 384270584 461934592 110068 33554432000 4194304 6586260 140733579428992 140733579424744 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 12 0 0
/proc/13814/statm: 112777 110068 204 584 0 112189 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 554888

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 4/180 13831
/proc/meminfo: memFree=29279780/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=92608 CPUtime=12.53 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 11209 98418 0 0 155 173 880 45 20 0 1 0 384270461 94830592 21416 33554432000 4194304 6004724 140734182930016 140734182924064 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 23152 21416 177 442 0 22706 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 101756

[startup+25.5005 s]
/proc/loadavg: 1.97 1.99 1.99 4/182 13841
/proc/meminfo: memFree=28568128/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=355036 CPUtime=15.06 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 19370 98935 0 0 374 202 880 50 20 0 1 0 384270461 363556864 62112 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 88759 62112 180 442 0 88313 0
[pid=13836] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13836/stat : 13836 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384271982 9367552 266 33554432000 4194304 5064252 140737444080624 140737444079536 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13836/statm: 2287 266 226 213 0 72 0
[pid=13837] ppid=13836 vsize=551584 CPUtime=10.27 cores=0,2,4,6
/proc/13837/stat : 13837 (glucose) R 13836 13806 12876 0 -1 4202496 86613 0 0 0 1004 23 0 0 20 0 1 0 384271982 564822016 125304 33554432000 4194304 5208918 140733584677808 140733584675560 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13837/statm: 137896 125304 104 248 0 137645 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 924916

[startup+51.1004 s]
/proc/loadavg: 1.98 1.99 1.99 4/181 13841
/proc/meminfo: memFree=28558048/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=355036 CPUtime=15.06 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 19370 98935 0 0 374 202 880 50 20 0 1 0 384270461 363556864 62112 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 88759 62112 180 442 0 88313 0
[pid=13836] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13836/stat : 13836 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384271982 9367552 266 33554432000 4194304 5064252 140737444080624 140737444079536 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13836/statm: 2287 266 226 213 0 72 0
[pid=13837] ppid=13836 vsize=551584 CPUtime=35.86 cores=0,2,4,6
/proc/13837/stat : 13837 (glucose) R 13836 13806 12876 0 -1 4202496 86627 0 0 0 3563 23 0 0 20 0 1 0 384271982 564822016 125829 33554432000 4194304 5208918 140733584677808 140733584675560 4212649 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13837/statm: 137896 125829 104 248 0 137645 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 924916

[startup+102.3 s]
/proc/loadavg: 2.03 2.00 2.00 4/181 13855
/proc/meminfo: memFree=28853320/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=443948 CPUtime=18.73 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 68854 0 0 0 1854 19 0 0 20 0 1 0 384278817 454602752 95188 33554432000 4194304 5208918 140737296533616 140737296531448 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 110987 95188 104 248 0 110736 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 681168

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/181 13856
/proc/meminfo: memFree=28744596/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=497916 CPUtime=78.71 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 69549 0 0 0 7851 20 0 0 20 0 1 0 384278817 509865984 99452 33554432000 4194304 5208918 140737296533616 140737296529992 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 124479 99452 104 248 0 124228 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 735136

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 13856
/proc/meminfo: memFree=28795324/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 99868 0 0 0 133727 115 0 0 20 0 1 0 384278817 766410752 161864 33554432000 4194304 5208918 140737296533616 140737296531768 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 187112 161864 104 248 0 186861 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 985668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 13896
/proc/meminfo: memFree=28439388/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=963372 CPUtime=1398.4 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 101904 0 0 0 139716 124 0 0 20 0 1 0 384278817 986492928 188144 33554432000 4194304 5208918 140737296533616 140737296531768 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 240843 188144 104 248 0 240592 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 1200592

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 13896
/proc/meminfo: memFree=27995172/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=1312620 CPUtime=1458.4 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 102765 0 0 0 145708 132 0 0 20 0 1 0 384278817 1344122880 253902 33554432000 4194304 5208918 140737296533616 140737296531768 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 328155 253902 104 248 0 327904 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1549840

[startup+1602.3 s]
/proc/loadavg: 2.17 2.04 2.01 4/181 13896
/proc/meminfo: memFree=27966360/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=1313772 CPUtime=1518.38 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 103186 0 0 0 151704 134 0 0 20 0 1 0 384278817 1345302528 300313 33554432000 4194304 5208918 140737296533616 140737296531464 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 328443 300313 104 248 0 328192 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 1550992

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.01 4/181 13897
/proc/meminfo: memFree=28375232/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=965096 CPUtime=1578.37 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 104949 0 0 0 157693 144 0 0 20 0 1 0 384278817 988258304 188263 33554432000 4194304 5208918 140737296533616 140737296531768 4212816 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 241274 188263 104 248 0 241023 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1202316

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.01 4/181 13897
/proc/meminfo: memFree=28171916/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=1314720 CPUtime=1638.36 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 105720 0 0 0 163688 148 0 0 20 0 1 0 384278817 1346273280 262191 33554432000 4194304 5208918 140737296533616 140737296531464 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 328680 262191 104 248 0 328429 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1551940

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.01 4/182 13900
/proc/meminfo: memFree=27860380/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=1883152 CPUtime=1698.36 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 106503 0 0 0 169684 152 0 0 20 0 1 0 384278817 1928347648 321739 33554432000 4194304 5208918 140737296533616 140737296531464 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 470788 321739 104 248 0 470537 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2120372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.03 2.04 2.00 3/182 13900
/proc/meminfo: memFree=28466420/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=751736 CPUtime=1716.65 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 107495 0 0 0 171507 158 0 0 20 0 1 0 384278817 769777664 164498 33554432000 4194304 5208918 140737296533616 140737296531768 4230008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 187934 164498 104 248 0 187683 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 988956

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.03 2.04 2.00 3/182 13900
/proc/meminfo: memFree=28466420/32873844 swapFree=7124/7124
[pid=13806] ppid=13804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13806/stat : 13806 (npSolver-pbo.sh) S 13804 13806 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384270460 9367552 274 33554432000 4194304 5064252 140736644312208 140736644311120 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13806/statm: 2287 274 233 213 0 72 0
[pid=13808] ppid=13806 vsize=218924 CPUtime=83.38 cores=0,2,4,6
/proc/13808/stat : 13808 (npSolver-pbo) S 13806 13806 12876 0 -1 4202496 28222 195575 0 0 518 221 7483 116 20 0 1 0 384270461 224178176 45493 33554432000 4194304 6004724 140734182930016 140734182922368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13808/statm: 54731 45493 181 442 0 54285 0
[pid=13854] ppid=13808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13854/stat : 13854 (satsolver.sh) S 13808 13806 12876 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384278816 9367552 267 33554432000 4194304 5064252 140737255280864 140737255279776 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13854/statm: 2287 267 226 213 0 72 0
[pid=13855] ppid=13854 vsize=751736 CPUtime=1716.65 cores=0,2,4,6
/proc/13855/stat : 13855 (glucose) R 13854 13806 12876 0 -1 4202496 107495 0 0 0 171507 158 0 0 20 0 1 0 384278817 769777664 164498 33554432000 4194304 5208918 140737296533616 140737296531768 4230008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 187934 164498 104 248 0 187683 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 988956

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13806 and gives
#  childrusage.ru_utime.tv_sec=80
#  childrusage.ru_utime.tv_usec=28833
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=386485
# CPU time returned by wait4() is 83.4153
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.61
CPU time (s): 1800.03
CPU user time (s): 1795.08
CPU system time (s): 4.95
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 2462968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.0288
system time used= 3.38648
maximum resident set size= 625456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 900592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3628
involuntary context switches= 153

runsolver used 2.88456 second user time and 12.7301 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-08 20:50:20
IDJOB=3750098
IDBENCH=92738
IDSOLVER=2334
FILE ID=node110/3750098-1339181420
RUNJOBID= node110-1339181420-13779
PBS_JOBID= 14643839
Free space on /tmp= 69096 MiB

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

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

MD5SUM BENCH= ed2892e0d2f6125119f9653dabb34672
RANDOM SEED=1086969733

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29993132 kB
Buffers:          110844 kB
Cached:          1913276 kB
SwapCached:         1860 kB
Active:          2010552 kB
Inactive:          18944 kB
Active(anon):       2520 kB
Inactive(anon):     5216 kB
Active(file):    2008032 kB
Inactive(file):    13728 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099048 kB
Dirty:             19008 kB
Writeback:             8 kB
AnonPages:         11768 kB
Mapped:             7984 kB
Shmem:                 0 kB
Slab:             711372 kB
SReclaimable:     152036 kB
SUnreclaim:       559336 kB
KernelStack:        1376 kB
PageTables:         3604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      94844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 68856 MiB
End job on node110 at 2012-06-08 21:20:21