Trace number 3747819

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.006998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.02	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.02	c [INC SYSTEM] execute solver
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	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-3747819-1339112600/watcher-3747819-1339112600 -o /tmp/evaluation-result-3747819-1339112600/solver-3747819-1339112600 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3747819-1339112600.opb 2143752681 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: 3.16 1.88 1.49 4/180 11303
/proc/meminfo: memFree=22287832/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0

[startup+0.0571199 s]
/proc/loadavg: 3.16 1.88 1.49 4/180 11303
/proc/meminfo: memFree=22287832/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 3.16 1.88 1.49 4/180 11303
/proc/meminfo: memFree=22287832/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300117 s]
/proc/loadavg: 3.16 1.88 1.49 4/180 11303
/proc/meminfo: memFree=22287832/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700116 s]
/proc/loadavg: 3.16 1.88 1.49 4/180 11303
/proc/meminfo: memFree=22287832/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 3.22 1.92 1.50 4/183 11309
/proc/meminfo: memFree=22810972/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=13032 CPUtime=1.46 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 2662 0 0 0 146 0 0 0 20 0 1 0 21226671 13344768 2753 33554432000 4194304 5654031 140736501261536 140736501249352 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 3258 2753 142 357 0 2898 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 24432

[startup+3.10026 s]
/proc/loadavg: 3.22 1.92 1.50 3/183 11309
/proc/meminfo: memFree=22917984/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=15752 CPUtime=3.06 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 2822 0 0 0 306 0 0 0 20 0 1 0 21226671 16130048 3422 33554432000 4194304 5654031 140736501261536 140736501259336 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 3938 3422 142 357 0 3578 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27152

[startup+6.30027 s]
/proc/loadavg: 3.22 1.92 1.50 3/183 11309
/proc/meminfo: memFree=23127236/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=22828 CPUtime=6.26 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 3002 0 0 0 626 0 0 0 20 0 1 0 21226671 23375872 5135 33554432000 4194304 5654031 140736501261536 140736501259464 4233213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 5707 5135 142 357 0 5347 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 34228

[startup+12.7003 s]
/proc/loadavg: 3.34 1.99 1.53 3/183 11309
/proc/meminfo: memFree=23545768/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=31752 CPUtime=12.66 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 4161 0 0 0 1265 1 0 0 20 0 1 0 21226671 32514048 5826 33554432000 4194304 5654031 140736501261536 140736501249352 4232935 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 7938 5826 142 357 0 7578 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43152

[startup+25.5003 s]
/proc/loadavg: 3.44 2.05 1.56 3/183 11309
/proc/meminfo: memFree=24427276/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=31752 CPUtime=25.46 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 4224 0 0 0 2545 1 0 0 20 0 1 0 21226671 32514048 7422 33554432000 4194304 5654031 140736501261536 140736501249352 4244594 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 7938 7422 142 357 0 7578 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43152

[startup+51.1003 s]
/proc/loadavg: 3.06 2.08 1.58 3/183 11310
/proc/meminfo: memFree=24597476/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=50608 CPUtime=51.05 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 5680 0 0 0 5103 2 0 0 20 0 1 0 21226671 51822592 11432 33554432000 4194304 5654031 140736501261536 140736501259416 4232912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 12652 11432 142 357 0 12292 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62008

[startup+102.307 s]
/proc/loadavg: 2.54 2.09 1.61 4/183 11310
/proc/meminfo: memFree=24576376/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=57272 CPUtime=102.25 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 6882 0 0 0 10222 3 0 0 20 0 1 0 21226671 58646528 13803 33554432000 4194304 5654031 140736501261536 140736501249352 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 14318 13803 142 357 0 13958 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68672

[startup+162.3 s]
/proc/loadavg: 2.20 2.07 1.63 3/183 11310
/proc/meminfo: memFree=24551484/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=76128 CPUtime=162.23 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 7476 0 0 0 16220 3 0 0 20 0 1 0 21226671 77955072 18473 33554432000 4194304 5654031 140736501261536 140736501259416 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 19032 18473 142 357 0 18672 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 87528

[startup+222.3 s]
/proc/loadavg: 2.07 2.06 1.65 3/183 11310
/proc/meminfo: memFree=24538932/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=76128 CPUtime=222.22 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 7476 0 0 0 22219 3 0 0 20 0 1 0 21226671 77955072 18473 33554432000 4194304 5654031 140736501261536 140736501249352 4232960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 19032 18473 142 357 0 18672 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87528

[startup+282.3 s]

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

/proc/loadavg: 2.11 2.05 1.87 3/183 11344
/proc/meminfo: memFree=24485032/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1302.07 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 17133 0 0 0 130191 16 0 0 20 0 1 0 21226671 112267264 22705 33554432000 4194304 5654031 140736501261536 140736501249352 4233190 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 22705 142 357 0 27049 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 121036

[startup+1362.3 s]
/proc/loadavg: 2.12 2.07 1.89 3/183 11344
/proc/meminfo: memFree=24484788/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1362.05 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 17626 0 0 0 136189 16 0 0 20 0 1 0 21226671 112267264 22712 33554432000 4194304 5654031 140736501261536 140736501259560 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 22712 142 357 0 27049 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 121036

[startup+1422.31 s]
/proc/loadavg: 2.04 2.05 1.90 3/183 11344
/proc/meminfo: memFree=24481204/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1422.05 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 18111 0 0 0 142188 17 0 0 20 0 1 0 21226671 112267264 22712 33554432000 4194304 5654031 140736501261536 140736501259560 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 22712 142 357 0 27049 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 121036

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 1.90 3/183 11344
/proc/meminfo: memFree=24481276/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1482.04 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 18596 0 0 0 148186 18 0 0 20 0 1 0 21226671 112267264 22712 33554432000 4194304 5654031 140736501261536 140736501259560 4232853 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 22712 142 357 0 27049 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 121036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/183 11344
/proc/meminfo: memFree=24480876/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1542.03 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 18596 0 0 0 154185 18 0 0 20 0 1 0 21226671 112267264 22712 33554432000 4194304 5654031 140736501261536 140736501259560 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 22712 142 357 0 27049 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 121036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/184 11348
/proc/meminfo: memFree=24464132/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1602.01 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 18684 0 0 0 160183 18 0 0 20 0 1 0 21226671 112267264 26883 33554432000 4194304 5654031 140736501261536 140736501249352 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 26883 142 357 0 27049 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 121036

[startup+1662.3 s]
/proc/loadavg: 2.17 2.06 1.93 3/183 11610
/proc/meminfo: memFree=31306220/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1662 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 19175 0 0 0 166181 19 0 0 20 0 1 0 21226671 112267264 26884 33554432000 4194304 5654031 140736501261536 140736501259560 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 26884 142 357 0 27049 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 121036

[startup+1722.3 s]
/proc/loadavg: 2.22 2.09 1.94 3/183 11612
/proc/meminfo: memFree=31309224/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1721.99 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 19663 0 0 0 172179 20 0 0 20 0 1 0 21226671 112267264 26895 33554432000 4194304 5654031 140736501261536 140736501249352 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 26895 142 357 0 27049 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 121036

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 1.95 3/183 11612
/proc/meminfo: memFree=31299100/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1781.98 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 20148 0 0 0 178178 20 0 0 20 0 1 0 21226671 112267264 26895 33554432000 4194304 5654031 140736501261536 140736501259560 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 26895 142 357 0 27049 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 121036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.08 1.95 3/183 11612
/proc/meminfo: memFree=31289668/32873844 swapFree=6868/6868
[pid=11303] ppid=11301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11303/stat : 11303 (npSolver-pbo-I.) S 11301 11303 8890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 21226669 9367552 274 33554432000 4194304 5064252 140733635718512 140733635717424 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11303/statm: 2287 274 233 213 0 72 0
[pid=11304] ppid=11303 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/11304/stat : 11304 (npSolver-pbo) S 11303 11303 8890 0 -1 4202496 1260 2135 0 0 0 0 0 0 20 0 1 0 21226669 2306048 203 33554432000 4194304 6004724 140734019403904 140734019390184 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11304/statm: 563 203 152 442 0 117 0
[pid=11309] ppid=11304 vsize=109636 CPUtime=1800.08 cores=1,3,5,7
/proc/11309/stat : 11309 (glucosInc) R 11304 11303 8890 0 -1 4202496 20148 0 0 0 179988 20 0 0 20 0 1 0 21226671 112267264 26895 33554432000 4194304 5654031 140736501261536 140736501249352 4233181 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11309/statm: 27409 26895 142 357 0 27049 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121036

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.2
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 170356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.016997
maximum resident set size= 29276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 6

runsolver used 2.85556 second user time and 8.64968 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 01:43:20
IDJOB=3747819
IDBENCH=1389
IDSOLVER=2333
FILE ID=node135/3747819-1339112600
RUNJOBID= node135-1339112432-11228
PBS_JOBID= 14643718
Free space on /tmp= 63888 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747819-1339112600/watcher-3747819-1339112600 -o /tmp/evaluation-result-3747819-1339112600/solver-3747819-1339112600 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3747819-1339112600.opb 2143752681 HOME HOME

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=2143752681

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22213936 kB
Buffers:          132680 kB
Cached:          4039600 kB
SwapCached:         3612 kB
Active:          8039144 kB
Inactive:        1649856 kB
Active(anon):    5502628 kB
Inactive(anon):    15924 kB
Active(file):    2536516 kB
Inactive(file):  1633932 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098228 kB
Dirty:           1831832 kB
Writeback:             0 kB
AnonPages:       5520512 kB
Mapped:             9880 kB
Shmem:                 0 kB
Slab:             820108 kB
SReclaimable:     257328 kB
SUnreclaim:       562780 kB
KernelStack:        1496 kB
PageTables:        14924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6940540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2990080 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= 70740 MiB
End job on node135 at 2012-06-08 02:13:21