Trace number 3750743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.09 1800.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/
j60opt/normalized-j609_6.std.opb
MD5SUMc2f23b4d86bbd4dfbfd3ee88d1bd5fc8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark111
Best CPU time to get the best result obtained on this benchmark1802.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36722
Total number of constraints117714
Number of constraints which are clauses116514
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint51
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.39/1.47	c run usual solver
11.19/11.27	c model valid
11.19/11.27	c current solution ok
13.15/13.21	o 287
13.15/13.21	c current bound: 143
21.06/21.35	c model valid
21.06/21.35	c current solution ok
21.06/21.39	o 143
21.06/21.39	c current bound: 71
21.52/21.85	c current bound: 107
1800.04/1800.61	./satsolver.sh: line 5: 27872 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.61	c error: unexpected solver exit code
1800.04/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-3750743-1339164400/watcher-3750743-1339164400 -o /tmp/evaluation-result-3750743-1339164400/solver-3750743-1339164400 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750743-1339164400.opb 477120609 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.00 3/179 27844
/proc/meminfo: memFree=26149864/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0

[startup+0.0618621 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27844
/proc/meminfo: memFree=26149864/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27844
/proc/meminfo: memFree=26149864/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27844
/proc/meminfo: memFree=26149864/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27844
/proc/meminfo: memFree=26149864/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27846
/proc/meminfo: memFree=26017976/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=112052 CPUtime=1.46 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 15460 0 0 0 133 13 0 0 20 0 1 0 382565489 114741248 27283 33554432000 4194304 6004724 140737354679168 140737354673216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 28013 27283 163 442 0 27567 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 121200

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27848
/proc/meminfo: memFree=25890668/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=112052 CPUtime=1.46 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 15460 0 0 0 133 13 0 0 20 0 1 0 382565489 114741248 27283 33554432000 4194304 6004724 140737354679168 140737354673216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 28013 27283 163 442 0 27567 0
[pid=27847] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27847/stat : 27847 (cp2_pre.sh) S 27845 27844 22896 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 382565637 9367552 276 33554432000 4194304 5064252 140735720803552 140735720802256 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27847/statm: 2287 276 234 213 0 72 0
[pid=27848] ppid=27847 vsize=358028 CPUtime=1.61 cores=1,3,5,7
/proc/27848/stat : 27848 (coprocessor) R 27847 27844 22896 0 -1 4202496 39888 0 0 0 152 9 0 0 20 0 1 0 382565637 366620672 79833 33554432000 4194304 6586260 140736197957568 140736197953832 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27848/statm: 89507 79834 166 584 0 88919 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 488376

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27848
/proc/meminfo: memFree=25522212/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=112052 CPUtime=1.46 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 15460 0 0 0 133 13 0 0 20 0 1 0 382565489 114741248 27283 33554432000 4194304 6004724 140737354679168 140737354673216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 28013 27283 163 442 0 27567 0
[pid=27847] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27847/stat : 27847 (cp2_pre.sh) S 27845 27844 22896 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 382565637 9367552 276 33554432000 4194304 5064252 140735720803552 140735720802256 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27847/statm: 2287 276 234 213 0 72 0
[pid=27848] ppid=27847 vsize=455168 CPUtime=4.82 cores=1,3,5,7
/proc/27848/stat : 27848 (coprocessor) R 27847 27844 22896 0 -1 4202496 58277 0 0 0 446 36 0 0 20 0 1 0 382565637 466092032 110770 33554432000 4194304 6586260 140736197957568 140736197953240 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27848/statm: 113792 110770 204 584 0 113204 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 585516

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27855
/proc/meminfo: memFree=25971984/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=112056 CPUtime=12.69 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) R 27844 27844 22896 0 -1 4202496 18477 96424 0 0 173 136 904 56 20 0 1 0 382565489 114745344 27291 33554432000 4194304 6004724 140737354679168 140737354673368 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 28014 27291 170 442 0 27568 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121204

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27872
/proc/meminfo: memFree=25818164/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=146736 CPUtime=3.62 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 28433 0 0 0 357 5 0 0 20 0 1 0 382567676 150257664 31830 33554432000 4194304 5208918 140737007537760 140737007535912 4229273 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 36684 31830 96 248 0 36433 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 283232

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27872
/proc/meminfo: memFree=25795244/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=197108 CPUtime=29.22 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 31576 0 0 0 2916 6 0 0 20 0 1 0 382567676 201838592 43189 33554432000 4194304 5208918 140737007537760 140737007535624 4229145 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 49277 43189 104 248 0 49026 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 333604

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27873
/proc/meminfo: memFree=25768008/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=197108 CPUtime=80.41 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 32046 0 0 0 8035 6 0 0 20 0 1 0 382567676 201838592 46167 33554432000 4194304 5208918 140737007537760 140737007535624 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 49277 46167 104 248 0 49026 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 333604

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 28013
/proc/meminfo: memFree=24796556/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=197108 CPUtime=140.39 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 32068 0 0 0 14033 6 0 0 20 0 1 0 382567676 201838592 46167 33554432000 4194304 5208918 140737007537760 140737007534136 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 49277 46167 104 248 0 49026 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 333604

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 28026
/proc/meminfo: memFree=25782408/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 28037
/proc/meminfo: memFree=25698584/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=258728 CPUtime=1400.18 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 40571 0 0 0 140000 18 0 0 20 0 1 0 382567676 264937472 59151 33554432000 4194304 5208918 140737007537760 140737007535752 4229273 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 64682 59151 104 248 0 64431 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 395224

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28037
/proc/meminfo: memFree=25681968/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=258728 CPUtime=1460.18 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 41044 0 0 0 145999 19 0 0 20 0 1 0 382567676 264937472 58127 33554432000 4194304 5208918 140737007537760 140737007535752 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 64682 58127 104 248 0 64431 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 395224

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28037
/proc/meminfo: memFree=25728960/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=209408 CPUtime=1520.16 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 41051 0 0 0 151997 19 0 0 20 0 1 0 382567676 214433792 49482 33554432000 4194304 5208918 140737007537760 140737007535848 4229072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 52352 49482 104 248 0 52101 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 345904

[startup+1602.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 28037
/proc/meminfo: memFree=25667016/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=258728 CPUtime=1580.16 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 41524 0 0 0 157996 20 0 0 20 0 1 0 382567676 264937472 60175 33554432000 4194304 5208918 140737007537760 140737007535752 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 64682 60175 104 248 0 64431 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 395224

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 28038
/proc/meminfo: memFree=25690576/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=258728 CPUtime=1640.14 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 41995 0 0 0 163994 20 0 0 20 0 1 0 382567676 264937472 58127 33554432000 4194304 5208918 140737007537760 140737007535752 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 64682 58127 104 248 0 64431 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 395224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28038
/proc/meminfo: memFree=25743624/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=209408 CPUtime=1700.13 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 42001 0 0 0 169993 20 0 0 20 0 1 0 382567676 214433792 49482 33554432000 4194304 5208918 140737007537760 140737007535848 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 52352 49482 104 248 0 52101 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 345904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28038
/proc/meminfo: memFree=25672572/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=258728 CPUtime=1760.13 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 42477 0 0 0 175992 21 0 0 20 0 1 0 382567676 264937472 61711 33554432000 4194304 5208918 140737007537760 140737007535752 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 64682 61711 104 248 0 64431 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 395224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28038
/proc/meminfo: memFree=25711128/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=209408 CPUtime=1778.43 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 42909 0 0 0 177821 22 0 0 20 0 1 0 382567676 214433792 49482 33554432000 4194304 5208918 140737007537760 140737007535848 4229244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 52352 49482 104 248 0 52101 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 345904

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.00 2.00 2.00 3/183 28038
/proc/meminfo: memFree=25711128/32873648 swapFree=7116/7116
[pid=27844] ppid=27842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27844/stat : 27844 (npSolver-pbo.sh) S 27842 27844 22896 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382565489 9367552 274 33554432000 4194304 5064252 140733455408208 140733455407120 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27844/statm: 2287 274 233 213 0 72 0
[pid=27845] ppid=27844 vsize=118200 CPUtime=21.61 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo) S 27844 27844 22896 0 -1 4202496 23149 167436 0 0 199 177 1695 90 20 0 1 0 382565489 121036800 28652 33554432000 4194304 6004724 140737354679168 140737354671520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27845/statm: 29550 28652 178 442 0 29104 0
[pid=27871] ppid=27845 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27871/stat : 27871 (satsolver.sh) S 27845 27844 22896 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382567676 9367552 267 33554432000 4194304 5064252 140735549821088 140735549820000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27871/statm: 2287 267 226 213 0 72 0
[pid=27872] ppid=27871 vsize=209408 CPUtime=1778.43 cores=1,3,5,7
/proc/27872/stat : 27872 (glucose) R 27871 27844 22896 0 -1 4202496 42909 0 0 0 177821 22 0 0 20 0 1 0 382567676 214433792 49482 33554432000 4194304 5208918 140737007537760 140737007535848 4229244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27872/statm: 52352 49482 104 248 0 52101 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 345904

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.09
CPU user time (s): 1797.17
CPU system time (s): 2.92155
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 598684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.92156
maximum resident set size= 456240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 398464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2205
involuntary context switches= 1893

runsolver used 3.9254 second user time and 13.348 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 16:06:40
IDJOB=3750743
IDBENCH=76702
IDSOLVER=2334
FILE ID=node123/3750743-1339164400
RUNJOBID= node123-1339158997-26993
PBS_JOBID= 14643769
Free space on /tmp= 71100 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j60opt/normalized-j609_6.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750743-1339164400/watcher-3750743-1339164400 -o /tmp/evaluation-result-3750743-1339164400/solver-3750743-1339164400 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750743-1339164400.opb 477120609 HOME HOME

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

MD5SUM BENCH= c2f23b4d86bbd4dfbfd3ee88d1bd5fc8
RANDOM SEED=477120609

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        26150656 kB
Buffers:         1893096 kB
Cached:          3087992 kB
SwapCached:         2512 kB
Active:          3171968 kB
Inactive:        2586756 kB
Active(anon):     769712 kB
Inactive(anon):     8472 kB
Active(file):    2402256 kB
Inactive(file):  2578284 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:             12060 kB
Writeback:             8 kB
AnonPages:        776696 kB
Mapped:            11148 kB
Shmem:                 0 kB
Slab:             822028 kB
SReclaimable:     265952 kB
SUnreclaim:       556076 kB
KernelStack:        1480 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1051892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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= 71024 MiB
End job on node123 at 2012-06-08 16:36:41