Trace number 3699732

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 inc? (TO) 1800.05 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.b.opb
MD5SUM0b80319f4195f1e1329c2c4b63b416b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1796.93
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables5203
Total number of constraints19637
Number of constraints which are clauses19637
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 constraint11
Maximum length of a constraint360
Number of terms in the objective function 5203
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 5203
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 5203
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

2.09/2.18	c run inc solver
2.09/2.18	c [INC SYSTEM] run initial solver
2.09/2.18	c [INC SYSTEM] preprocess with white file
39.85/39.91	c [INC SYSTEM] finished preprocessing in 37 s
39.85/39.91	c [INC SYSTEM] execute solver
40.86/40.92	c [INC SEARCH] formula is SAT
40.86/40.98	c [INC SYSTEM] solved the initial formula
41.26/41.36	c model valid
41.26/41.36	c current solution ok
43.06/43.16	o 369
43.06/43.16	c execute binary inc search
43.06/43.16	c [INC SEARCH] current bound: 184
43.06/43.16	c [INC SEARCH] iteration: 0
43.06/43.16	c [INC SEARCH] lower bound: 0 upperbound 369 current bound: 184 best value:369
43.06/43.16	c [INC SYSTEM] there exists a inc, kill it!
43.06/43.16	c write failed with 2
43.06/43.17	c [INC SYSTEM] create new solver instance
43.06/43.17	c [INC] encode full formula
43.06/43.17	c (debug) using card networks
43.17/43.29	c set iterative enc to: card
43.17/43.29	c set iterative enc to: none
43.26/43.34	c [INC SEARCH] isOptimum variable: 0
46.29/46.37	c [INC SEARCH] formula is SAT
46.38/46.45	c [INC SEARCH] copied best model
46.38/46.45	c sat variable: 1 optimum/unsat variable: 0
46.78/46.83	c model valid
46.78/46.83	c current solution ok
46.78/46.83	o 91
46.78/46.83	c [INC SEARCH] current bound: 45
46.78/46.83	c [INC SEARCH] iteration: 1
46.78/46.83	c [INC SEARCH] lower bound: 0 upperbound 91 current bound: 45 best value:91
46.78/46.83	c [INC SYSTEM] there exists a inc, kill it!
46.78/46.83	c write failed with 2
46.78/46.85	c [INC SYSTEM] create new solver instance
46.78/46.85	c [INC] encode full formula
46.78/46.85	c (debug) using card networks
46.88/46.93	c set iterative enc to: card
46.88/46.93	c set iterative enc to: none
46.88/46.98	c [INC SEARCH] isOptimum variable: 0

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-3699732-1338068260/watcher-3699732-1338068260 -o /tmp/evaluation-result-3699732-1338068260/solver-3699732-1338068260 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699732-1338068260.opb 798276750 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.01 2.00 3/178 1820
/proc/meminfo: memFree=28635892/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0

[startup+0.0760609 s]
/proc/loadavg: 1.97 2.01 2.00 3/178 1820
/proc/meminfo: memFree=28635892/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 1.97 2.01 2.00 3/178 1820
/proc/meminfo: memFree=28635892/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 1.97 2.01 2.00 3/178 1820
/proc/meminfo: memFree=28635892/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 1.97 2.01 2.00 3/178 1820
/proc/meminfo: memFree=28635892/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 1822
/proc/meminfo: memFree=28564408/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=157212 CPUtime=1.49 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) R 1820 1820 339 0 -1 4202496 25736 0 0 0 143 6 0 0 20 0 1 0 272952754 160985088 34284 33554432000 4194304 5992684 140735310307408 140735310302488 4569778 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1821/statm: 39303 34285 157 440 0 38859 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166360

[startup+3.10019 s]
/proc/loadavg: 1.97 2.01 2.00 3/180 1822
/proc/meminfo: memFree=28328436/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=266192 CPUtime=2.17 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 37547 0 0 0 196 21 0 0 20 0 1 0 272952754 272580608 52318 33554432000 4194304 5992684 140735310307408 140735310301856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 66548 52318 164 440 0 66104 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 275340
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 1824
/proc/meminfo: memFree=27788284/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=266192 CPUtime=2.17 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 37547 0 0 0 196 21 0 0 20 0 1 0 272952754 272580608 52318 33554432000 4194304 5992684 140735310307408 140735310301856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 66548 52318 164 440 0 66104 0
[pid=1823] ppid=1821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1823/stat : 1823 (cp2_pre.sh) S 1821 1820 339 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 272952974 9367552 276 33554432000 4194304 5064252 140736561036160 140736561034864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1823/statm: 2287 276 234 213 0 72 0
[pid=1824] ppid=1823 vsize=578532 CPUtime=4.09 cores=0,2,4,6
/proc/1824/stat : 1824 (coprocessor) R 1823 1820 339 0 -1 4202496 55466 0 0 0 395 14 0 0 20 0 1 0 272952974 592416768 139860 33554432000 4194304 6586260 140734649205120 140734649201144 4768336 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/1824/statm: 144633 139860 179 584 0 144045 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 863020

[startup+12.7004 s]
/proc/loadavg: 2.13 2.04 2.01 3/182 1824
/proc/meminfo: memFree=27687752/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=266192 CPUtime=2.17 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 37547 0 0 0 196 21 0 0 20 0 1 0 272952754 272580608 52318 33554432000 4194304 5992684 140735310307408 140735310301856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 66548 52318 164 440 0 66104 0
[pid=1823] ppid=1821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1823/stat : 1823 (cp2_pre.sh) S 1821 1820 339 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 272952974 9367552 276 33554432000 4194304 5064252 140736561036160 140736561034864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1823/statm: 2287 276 234 213 0 72 0
[pid=1824] ppid=1823 vsize=675640 CPUtime=10.49 cores=0,2,4,6
/proc/1824/stat : 1824 (coprocessor) R 1823 1820 339 0 -1 4202496 67053 0 0 0 1032 17 0 0 20 0 1 0 272952974 691855360 165244 33554432000 4194304 6586260 140734649205120 140734649200488 5599497 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/1824/statm: 168910 165244 188 584 0 168322 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 960128

[startup+25.5003 s]
/proc/loadavg: 2.17 2.06 2.01 3/182 1825
/proc/meminfo: memFree=27682784/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=266192 CPUtime=2.17 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 37547 0 0 0 196 21 0 0 20 0 1 0 272952754 272580608 52318 33554432000 4194304 5992684 140735310307408 140735310301856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 66548 52318 164 440 0 66104 0
[pid=1823] ppid=1821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1823/stat : 1823 (cp2_pre.sh) S 1821 1820 339 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 272952974 9367552 276 33554432000 4194304 5064252 140736561036160 140736561034864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1823/statm: 2287 276 234 213 0 72 0
[pid=1824] ppid=1823 vsize=680128 CPUtime=23.28 cores=0,2,4,6
/proc/1824/stat : 1824 (coprocessor) R 1823 1820 339 0 -1 4202496 68195 0 0 0 2311 17 0 0 20 0 1 0 272952974 696451072 166386 33554432000 4194304 6586260 140734649205120 140734649200712 5599468 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/1824/statm: 170032 166386 188 584 0 169444 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 964616

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 1837
/proc/meminfo: memFree=28058416/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=287256 CPUtime=4.11 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 47327 0 0 0 403 8 0 0 20 0 1 0 272957452 294150144 63319 33554432000 4194304 5654031 140733999501504 140733999499384 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 71814 63319 131 357 0 71454 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 617748

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 1837
/proc/meminfo: memFree=28044620/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=306640 CPUtime=55.3 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 47976 0 0 0 5522 8 0 0 20 0 1 0 272957452 313999360 67033 33554432000 4194304 5654031 140733999501504 140733999499288 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 76660 67033 131 357 0 76300 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 637132

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/182 1843
/proc/meminfo: memFree=28028332/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=307036 CPUtime=115.29 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 48822 0 0 0 11519 10 0 0 20 0 1 0 272957452 314404864 67150 33554432000 4194304 5654031 140733999501504 140733999499288 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 76759 67150 132 357 0 76399 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 637528

[startup+222.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 1843
/proc/meminfo: memFree=28024340/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=307356 CPUtime=175.29 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 49672 0 0 0 17517 12 0 0 20 0 1 0 272957452 314732544 67731 33554432000 4194304 5654031 140733999501504 140733999499288 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 76839 67731 132 357 0 76479 0

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

/proc/meminfo: memFree=27934256/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1315.05 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 59828 0 0 0 131477 28 0 0 20 0 1 0 272957452 356999168 78691 33554432000 4194304 5654031 140733999501504 140733999499592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 78691 142 357 0 86798 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 679124

[startup+1422.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/182 1887
/proc/meminfo: memFree=27909872/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=398720 CPUtime=1375.05 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 60651 0 0 0 137475 30 0 0 20 0 1 0 272957452 408289280 84624 33554432000 4194304 5654031 140733999501504 140733999489320 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 99680 84624 142 357 0 99320 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 729212

[startup+1482.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/181 1887
/proc/meminfo: memFree=27966624/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=317812 CPUtime=1435.04 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 60867 0 0 0 143473 31 0 0 20 0 1 0 272957452 325439488 70944 33554432000 4194304 5654031 140733999501504 140733999489320 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 79453 70944 142 357 0 79093 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 648304

[startup+1542.31 s]
/proc/loadavg: 2.08 2.08 2.02 3/180 1887
/proc/meminfo: memFree=27927160/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1495.03 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 61272 0 0 0 149472 31 0 0 20 0 1 0 272957452 356999168 72368 33554432000 4194304 5654031 140733999501504 140733999499592 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 72368 142 357 0 86798 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 679124

[startup+1602.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/181 1932
/proc/meminfo: memFree=27933868/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1555.01 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 61476 0 0 0 155469 32 0 0 20 0 1 0 272957452 356999168 75107 33554432000 4194304 5654031 140733999501504 140733999489320 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 75107 142 357 0 86798 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 679124

[startup+1662.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/181 1932
/proc/meminfo: memFree=27924616/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1615 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 61504 0 0 0 161468 32 0 0 20 0 1 0 272957452 356999168 76157 33554432000 4194304 5654031 140733999501504 140733999489320 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 76157 142 357 0 86798 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 679124

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/181 1932
/proc/meminfo: memFree=27934860/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=317812 CPUtime=1674.98 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 61769 0 0 0 167466 32 0 0 20 0 1 0 272957452 325439488 71532 33554432000 4194304 5654031 140733999501504 140733999489320 4208694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 79453 71532 142 357 0 79093 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 648304

[startup+1782.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/181 1932
/proc/meminfo: memFree=27882384/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1734.98 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 62423 0 0 0 173465 33 0 0 20 0 1 0 272957452 356999168 76785 33554432000 4194304 5654031 140733999501504 140733999499592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 76785 142 357 0 86798 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 679124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.07 2.01 3/181 1932
/proc/meminfo: memFree=27876788/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1753.08 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 62452 0 0 0 175275 33 0 0 20 0 1 0 272957452 356999168 78347 33554432000 4194304 5654031 140733999501504 140733999499592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 78347 142 357 0 86798 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 679124

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.4 s]
/proc/loadavg: 2.08 2.07 2.01 3/181 1932
/proc/meminfo: memFree=27876788/32873648 swapFree=6844/6844
[pid=1820] ppid=1818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1820/stat : 1820 (npSolver-pbo-I.) S 1818 1820 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272952754 9367552 274 33554432000 4194304 5064252 140735825125936 140735825124848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1820/statm: 2287 274 233 213 0 72 0
[pid=1821] ppid=1820 vsize=321344 CPUtime=46.97 cores=0,2,4,6
/proc/1821/stat : 1821 (npSolver-pbo) S 1820 1820 339 0 -1 4202496 54516 161238 0 0 342 170 4122 63 20 0 1 0 272952754 329056256 66123 33554432000 4194304 5992684 140735310307408 140735310292312 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/1821/statm: 80336 66123 181 440 0 79892 0
[pid=1837] ppid=1821 vsize=348632 CPUtime=1753.08 cores=0,2,4,6
/proc/1837/stat : 1837 (glucosInc) R 1821 1820 339 0 -1 4202496 62452 0 0 0 175275 33 0 0 20 0 1 0 272957452 356999168 78347 33554432000 4194304 5654031 140733999501504 140733999499592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1837/statm: 87158 78347 142 357 0 86798 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 679124

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1797.39
CPU system time (s): 2.66
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 965148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.06953 second user time and 11.1143 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 23:37:40
IDJOB=3699732
IDBENCH=2889
IDSOLVER=2276
FILE ID=node115/3699732-1338068260
RUNJOBID= node115-1338051787-355
PBS_JOBID= 14624382
Free space on /tmp= 71560 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.b.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699732-1338068260/watcher-3699732-1338068260 -o /tmp/evaluation-result-3699732-1338068260/solver-3699732-1338068260 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699732-1338068260.opb 798276750 HOME HOME

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

MD5SUM BENCH= 0b80319f4195f1e1329c2c4b63b416b0
RANDOM SEED=798276750

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.462
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:        28635908 kB
Buffers:          256184 kB
Cached:          3139896 kB
SwapCached:            0 kB
Active:          1099376 kB
Inactive:        2360576 kB
Active(anon):      66280 kB
Inactive(anon):        0 kB
Active(file):    1033096 kB
Inactive(file):  2360576 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17860 kB
Writeback:             0 kB
AnonPages:         70472 kB
Mapped:            15568 kB
Shmem:               200 kB
Slab:             640276 kB
SReclaimable:      84432 kB
SUnreclaim:       555844 kB
KernelStack:        1472 kB
PageTables:         3796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     181136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71488 MiB
End job on node115 at 2012-05-27 00:07:42