Trace number 3701123

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? (TO) 1800.1 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-test4.pi.opb
MD5SUMcca57c347e264f92fb70010109aa24c5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 104
Optimality of the best value was proved NO
Number of variables6139
Total number of constraints1437
Number of constraints which are clauses1437
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint172
Number of terms in the objective function 6139
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 6139
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6139
Number of bits of the biggest sum of numbers13
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.21	c run usual solver
2.79/2.80	c model valid
2.79/2.80	c current solution ok
2.89/2.97	o 990
2.89/2.97	c current bound: 495
2.89/2.97	c fallback to adder encoding
4.95/5.39	c model valid
4.95/5.39	c current solution ok
5.23/5.50	o 368
5.23/5.50	c current bound: 184
5.23/5.50	c fallback to adder encoding
1800.04/1800.61	./satsolver.sh: line 5:  5232 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-3701123-1338057721/watcher-3701123-1338057721 -o /tmp/evaluation-result-3701123-1338057721/solver-3701123-1338057721 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701123-1338057721.opb 1891397979 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/181 5211
/proc/meminfo: memFree=28687820/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0

[startup+0.0932449 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5211
/proc/meminfo: memFree=28687820/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5211
/proc/meminfo: memFree=28687820/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5211
/proc/meminfo: memFree=28687820/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5211
/proc/meminfo: memFree=28687820/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5215
/proc/meminfo: memFree=28586644/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=23328 CPUtime=0.22 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 5834 0 0 0 19 3 0 0 20 0 1 0 271896917 23887872 5169 33554432000 4194304 5992684 140736331382352 140736331376384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 5832 5169 163 440 0 5388 0
[pid=5214] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5214/stat : 5214 (cp2_pre.sh) S 5212 5211 3926 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271896940 9367552 277 33554432000 4194304 5064252 140733431206032 140733431204736 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5214/statm: 2287 277 234 213 0 72 0
[pid=5215] ppid=5214 vsize=78884 CPUtime=1.26 cores=1,3,5,7
/proc/5215/stat : 5215 (coprocessor) R 5214 5211 3926 0 -1 4202496 15506 0 0 0 123 3 0 0 20 0 1 0 271896940 80777216 18973 33554432000 4194304 6586260 140735738605664 140735738601928 5599209 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5215/statm: 19721 18973 190 584 0 19133 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 120508

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5215
/proc/meminfo: memFree=28584528/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=59864 CPUtime=3.08 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) R 5211 5211 3926 0 -1 4202496 9568 26502 0 0 36 19 244 9 20 0 1 0 271896917 61300736 11415 33554432000 4194304 5992684 140736331382352 140736331376384 5045276 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 14966 11415 179 440 0 14522 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69012

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5230
/proc/meminfo: memFree=28606032/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 101400

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5232
/proc/meminfo: memFree=28524564/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=75956 CPUtime=6.92 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 15975 0 0 0 688 4 0 0 20 0 1 0 271897495 77778944 15985 33554432000 4194304 5208918 140737047659728 140737047657688 4205143 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 18989 15985 105 248 0 18738 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 186504

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5233
/proc/meminfo: memFree=28520532/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=84508 CPUtime=19.71 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 16536 0 0 0 1967 4 0 0 20 0 1 0 271897495 86536192 17039 33554432000 4194304 5208918 140737047659728 140737047657576 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 21127 17039 105 248 0 20876 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 195056

[startup+51.1004 s]
/proc/loadavg: 2.15 2.03 2.01 3/185 5233
/proc/meminfo: memFree=28514700/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=97856 CPUtime=45.31 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 17140 0 0 0 4526 5 0 0 20 0 1 0 271897495 100204544 18665 33554432000 4194304 5208918 140737047659728 140737047657880 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 24464 18665 105 248 0 24213 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 208404

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/185 5233
/proc/meminfo: memFree=28492156/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=117796 CPUtime=96.51 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 18308 0 0 0 9645 6 0 0 20 0 1 0 271897495 120623104 24094 33554432000 4194304 5208918 140737047659728 140737047656104 4211620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 29449 24094 105 248 0 29198 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 228344

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 5233
/proc/meminfo: memFree=28458800/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=136472 CPUtime=156.48 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 18947 0 0 0 15642 6 0 0 20 0 1 0 271897495 139747328 29654 33554432000 4194304 5208918 140737047659728 140737047655544 4211572 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 34118 29654 105 248 0 33867 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 247020

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/185 5233
/proc/meminfo: memFree=28450480/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5976
/proc/meminfo: memFree=28547388/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=197684 CPUtime=1356.29 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 22653 0 0 0 135614 15 0 0 20 0 1 0 271897495 202428416 40185 33554432000 4194304 5208918 140737047659728 140737047657880 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 49421 40185 105 248 0 49170 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 308232

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5976
/proc/meminfo: memFree=28532124/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=197684 CPUtime=1416.29 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 22658 0 0 0 141614 15 0 0 20 0 1 0 271897495 202428416 42745 33554432000 4194304 5208918 140737047659728 140737047657880 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 49421 42745 105 248 0 49170 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 308232

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 5976
/proc/meminfo: memFree=28519544/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=197684 CPUtime=1476.27 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 22677 0 0 0 147611 16 0 0 20 0 1 0 271897495 202428416 44793 33554432000 4194304 5208918 140737047659728 140737047655416 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 49421 44793 105 248 0 49170 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 308232

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 5976
/proc/meminfo: memFree=28498560/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=247772 CPUtime=1536.26 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23384 0 0 0 153609 17 0 0 20 0 1 0 271897495 253718528 47030 33554432000 4194304 5208918 140737047659728 140737047657880 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 61943 47030 105 248 0 61692 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 358320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5977
/proc/meminfo: memFree=28487700/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=247772 CPUtime=1596.25 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23500 0 0 0 159608 17 0 0 20 0 1 0 271897495 253718528 49190 33554432000 4194304 5208918 140737047659728 140737047656104 4211577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 61943 49190 105 248 0 61692 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 358320

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/185 5977
/proc/meminfo: memFree=28479540/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=247772 CPUtime=1656.23 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23508 0 0 0 165606 17 0 0 20 0 1 0 271897495 253718528 50726 33554432000 4194304 5208918 140737047659728 140737047656104 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 61943 50726 105 248 0 61692 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 358320

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/186 5980
/proc/meminfo: memFree=28452304/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=247772 CPUtime=1716.22 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23519 0 0 0 171605 17 0 0 20 0 1 0 271897495 253718528 52774 33554432000 4194304 5208918 140737047659728 140737047656104 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 61943 52774 105 248 0 61692 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 358320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5980
/proc/meminfo: memFree=28509404/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=166864 CPUtime=1776.21 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23729 0 0 0 177603 18 0 0 20 0 1 0 271897495 170868736 38070 33554432000 4194304 5208918 140737047659728 140737047657816 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 41716 38070 105 248 0 41465 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 277412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5980
/proc/meminfo: memFree=28504376/32873844 swapFree=7616/7616
[pid=5211] ppid=5209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5211/stat : 5211 (npSolver-pbo.sh) S 5209 5211 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271896917 9367552 275 33554432000 4194304 5064252 140735378866480 140735378865392 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 2287 275 233 213 0 72 0
[pid=5212] ppid=5211 vsize=92252 CPUtime=5.53 cores=1,3,5,7
/proc/5212/stat : 5212 (npSolver-pbo) S 5211 5211 3926 0 -1 4202496 14807 49532 0 0 83 27 420 23 20 0 1 0 271896917 94466048 19001 33554432000 4194304 5992684 140736331382352 140736331374672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5212/statm: 23063 19001 180 440 0 22619 0
[pid=5231] ppid=5212 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5212 5211 3926 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271897494 9367552 267 33554432000 4194304 5064252 140733299385040 140733299383952 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5231/statm: 2287 267 226 213 0 72 0
[pid=5232] ppid=5231 vsize=166864 CPUtime=1794.51 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5211 3926 0 -1 4202496 23730 0 0 0 179433 18 0 0 20 0 1 0 271897495 170868736 38582 33554432000 4194304 5208918 140737047659728 140737047656040 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5232/statm: 41716 38582 105 248 0 41465 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 277412

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1799.39
CPU system time (s): 0.707892
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 407640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.707892
maximum resident set size= 260896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89062
page faults= 0
swaps= 0
block input operations= 8
block output operations= 114928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 660
involuntary context switches= 1879

runsolver used 6.36203 second user time and 16.8494 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 20:42:01
IDJOB=3701123
IDBENCH=2042
IDSOLVER=2277
FILE ID=node135/3701123-1338057721
RUNJOBID= node135-1338048946-3943
PBS_JOBID= 14624374
Free space on /tmp= 71496 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-test4.pi.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701123-1338057721/watcher-3701123-1338057721 -o /tmp/evaluation-result-3701123-1338057721/solver-3701123-1338057721 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701123-1338057721.opb 1891397979 HOME HOME

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

MD5SUM BENCH= cca57c347e264f92fb70010109aa24c5
RANDOM SEED=1891397979

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28688348 kB
Buffers:          276012 kB
Cached:          2935792 kB
SwapCached:          940 kB
Active:          1106444 kB
Inactive:        2251880 kB
Active(anon):     135960 kB
Inactive(anon):    13124 kB
Active(file):     970484 kB
Inactive(file):  2238756 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67106688 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:        271936 kB
Mapped:            15464 kB
Shmem:               208 kB
Slab:             671208 kB
SReclaimable:     113536 kB
SUnreclaim:       557672 kB
KernelStack:        1536 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     295104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71476 MiB
End job on node135 at 2012-05-26 21:12:02