Trace number 2705334

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.16 1800.12

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl--soft-0-100-0.wbo
MD5SUMbf7f2a0d5b39c25ae3d2aae3224702e3
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark484
Best CPU time to get the best result obtained on this benchmark1800.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables87751
Total number of constraints254772
Number of soft constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 12879678
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 12879677
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705334-1278576547.wbo>
2.79/2.84	c original problem has 597295 variables (342523 bin, 0 int, 254772 impl, 0 cont) and 509545 constraints
2.79/2.84	c problem read
2.79/2.85	c presolving settings loaded
1163.92/1163.97	o 12879677
1163.92/1163.97	c feasible solution found by trivial heuristic, objective value  1.287968e+07
1163.92/1163.97	c presolving:
1164.52/1164.51	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 3856 chg sides, 7712 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1165.02/1165.01	c (round 2) 0 del vars, 1 del conss, 254772 chg bounds, 3856 chg sides, 7712 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1173.02/1173.09	c    (1170.2s) probing: 101/342523 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1173.02/1173.09	c    (1170.2s) probing aborted: 100/100 successive totally useless probings
1173.12/1173.14	c presolving (3 rounds):
1173.12/1173.14	c  0 deleted vars, 1 deleted constraints, 254772 tightened bounds, 0 added holes, 3856 changed sides, 7712 changed coefficients
1173.12/1173.14	c  501832 implications, 0 cliques
1173.12/1173.14	c presolved problem has 597295 variables (342523 bin, 0 int, 254772 impl, 0 cont) and 509544 constraints
1173.12/1173.14	c       1 constraints of type <varbound>
1173.12/1173.14	c  254771 constraints of type <linear>
1173.12/1173.14	c  254772 constraints of type <indicator>
1173.12/1173.14	c transformed objective value is always integral (scale: 1)
1173.12/1173.14	c Presolving Time: 1168.61
1173.12/1173.14	c - non default parameters ----------------------------------------------------------------------
1173.12/1173.14	c # SCIP version 1.2.1.3
1173.12/1173.14	c 
1173.12/1173.14	c # frequency for displaying node information lines
1173.12/1173.14	c # [type: int, range: [-1,2147483647], default: 100]
1173.12/1173.14	c display/freq = 10000
1173.12/1173.14	c 
1173.12/1173.14	c # maximal time in seconds to run
1173.12/1173.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1173.12/1173.14	c limits/time = 1787.16
1173.12/1173.14	c 
1173.12/1173.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1173.12/1173.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1173.12/1173.14	c limits/memory = 3420
1173.12/1173.14	c 
1173.12/1173.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
1173.12/1173.14	c # [type: int, range: [1,2], default: 1]
1173.12/1173.14	c timing/clocktype = 2
1173.12/1173.14	c 
1173.12/1173.14	c # should presolving try to simplify inequalities
1173.12/1173.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1173.12/1173.14	c constraints/linear/simplifyinequalities = TRUE
1173.12/1173.14	c 
1173.12/1173.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1173.12/1173.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1173.12/1173.14	c constraints/indicator/addCouplingCons = TRUE
1173.12/1173.14	c 
1173.12/1173.14	c # should presolving try to simplify knapsacks
1173.12/1173.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1173.12/1173.14	c constraints/knapsack/simplifyinequalities = TRUE
1173.12/1173.14	c 
1173.12/1173.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1173.12/1173.14	c # [type: int, range: [-1,2147483647], default: -1]
1173.12/1173.14	c separating/rapidlearning/freq = 0
1173.12/1173.14	c 
1173.12/1173.14	c -----------------------------------------------------------------------------------------------
1173.12/1173.14	c start solving
1173.22/1173.29	c 
1174.73/1174.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1174.73/1174.75	c t1172s|     1 |     0 |     0 |     - |1940M|   0 |   0 | 597k| 509k| 597k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1175.02/1175.01	c  1172s|     1 |     0 |   201 |     - |1940M|   0 |  13 | 597k| 509k| 597k| 201 | 201 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1177.12/1177.13	c  1174s|     1 |     0 |   328 |     - |1942M|   0 |   0 | 597k| 509k| 597k| 414 | 414 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1177.42/1177.43	c  1175s|     1 |     0 |   537 |     - |1942M|   0 |  17 | 597k| 509k| 597k| 614 | 614 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1182.22/1182.22	c  1179s|     1 |     0 |   737 |     - |1944M|   0 |  28 | 597k| 509k| 597k| 828 | 828 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1188.62/1188.66	c  1186s|     1 |     0 |   972 |     - |1944M|   0 | 279 | 597k| 509k| 597k|1043 |1043 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1197.82/1197.84	c  1195s|     1 |     0 |  1233 |     - |1953M|   0 | 572 | 597k| 509k| 597k|1263 |1263 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1207.42/1207.48	c  1205s|     1 |     0 |  1461 |     - |1954M|   0 | 484 | 597k| 509k| 597k|1483 |1483 |   0 |   0 | 0.000000e+00 | 1.287968e+07 |    Inf 
1214.82/1214.84	c  1212s|     1 |     2 |  1461 |     - |1962M|   0 | 484 | 597k| 509k| 597k|1483 |1483 |   0 |  33 | 0.000000e+00 | 1.287968e+07 |    Inf 
1790.03/1790.05	c 
1790.03/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.05	c Solving Time (sec) : 1787.21
1790.03/1790.05	c Solving Nodes      : 125
1790.03/1790.05	c Primal Bound       : +1.28796770000000e+07 (3 solutions)
1790.03/1790.05	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.05	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-2705334-1278576547/watcher-2705334-1278576547 -o /tmp/evaluation-result-2705334-1278576547/solver-2705334-1278576547 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705334-1278576547.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: 1.92 1.98 1.90 4/178 21785
/proc/meminfo: memFree=29266764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=12520 CPUtime=0
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 1974 0 0 0 0 0 0 0 22 0 1 0 25869524 12820480 1893 4089446400 4194304 10345943 140734486351856 18446744073709551615 6328773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 3130 1893 429 1502 0 1623 0

[startup+0.0168319 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21785
/proc/meminfo: memFree=29266764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=16800 CPUtime=0.01
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 3059 0 0 0 1 0 0 0 22 0 1 0 25869524 17203200 2978 4089446400 4194304 10345943 140734486351856 18446744073709551615 5755532 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 4200 2978 429 1502 0 2693 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16800

[startup+0.100816 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21785
/proc/meminfo: memFree=29266764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=41064 CPUtime=0.09
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 9123 0 0 0 8 1 0 0 22 0 1 0 25869524 42049536 9042 4089446400 4194304 10345943 140734486351856 18446744073709551615 9134638 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 10266 9042 430 1502 0 8759 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41064

[startup+0.300773 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21785
/proc/meminfo: memFree=29266764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=97436 CPUtime=0.29
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 23099 0 0 0 27 2 0 0 22 0 1 0 25869524 99774464 23019 4089446400 4194304 10345943 140734486351856 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 24359 23063 430 1502 0 22852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97436

[startup+0.700705 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21785
/proc/meminfo: memFree=29266764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=206580 CPUtime=0.69
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 50463 0 0 0 64 5 0 0 24 0 1 0 25869524 211537920 50382 4089446400 4194304 10345943 140734486351856 18446744073709551615 9134623 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 51645 50382 430 1502 0 50138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206580

[startup+1.50056 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 21786
/proc/meminfo: memFree=28986268/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=420616 CPUtime=1.49
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 103907 0 0 0 137 12 0 0 25 0 1 0 25869524 430710784 103826 4089446400 4194304 10345943 140734486351856 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21785/statm: 105154 103826 430 1502 0 103647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 420616

[startup+3.10027 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 21786
/proc/meminfo: memFree=28694116/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=991380 CPUtime=3.09
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 244465 0 0 0 282 27 0 0 25 0 1 0 25869524 1015173120 243994 4089446400 4194304 10345943 140734486351856 18446744073709551615 9270522 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21785/statm: 247845 243996 474 1502 0 246338 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 991380

[startup+6.3007 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 21786
/proc/meminfo: memFree=27502032/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=6.29
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 581 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1897004

[startup+12.7005 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 21786
/proc/meminfo: memFree=27389448/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=12.69
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 1221 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1897004

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 21786
/proc/meminfo: memFree=27329276/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=25.49
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 2501 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138556 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1897004

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 21787
/proc/meminfo: memFree=27324608/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=51.09
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 5061 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1897004

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 21788
/proc/meminfo: memFree=27322948/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=102.29
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 10181 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1897004

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21790
/proc/meminfo: memFree=27308516/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=162.29
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 16181 48 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1897004

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21792
/proc/meminfo: memFree=27294712/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=222.3
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 22181 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1897004

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21793
/proc/meminfo: memFree=27278052/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=282.3
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 28181 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1897004

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21795
/proc/meminfo: memFree=27262980/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=342.3
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 34181 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1897004

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21796
/proc/meminfo: memFree=27247684/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=402.3
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 40181 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1897004

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21798
/proc/meminfo: memFree=27227432/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=462.3
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 46181 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1897004

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21800
/proc/meminfo: memFree=27213360/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=522.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 52182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1897004

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21804
/proc/meminfo: memFree=27195932/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=582.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 58182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1897004

[startup+642.3 s]
/proc/loadavg: 2.06 2.00 1.91 3/179 21806
/proc/meminfo: memFree=27181764/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=642.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 64182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1897004

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21812
/proc/meminfo: memFree=27114784/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=882.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 88182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1897004

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21814
/proc/meminfo: memFree=27101096/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=942.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 94182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1897004

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21815
/proc/meminfo: memFree=27084308/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=1002.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 100182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1897004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21817
/proc/meminfo: memFree=27069240/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=1062.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 106182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138569 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1897004

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21819
/proc/meminfo: memFree=27052724/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=1897004 CPUtime=1122.31
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 469023 0 0 0 112182 49 0 0 25 0 1 0 25869524 1942532096 468552 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 474251 468552 509 1502 0 472744 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1897004

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21820
/proc/meminfo: memFree=26532240/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=2486048 CPUtime=1182.32
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 610179 0 0 0 118169 63 0 0 25 0 1 0 25869524 2545713152 594741 4089446400 4194304 10345943 140734486351856 18446744073709551615 5863352 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 621512 594741 794 1502 0 620005 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2486048

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 21822
/proc/meminfo: memFree=25522580/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1242.32
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871670 0 0 0 124142 90 0 0 25 0 1 0 25869524 3550380032 842293 4089446400 4194304 10345943 140734486351856 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842293 797 1502 0 865285 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3467168

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 21823
/proc/meminfo: memFree=25503680/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1302.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871672 0 0 0 130142 91 0 0 25 0 1 0 25869524 3550380032 842295 4089446400 4194304 10345943 140734486351856 18446744073709551615 6847553 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842295 798 1502 0 865285 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3467168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21825
/proc/meminfo: memFree=25485032/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1362.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871675 0 0 0 136140 93 0 0 25 0 1 0 25869524 3550380032 842298 4089446400 4194304 10345943 140734486351856 18446744073709551615 6785218 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842298 798 1502 0 865285 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3467168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21827
/proc/meminfo: memFree=25471724/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1422.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 142139 94 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6466493 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3467168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21828
/proc/meminfo: memFree=25451352/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1482.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 148138 95 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6920394 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3467168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21830
/proc/meminfo: memFree=25430336/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1542.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 154137 96 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6802938 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3467168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21831
/proc/meminfo: memFree=25415656/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1602.34
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 160136 98 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6777445 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3467168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21833
/proc/meminfo: memFree=25398000/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1662.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 166135 98 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3467168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21835
/proc/meminfo: memFree=25379976/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1722.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 172135 98 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3467168

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 21836
/proc/meminfo: memFree=25361820/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1782.33
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 178135 98 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 6119735 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 3467168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21864
/proc/meminfo: memFree=25989528/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=3467168 CPUtime=1800.04
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4202496 871681 0 0 0 179906 98 0 0 25 0 1 0 25869524 3550380032 842304 4089446400 4194304 10345943 140734486351856 18446744073709551615 9138651 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21785/statm: 866792 842304 798 1502 0 865285 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3467168

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

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

[startup+1800.11 s]
/proc/loadavg: 1.96 2.00 1.92 3/179 21864
/proc/meminfo: memFree=25989528/32950928 swapFree=67111528/67111528
[pid=21785] ppid=21783 vsize=0 CPUtime=1800.14
/proc/21785/stat : 21785 (pbscip.linux.x8) R 21783 21785 21340 0 -1 4203524 871681 0 0 0 179906 108 0 0 25 0 1 0 25869524 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21785/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.12
CPU time (s): 1800.16
CPU user time (s): 1799.06
CPU system time (s): 1.09683
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3525576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 871681
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= 2
involuntary context switches= 2798

runsolver used 2.96555 second user time and 6.78697 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 10:09:08
IDJOB=2705334
IDBENCH=79109
IDSOLVER=1214
FILE ID=node112/2705334-1278576547
PBS_JOBID= 11240230
Free space on /tmp= 73432 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705334-1278576547/watcher-2705334-1278576547 -o /tmp/evaluation-result-2705334-1278576547/solver-2705334-1278576547 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705334-1278576547.wbo -t 1800 -m 3800

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

MD5SUM BENCH= bf7f2a0d5b39c25ae3d2aae3224702e3
RANDOM SEED=361696858

node112.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.820
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.64
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.820
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	: 5332.83
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.820
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.75
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.820
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.84
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.820
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.820
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.83
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.820
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.75
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.820
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29267292 kB
Buffers:        150112 kB
Cached:        3163024 kB
SwapCached:          0 kB
Active:        1469512 kB
Inactive:      2060980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29267292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           36256 kB
Writeback:           0 kB
AnonPages:      217320 kB
Mapped:          16832 kB
Slab:            89828 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   363364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73420 MiB
End job on node112 at 2010-07-08 10:39:10