Trace number 2693939

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.06 1802.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-0-100-0.wbo
MD5SUM850df9cd01e268299cdca754cc055f3b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark23.5114
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints16157
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 812826
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 812825
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693939-1277932846.wbo>
0.09/0.18	c original problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32315 constraints
0.09/0.18	c problem read
0.09/0.18	c presolving settings loaded
0.09/0.18	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
3.29/3.30	o 812825
3.29/3.30	c feasible solution found by trivial heuristic, objective value  8.128250e+05
3.29/3.30	c presolving:
5.59/5.66	c    (5.5s) probing: 627/21117 (3.0%) - 0 fixings, 0 aggregations, 126 implications, 0 bound changes
5.59/5.66	c    (5.5s) probing aborted: 100/100 successive totally useless probings
5.59/5.66	c (round 1) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16346 impls, 0 clqs
5.70/5.71	c (round 2) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 196 upgd conss, 16346 impls, 0 clqs
6.09/6.18	c    (6.0s) probing: 751/21117 (3.6%) - 0 fixings, 0 aggregations, 185 implications, 0 bound changes
6.09/6.18	c    (6.0s) probing aborted: 100/100 successive totally useless probings
6.09/6.18	c presolving (3 rounds):
6.09/6.18	c  0 deleted vars, 1 deleted constraints, 16157 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.09/6.18	c  16597 implications, 0 cliques
6.09/6.18	c presolved problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32314 constraints
6.09/6.18	c   16157 constraints of type <indicator>
6.09/6.18	c     196 constraints of type <varbound>
6.09/6.18	c   15961 constraints of type <linear>
6.09/6.18	c transformed objective value is always integral (scale: 1)
6.09/6.18	c Presolving Time: 5.88
6.09/6.18	c - non default parameters ----------------------------------------------------------------------
6.09/6.18	c # SCIP version 1.2.1.2
6.09/6.18	c 
6.09/6.18	c # frequency for displaying node information lines
6.09/6.18	c # [type: int, range: [-1,2147483647], default: 100]
6.09/6.18	c display/freq = 10000
6.09/6.18	c 
6.09/6.18	c # maximal time in seconds to run
6.09/6.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.09/6.18	c limits/time = 1799.83
6.09/6.18	c 
6.09/6.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.09/6.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.09/6.18	c limits/memory = 3420
6.09/6.18	c 
6.09/6.18	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.09/6.18	c # [type: int, range: [-1,2147483647], default: 1]
6.09/6.18	c lp/solvefreq = -1
6.09/6.18	c 
6.09/6.18	c # should presolving try to simplify inequalities
6.09/6.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.09/6.18	c constraints/linear/simplifyinequalities = TRUE
6.09/6.18	c 
6.09/6.18	c # should presolving try to simplify knapsacks
6.09/6.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.09/6.18	c constraints/knapsack/simplifyinequalities = TRUE
6.09/6.18	c 
6.09/6.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.09/6.18	c # [type: int, range: [-1,2147483647], default: -1]
6.09/6.18	c separating/rapidlearning/freq = 0
6.09/6.18	c 
6.09/6.18	c -----------------------------------------------------------------------------------------------
6.09/6.18	c start solving
6.09/6.19	c 
6.19/6.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.19/6.28	c t 6.1s|     1 |     2 |     0 |     - | 109M|   0 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
63.40/63.45	c  63.1s| 10000 | 10001 |     0 |   0.0 | 114M|1169 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
119.59/119.69	c   119s| 20000 | 20001 |     0 |   0.0 | 118M|1171 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
180.40/180.44	c   180s| 30000 | 30001 |     0 |   0.0 | 122M|1171 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
242.80/242.83	c   242s| 40000 | 40001 |     0 |   0.0 | 126M|1193 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
306.20/306.25	c   305s| 50000 | 50001 |     0 |   0.0 | 130M|1199 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
369.40/369.41	c   368s| 60000 | 60001 |     0 |   0.0 | 134M|1199 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
432.10/432.19	c   431s| 70000 | 70001 |     0 |   0.0 | 138M|1201 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
496.30/496.40	c   495s| 80000 | 80001 |     0 |   0.0 | 142M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
559.10/559.13	c   557s| 90000 | 90001 |     0 |   0.0 | 146M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
623.21/623.21	c   621s|100000 |100001 |     0 |   0.0 | 150M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
686.81/686.89	c   685s|110000 |110001 |     0 |   0.0 | 153M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
749.61/749.65	c   748s|120000 |120001 |     0 |   0.0 | 157M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
812.51/812.59	c   810s|130000 |130001 |     0 |   0.0 | 161M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
876.72/876.70	c   874s|140000 |140001 |     0 |   0.0 | 165M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
939.11/939.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.11/939.17	c   937s|150000 |150001 |     0 |   0.0 | 169M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1002.52/1002.51	c  1000s|160000 |160001 |     0 |   0.0 | 173M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1066.32/1066.30	c  1063s|170000 |170001 |     0 |   0.0 | 177M|1205 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1129.92/1129.95	c  1127s|180000 |180001 |     0 |   0.0 | 181M|1207 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1192.72/1192.76	c  1189s|190000 |190001 |     0 |   0.0 | 184M|1207 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1255.53/1255.59	c  1252s|200000 |200001 |     0 |   0.0 | 188M|1207 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1318.42/1318.48	c  1315s|210000 |210001 |     0 |   0.0 | 192M|1209 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1382.12/1382.17	c  1378s|220000 |220001 |     0 |   0.0 | 196M|1229 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1443.83/1443.80	c  1440s|230000 |230001 |     0 |   0.0 | 200M|1287 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1506.33/1506.36	c  1502s|240000 |240001 |     0 |   0.0 | 204M|1289 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1568.63/1568.60	c  1564s|250000 |250001 |     0 |   0.0 | 207M|1301 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1631.24/1631.25	c  1627s|260000 |260001 |     0 |   0.0 | 211M|1319 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1693.94/1694.00	c  1690s|270000 |270001 |     0 |   0.0 | 215M|1329 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1756.63/1756.70	c  1752s|280000 |280001 |     0 |   0.0 | 219M|1335 |   - |  37k|  32k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1795.28
1800.04/1800.00	c Solving Nodes      : 287344
1800.04/1800.00	c Primal Bound       : +8.12825000000000e+05 (2 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693939-1277932846/watcher-2693939-1277932846 -o /tmp/evaluation-result-2693939-1277932846/solver-2693939-1277932846 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693939-1277932846.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.48 2.23 2.24 4/178 17327
/proc/meminfo: memFree=31102276/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=8604 CPUtime=0
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 1621 0 0 0 0 0 0 0 25 0 1 0 134580896 8810496 1544 4089446400 4194304 7136930 140735908326592 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 2151 1552 275 719 0 1430 0

[startup+0.0774779 s]
/proc/loadavg: 2.48 2.23 2.24 4/178 17327
/proc/meminfo: memFree=31102276/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=30300 CPUtime=0.07
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 7059 0 0 0 7 0 0 0 25 0 1 0 134580896 31027200 6981 4089446400 4194304 7136930 140735908326592 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 7575 6981 275 719 0 6854 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30300

[startup+0.100474 s]
/proc/loadavg: 2.48 2.23 2.24 4/178 17327
/proc/meminfo: memFree=31102276/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=36792 CPUtime=0.09
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 8689 0 0 0 9 0 0 0 25 0 1 0 134580896 37675008 8611 4089446400 4194304 7136930 140735908326592 18446744073709551615 5650591 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 9198 8611 275 719 0 8477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36792

[startup+0.300499 s]
/proc/loadavg: 2.48 2.23 2.24 4/178 17327
/proc/meminfo: memFree=31102276/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=121076 CPUtime=0.29
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 30037 0 0 0 26 3 0 0 25 0 1 0 134580896 123981824 29554 4089446400 4194304 7136930 140735908326592 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 30269 29554 306 719 0 29548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121076

[startup+0.700368 s]
/proc/loadavg: 2.48 2.23 2.24 4/178 17327
/proc/meminfo: memFree=31102276/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=133368 CPUtime=0.69
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 32089 0 0 0 66 3 0 0 25 0 1 0 134580896 136568832 31606 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350631 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 33342 31606 323 719 0 32621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133368

[startup+1.50028 s]
/proc/loadavg: 2.48 2.23 2.24 3/179 17328
/proc/meminfo: memFree=30975540/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=133368 CPUtime=1.49
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 32089 0 0 0 146 3 0 0 25 0 1 0 134580896 136568832 31606 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350773 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 33342 31606 323 719 0 32621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133368

[startup+3.10095 s]
/proc/loadavg: 2.48 2.23 2.24 3/179 17328
/proc/meminfo: memFree=30975168/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=133368 CPUtime=3.09
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 32089 0 0 0 306 3 0 0 25 0 1 0 134580896 136568832 31606 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 33342 31606 323 719 0 32621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133368

[startup+6.30038 s]
/proc/loadavg: 2.45 2.22 2.24 3/179 17328
/proc/meminfo: memFree=30966492/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=143380 CPUtime=6.29
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 35758 0 0 0 624 5 0 0 25 0 1 0 134580896 146821120 33884 4089446400 4194304 7136930 140735908326592 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 35845 33884 391 719 0 35124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143380

[startup+12.7002 s]
/proc/loadavg: 2.41 2.22 2.24 3/179 17328
/proc/meminfo: memFree=30958848/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=145316 CPUtime=12.69
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 36249 0 0 0 1262 7 0 0 25 0 1 0 134580896 148803584 34373 4089446400 4194304 7136930 140735908326592 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 36329 34373 389 719 0 35608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145316

[startup+25.501 s]
/proc/loadavg: 2.32 2.21 2.23 3/179 17328
/proc/meminfo: memFree=30947328/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=146268 CPUtime=25.49
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 36522 0 0 0 2538 11 0 0 25 0 1 0 134580896 149778432 34646 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 36567 34646 389 719 0 35846 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146268

[startup+51.1005 s]
/proc/loadavg: 2.21 2.19 2.22 3/179 17329
/proc/meminfo: memFree=30927368/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=147784 CPUtime=51.1
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 36918 0 0 0 5091 19 0 0 25 0 1 0 134580896 151330816 35042 4089446400 4194304 7136930 140735908326592 18446744073709551615 4414743 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 36946 35042 389 719 0 36225 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 147784

[startup+102.306 s]
/proc/loadavg: 2.13 2.17 2.21 3/179 17330
/proc/meminfo: memFree=30885896/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=150768 CPUtime=102.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 37701 0 0 0 10199 31 0 0 25 0 1 0 134580896 154386432 35825 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 37692 35825 389 719 0 36971 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150768

[startup+162.301 s]
/proc/loadavg: 2.05 2.14 2.20 3/179 17332
/proc/meminfo: memFree=30839348/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=157252 CPUtime=162.29
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 39345 0 0 0 16180 49 0 0 25 0 1 0 134580896 161026048 37469 4089446400 4194304 7136930 140735908326592 18446744073709551615 4453682 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 39313 37469 389 719 0 38592 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157252

[startup+222.3 s]
/proc/loadavg: 2.02 2.11 2.18 3/179 17334
/proc/meminfo: memFree=30792940/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=160360 CPUtime=222.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 40151 0 0 0 22166 64 0 0 25 0 1 0 134580896 164208640 38275 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 40090 38275 389 719 0 39369 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 160360

[startup+282.301 s]
/proc/loadavg: 2.00 2.09 2.17 3/179 17335
/proc/meminfo: memFree=30748372/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=163524 CPUtime=282.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 40985 0 0 0 28150 80 0 0 25 0 1 0 134580896 167448576 39109 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 40881 39109 389 719 0 40160 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 163524

[startup+342.301 s]
/proc/loadavg: 2.00 2.07 2.16 3/179 17336
/proc/meminfo: memFree=30703548/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=167024 CPUtime=342.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 41897 0 0 0 34133 97 0 0 25 0 1 0 134580896 171032576 40021 4089446400 4194304 7136930 140735908326592 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 41756 40021 389 719 0 41035 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 167024

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.14 3/179 17338
/proc/meminfo: memFree=30656976/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=170132 CPUtime=402.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 42697 0 0 0 40118 112 0 0 25 0 1 0 134580896 174215168 40821 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 42533 40821 389 719 0 41812 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 170132

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.13 3/179 17340
/proc/meminfo: memFree=30608796/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=176976 CPUtime=462.31
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 43935 0 0 0 46104 127 0 0 25 0 1 0 134580896 181223424 42059 4089446400 4194304 7136930 140735908326592 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 44244 42059 389 719 0 43523 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 176976

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.12 3/179 17342
/proc/meminfo: memFree=30565208/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=180084 CPUtime=522.3
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 44778 0 0 0 52089 141 0 0 25 0 1 0 134580896 184406016 42902 4089446400 4194304 7136930 140735908326592 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 45021 42902 389 719 0 44300 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 180084

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/179 17343
/proc/meminfo: memFree=30515428/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=183752 CPUtime=582.31
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 45714 0 0 0 58075 156 0 0 25 0 1 0 134580896 188162048 43838 4089446400 4194304 7136930 140735908326592 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 45938 43838 389 719 0 45217 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 183752

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 17344
/proc/meminfo: memFree=30471484/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=186728 CPUtime=642.31
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 46509 0 0 0 64060 171 0 0 25 0 1 0 134580896 191209472 44633 4089446400 4194304 7136930 140735908326592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 46682 44633 389 719 0 45961 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 186728

[startup+702.3 s]

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

/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 52551 0 0 0 99966 266 0 0 25 0 1 0 134580896 215158784 50675 4089446400 4194304 7136930 140735908326592 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 52529 50675 389 719 0 51808 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 210116

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17359
/proc/meminfo: memFree=30152868/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=212764 CPUtime=1062.32
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 53259 0 0 0 105951 281 0 0 25 0 1 0 134580896 217870336 51383 4089446400 4194304 7136930 140735908326592 18446744073709551615 4834562 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 53191 51383 389 719 0 52470 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 212764

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.05 3/179 17361
/proc/meminfo: memFree=30107796/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=216260 CPUtime=1122.32
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 54176 0 0 0 111937 295 0 0 25 0 1 0 134580896 221450240 52300 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 54065 52300 389 719 0 53344 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 216260

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/179 17362
/proc/meminfo: memFree=30062848/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=220776 CPUtime=1182.32
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 55346 0 0 0 117921 311 0 0 25 0 1 0 134580896 226074624 53470 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 55194 53470 389 719 0 54473 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 220776

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 17363
/proc/meminfo: memFree=30018016/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=227848 CPUtime=1242.32
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 56139 0 0 0 123905 327 0 0 25 0 1 0 134580896 233316352 54263 4089446400 4194304 7136930 140735908326592 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 56962 54263 389 719 0 56241 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 227848

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 17365
/proc/meminfo: memFree=29972580/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=231636 CPUtime=1302.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 57092 0 0 0 129891 342 0 0 25 0 1 0 134580896 237195264 55216 4089446400 4194304 7136930 140735908326592 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 57909 55216 389 719 0 57188 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 231636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 17367
/proc/meminfo: memFree=29926636/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=234840 CPUtime=1362.32
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 57961 0 0 0 135872 360 0 0 25 0 1 0 134580896 240476160 56085 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 58710 56085 389 719 0 57989 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 234840

[startup+1422.31 s]
/proc/loadavg: 1.47 1.86 1.98 2/171 17391
/proc/meminfo: memFree=31202240/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=238332 CPUtime=1422.34
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 58873 0 0 0 141860 374 0 0 25 0 1 0 134580896 244051968 56997 4089446400 4194304 7136930 140735908326592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 59583 56997 389 719 0 58862 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 238332

[startup+1482.3 s]
/proc/loadavg: 1.17 1.70 1.91 2/171 17392
/proc/meminfo: memFree=31197372/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=243032 CPUtime=1482.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 60053 0 0 0 147845 388 0 0 25 0 1 0 134580896 248864768 58177 4089446400 4194304 7136930 140735908326592 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 60758 58177 389 719 0 60037 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 243032

[startup+1542.3 s]
/proc/loadavg: 1.06 1.57 1.85 2/171 17393
/proc/meminfo: memFree=31193744/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=246396 CPUtime=1542.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 60965 0 0 0 153831 402 0 0 25 0 1 0 134580896 252309504 59089 4089446400 4194304 7136930 140735908326592 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 61599 59089 389 719 0 60878 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 246396

[startup+1602.3 s]
/proc/loadavg: 1.02 1.46 1.80 2/171 17395
/proc/meminfo: memFree=31190112/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=249888 CPUtime=1602.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 61874 0 0 0 159819 414 0 0 25 0 1 0 134580896 255885312 59998 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 62472 59998 389 719 0 61751 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 249888

[startup+1662.3 s]
/proc/loadavg: 1.01 1.38 1.74 2/171 17397
/proc/meminfo: memFree=31186860/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=252864 CPUtime=1662.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 62655 0 0 0 165802 431 0 0 25 0 1 0 134580896 258932736 60779 4089446400 4194304 7136930 140735908326592 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 63216 60779 389 719 0 62495 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 252864

[startup+1722.3 s]
/proc/loadavg: 1.00 1.31 1.70 2/171 17399
/proc/meminfo: memFree=31182244/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=257384 CPUtime=1722.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 63824 0 0 0 171791 442 0 0 25 0 1 0 134580896 263561216 61948 4089446400 4194304 7136930 140735908326592 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 64346 61948 389 719 0 63625 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 257384

[startup+1782.3 s]
/proc/loadavg: 1.00 1.25 1.65 2/171 17400
/proc/meminfo: memFree=31178984/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=260492 CPUtime=1782.33
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 64638 0 0 0 177777 456 0 0 25 0 1 0 134580896 266743808 62762 4089446400 4194304 7136930 140735908326592 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 65123 62762 389 719 0 64402 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 260492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.07 1.25 1.64 2/171 17401
/proc/meminfo: memFree=31176360/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=263104 CPUtime=1800.04
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 65301 0 0 0 179544 460 0 0 25 0 1 0 134580896 269418496 63425 4089446400 4194304 7136930 140735908326592 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17327/statm: 65776 63425 389 719 0 65055 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 263104

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17327

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

[startup+1801.4 s]
/proc/loadavg: 1.07 1.25 1.64 2/172 17402
/proc/meminfo: memFree=31176352/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=263104 CPUtime=1801.43
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 65301 0 0 0 179683 460 0 0 25 0 1 0 134580896 269418496 63425 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 65776 63425 389 719 0 65055 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 263104

[startup+1801.81 s]
/proc/loadavg: 1.07 1.25 1.64 2/172 17402
/proc/meminfo: memFree=31176352/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=263104 CPUtime=1801.84
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 65301 0 0 0 179724 460 0 0 25 0 1 0 134580896 269418496 63425 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350731 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 65776 63425 389 719 0 65055 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 263104

[startup+1802 s]
/proc/loadavg: 1.07 1.25 1.64 2/172 17402
/proc/meminfo: memFree=31176352/32950928 swapFree=4192956/4192956
[pid=17327] ppid=17325 vsize=263104 CPUtime=1802.03
/proc/17327/stat : 17327 (pbscip.linux.x8) R 17325 17327 16615 0 -1 4202496 65301 0 0 0 179743 460 0 0 25 0 1 0 134580896 269418496 63425 4089446400 4194304 7136930 140735908326592 18446744073709551615 6350631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17327/statm: 65776 63425 389 719 0 65055 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 263104

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.06
CPU user time (s): 1797.45
CPU system time (s): 4.6153
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 263104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 4.6153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65301
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= 1
involuntary context switches= 2675

runsolver used 2.33664 second user time and 5.72413 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 23:20:46
IDJOB=2693939
IDBENCH=79345
IDSOLVER=1206
FILE ID=node124/2693939-1277932846
PBS_JOBID= 11197432
Free space on /tmp= 130620 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3029_8-unsat--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693939-1277932846/watcher-2693939-1277932846 -o /tmp/evaluation-result-2693939-1277932846/solver-2693939-1277932846 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693939-1277932846.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 850df9cd01e268299cdca754cc055f3b
RANDOM SEED=1605395807

node124.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31102804 kB
Buffers:        221572 kB
Cached:        1126532 kB
SwapCached:          0 kB
Active:         881284 kB
Inactive:       853496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31102804 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3968 kB
Writeback:           0 kB
AnonPages:      387028 kB
Mapped:          16088 kB
Slab:            81460 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   536044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130620 MiB
End job on node124 at 2010-06-30 23:50:48