Trace number 3701355

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.11 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1593.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
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 constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
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 6207
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 6207
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.99	c run usual solver
18.28/18.37	c model valid
18.28/18.37	c current solution ok
19.09/19.16	o 77
19.09/19.16	c current bound: 38
19.09/19.16	c (debug) using card networks
25.39/25.42	c model valid
25.39/25.42	c current solution ok
25.39/25.44	o 8
25.39/25.44	c current bound: 4
320.71/320.88	c current bound: 6
1800.06/1800.40	./satsolver.sh: line 5: 14480 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/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-3701355-1338066003/watcher-3701355-1338066003 -o /tmp/evaluation-result-3701355-1338066003/solver-3701355-1338066003 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701355-1338066003.opb 1935546310 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.45 2.79 2.39 3/180 14062
/proc/meminfo: memFree=29311816/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0

[startup+0.0978771 s]
/proc/loadavg: 2.45 2.79 2.39 3/180 14062
/proc/meminfo: memFree=29311816/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100219 s]
/proc/loadavg: 2.45 2.79 2.39 3/180 14062
/proc/meminfo: memFree=29311816/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.45 2.79 2.39 3/180 14062
/proc/meminfo: memFree=29311816/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 2.45 2.79 2.39 3/180 14062
/proc/meminfo: memFree=29311816/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.45 2.79 2.39 3/182 14075
/proc/meminfo: memFree=29140768/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=127540 CPUtime=1 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 18869 0 0 0 91 9 0 0 20 0 1 0 272725700 130600960 23823 33554432000 4194304 5992684 140733444487888 140733444481920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 31885 23823 166 440 0 31441 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 136688

[startup+3.10038 s]
/proc/loadavg: 2.45 2.79 2.39 3/184 14077
/proc/meminfo: memFree=28901208/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=127540 CPUtime=1 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 18869 0 0 0 91 9 0 0 20 0 1 0 272725700 130600960 23823 33554432000 4194304 5992684 140733444487888 140733444481920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 31885 23823 166 440 0 31441 0
[pid=14076] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (cp2_pre.sh) S 14063 14062 11614 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272725800 9367552 276 33554432000 4194304 5064252 140735616212832 140735616211536 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14076/statm: 2287 276 234 213 0 72 0
[pid=14077] ppid=14076 vsize=292660 CPUtime=2.08 cores=1,3,5,7
/proc/14077/stat : 14077 (coprocessor) R 14076 14062 11614 0 -1 4202496 37015 0 0 0 199 9 0 0 20 0 1 0 272725800 299683840 65677 33554432000 4194304 6586260 140735055206096 140735055202360 4496212 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14077/statm: 73165 65677 170 584 0 72577 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 438496

[startup+6.30029 s]
/proc/loadavg: 2.58 2.81 2.40 3/184 14077
/proc/meminfo: memFree=28801624/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=127540 CPUtime=1 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 18869 0 0 0 91 9 0 0 20 0 1 0 272725700 130600960 23823 33554432000 4194304 5992684 140733444487888 140733444481920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 31885 23823 166 440 0 31441 0
[pid=14076] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (cp2_pre.sh) S 14063 14062 11614 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272725800 9367552 276 33554432000 4194304 5064252 140735616212832 140735616211536 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14076/statm: 2287 276 234 213 0 72 0
[pid=14077] ppid=14076 vsize=346628 CPUtime=5.28 cores=1,3,5,7
/proc/14077/stat : 14077 (coprocessor) R 14076 14062 11614 0 -1 4202496 45301 0 0 0 517 11 0 0 20 0 1 0 272725800 354947072 85205 33554432000 4194304 6586260 140735055206096 140735055201464 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14077/statm: 86657 85205 191 584 0 86069 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 492464

[startup+12.7004 s]
/proc/loadavg: 2.53 2.79 2.40 3/184 14077
/proc/meminfo: memFree=28796280/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=127540 CPUtime=1 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 18869 0 0 0 91 9 0 0 20 0 1 0 272725700 130600960 23823 33554432000 4194304 5992684 140733444487888 140733444481920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 31885 23823 166 440 0 31441 0
[pid=14076] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (cp2_pre.sh) S 14063 14062 11614 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272725800 9367552 276 33554432000 4194304 5064252 140735616212832 140735616211536 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14076/statm: 2287 276 234 213 0 72 0
[pid=14077] ppid=14076 vsize=348872 CPUtime=11.68 cores=1,3,5,7
/proc/14077/stat : 14077 (coprocessor) R 14076 14062 11614 0 -1 4202496 45868 0 0 0 1157 11 0 0 20 0 1 0 272725800 357244928 85772 33554432000 4194304 6586260 140735055206096 140735055201688 5599492 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14077/statm: 87218 85772 191 584 0 86630 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 494708

[startup+25.5002 s]
/proc/loadavg: 2.41 2.75 2.39 3/182 14091
/proc/meminfo: memFree=29113916/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=25.46 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 25641 112661 0 0 152 77 2270 47 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 165928

[startup+51.1004 s]
/proc/loadavg: 2.27 2.69 2.38 3/184 14449
/proc/meminfo: memFree=29103212/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=25.46 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 25641 112661 0 0 152 77 2270 47 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14093] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14093/stat : 14093 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272728246 9367552 267 33554432000 4194304 5064252 140736392971296 140736392970208 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14093/statm: 2287 267 226 213 0 72 0
[pid=14094] ppid=14093 vsize=146704 CPUtime=25.61 cores=1,3,5,7
/proc/14094/stat : 14094 (glucose) R 14093 14062 11614 0 -1 4202496 26402 0 0 0 2556 5 0 0 20 0 1 0 272728246 150224896 32379 33554432000 4194304 5208918 140736469653744 140736469651592 4211550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14094/statm: 36676 32379 95 248 0 36425 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 321780

[startup+102.3 s]
/proc/loadavg: 2.12 2.58 2.35 3/184 14472
/proc/meminfo: memFree=29074028/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=25.46 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 25641 112661 0 0 152 77 2270 47 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14093] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14093/stat : 14093 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272728246 9367552 267 33554432000 4194304 5064252 140736392971296 140736392970208 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14093/statm: 2287 267 226 213 0 72 0
[pid=14094] ppid=14093 vsize=169868 CPUtime=76.82 cores=1,3,5,7
/proc/14094/stat : 14094 (glucose) R 14093 14062 11614 0 -1 4202496 28542 0 0 0 7675 7 0 0 20 0 1 0 272728246 173944832 35533 33554432000 4194304 5208918 140736469653744 140736469651896 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14094/statm: 42467 35533 104 248 0 42216 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 344944

[startup+162.3 s]
/proc/loadavg: 2.04 2.47 2.33 3/183 14473
/proc/meminfo: memFree=29065404/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=25.46 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 25641 112661 0 0 152 77 2270 47 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14093] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14093/stat : 14093 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272728246 9367552 267 33554432000 4194304 5064252 140736392971296 140736392970208 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14093/statm: 2287 267 226 213 0 72 0
[pid=14094] ppid=14093 vsize=169868 CPUtime=136.8 cores=1,3,5,7
/proc/14094/stat : 14094 (glucose) R 14093 14062 11614 0 -1 4202496 29440 0 0 0 13670 10 0 0 20 0 1 0 272728246 173944832 35528 33554432000 4194304 5208918 140736469653744 140736469651896 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14094/statm: 42467 35528 104 248 0 42216 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 344944

[startup+222.307 s]
/proc/loadavg: 2.01 2.39 2.31 3/183 14473
/proc/meminfo: memFree=29031972/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/183 14490
/proc/meminfo: memFree=28774876/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=335568 CPUtime=1101.21 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 34890 0 0 0 110096 25 0 0 20 0 1 0 272757790 343621632 77514 33554432000 4194304 5208918 140734737258048 140734737255896 4211550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 83892 77514 104 248 0 83641 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 510644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 14490
/proc/meminfo: memFree=28754212/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=467960 CPUtime=1161.18 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 35453 0 0 0 116093 25 0 0 20 0 1 0 272757790 479191040 84209 33554432000 4194304 5208918 140734737258048 140734737255896 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 116990 84209 104 248 0 116739 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 643036

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.07 3/183 14490
/proc/meminfo: memFree=28909360/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=254448 CPUtime=1221.18 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 35767 0 0 0 122091 27 0 0 20 0 1 0 272757790 260554752 52286 33554432000 4194304 5208918 140734737258048 140734737255896 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 63612 52286 104 248 0 63361 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 429524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/184 14491
/proc/meminfo: memFree=28891044/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=254584 CPUtime=1281.17 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 35800 0 0 0 128089 28 0 0 20 0 1 0 272757790 260694016 56918 33554432000 4194304 5208918 140734737258048 140734737255896 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 63646 56918 104 248 0 63395 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 429660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 14492
/proc/meminfo: memFree=28830980/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=336236 CPUtime=1341.16 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 36392 0 0 0 134088 28 0 0 20 0 1 0 272757790 344305664 61598 33554432000 4194304 5208918 140734737258048 140734737256200 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 84059 61598 104 248 0 83808 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 511312

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.05 3/183 14492
/proc/meminfo: memFree=28854500/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=336236 CPUtime=1401.15 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 36415 0 0 0 140087 28 0 0 20 0 1 0 272757790 344305664 66220 33554432000 4194304 5208918 140734737258048 140734737256200 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 84059 66220 104 248 0 83808 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 511312

[startup+1782.3 s]
/proc/loadavg: 2.14 2.04 2.06 3/183 14492
/proc/meminfo: memFree=28805908/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=336368 CPUtime=1461.14 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 36438 0 0 0 146085 29 0 0 20 0 1 0 272757790 344440832 70331 33554432000 4194304 5208918 140734737258048 140734737255896 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 84092 70331 104 248 0 83841 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 511444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.18 2.05 2.06 3/184 14495
/proc/meminfo: memFree=28792516/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=336516 CPUtime=1479.25 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 36473 0 0 0 147896 29 0 0 20 0 1 0 272757790 344592384 71899 33554432000 4194304 5208918 140734737258048 140734737255896 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 84129 71899 104 248 0 83878 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 511592

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.18 2.05 2.06 3/184 14495
/proc/meminfo: memFree=28792516/32873648 swapFree=6864/6864
[pid=14062] ppid=14060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14062/stat : 14062 (npSolver-pbo.sh) S 14060 14062 11614 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272725699 9367552 274 33554432000 4194304 5064252 140734012858768 140734012857680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14062/statm: 2287 274 233 213 0 72 0
[pid=14063] ppid=14062 vsize=156780 CPUtime=320.81 cores=1,3,5,7
/proc/14063/stat : 14063 (npSolver-pbo) S 14062 14062 11614 0 -1 4202496 26926 149079 0 0 154 77 31787 63 20 0 1 0 272725700 160542720 30264 33554432000 4194304 5992684 140733444487888 140733444480208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14063/statm: 39195 30264 181 440 0 38751 0
[pid=14479] ppid=14063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14479/stat : 14479 (satsolver.sh) S 14063 14062 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272757790 9367552 267 33554432000 4194304 5064252 140733449375760 140733449374672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14479/statm: 2287 267 226 213 0 72 0
[pid=14480] ppid=14479 vsize=336516 CPUtime=1479.25 cores=1,3,5,7
/proc/14480/stat : 14480 (glucose) R 14479 14062 11614 0 -1 4202496 36473 0 0 0 147896 29 0 0 20 0 1 0 272757790 344592384 71899 33554432000 4194304 5208918 140734737258048 140734737255896 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14480/statm: 84129 71899 104 248 0 83878 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 511592

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1798.39
CPU system time (s): 1.72074
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 773264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.72074
maximum resident set size= 433984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2265
involuntary context switches= 1913

runsolver used 5.46717 second user time and 11.3683 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 23:00:03
IDJOB=3701355
IDBENCH=2850
IDSOLVER=2277
FILE ID=node125/3701355-1338066003
RUNJOBID= node125-1338052962-11631
PBS_JOBID= 14624413
Free space on /tmp= 71220 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701355-1338066003/watcher-3701355-1338066003 -o /tmp/evaluation-result-3701355-1338066003/solver-3701355-1338066003 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701355-1338066003.opb 1935546310 HOME HOME

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=1935546310

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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	: 5438.54
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.373
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.373
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:        29315064 kB
Buffers:          270032 kB
Cached:          2400756 kB
SwapCached:         2384 kB
Active:          1273340 kB
Inactive:        1470292 kB
Active(anon):      65700 kB
Inactive(anon):     9540 kB
Active(file):    1207640 kB
Inactive(file):  1460752 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102504 kB
Dirty:             35640 kB
Writeback:             0 kB
AnonPages:         79148 kB
Mapped:            15340 kB
Shmem:               104 kB
Slab:             676284 kB
SReclaimable:     119428 kB
SUnreclaim:       556856 kB
KernelStack:        1504 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     190440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 71204 MiB
End job on node125 at 2012-05-26 23:30:03