Trace number 2705383

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.09 1800.06

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j120/
normalized-j1205_1-unsat--soft-0-100-0.wbo
MD5SUM528ce3364f1db93944933a8c4cbb85cb
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark7.07392
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables22264
Total number of constraints70239
Number of soft constraints70239
Number of constraints which are clauses69875
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints364
Minimum length of a constraint1
Maximum length of a constraint34
Top cost 3558921
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3558920
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 210
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.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-2705383-1278576550.wbo>
0.78/0.82	c original problem has 162742 variables (92503 bin, 0 int, 70239 impl, 0 cont) and 140479 constraints
0.78/0.82	c problem read
0.78/0.82	c presolving settings loaded
61.69/61.78	o 3558920
61.69/61.78	c feasible solution found by trivial heuristic, objective value  3.558920e+06
61.69/61.78	c presolving:
78.49/78.58	c    (77.8s) probing: 853/92503 (0.9%) - 0 fixings, 0 aggregations, 326 implications, 0 bound changes
78.49/78.58	c    (77.8s) probing aborted: 100/100 successive totally useless probings
78.49/78.58	c (round 1) 0 del vars, 1 del conss, 70239 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 652 impls, 0 clqs
78.89/78.93	c (round 2) 0 del vars, 1 del conss, 70239 chg bounds, 0 chg sides, 0 chg coeffs, 716 upgd conss, 652 impls, 0 clqs
79.19/79.27	c    (78.5s) probing: 863/92503 (0.9%) - 0 fixings, 0 aggregations, 326 implications, 0 bound changes
79.19/79.27	c    (78.5s) probing aborted: 100/100 successive totally useless probings
79.19/79.28	c presolving (3 rounds):
79.19/79.28	c  0 deleted vars, 1 deleted constraints, 70239 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
79.19/79.28	c  142978 implications, 0 cliques
79.19/79.28	c presolved problem has 162742 variables (92503 bin, 0 int, 70239 impl, 0 cont) and 140478 constraints
79.19/79.28	c     716 constraints of type <varbound>
79.19/79.28	c   69523 constraints of type <linear>
79.19/79.28	c   70239 constraints of type <indicator>
79.19/79.28	c transformed objective value is always integral (scale: 1)
79.19/79.28	c Presolving Time: 77.96
79.19/79.28	c - non default parameters ----------------------------------------------------------------------
79.19/79.28	c # SCIP version 1.2.1.3
79.19/79.28	c 
79.19/79.28	c # frequency for displaying node information lines
79.19/79.28	c # [type: int, range: [-1,2147483647], default: 100]
79.19/79.28	c display/freq = 10000
79.19/79.28	c 
79.19/79.28	c # maximal time in seconds to run
79.19/79.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
79.19/79.28	c limits/time = 1789.18
79.19/79.28	c 
79.19/79.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
79.19/79.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
79.19/79.28	c limits/memory = 3420
79.19/79.28	c 
79.19/79.28	c # default clock type (1: CPU user seconds, 2: wall clock time)
79.19/79.28	c # [type: int, range: [1,2], default: 1]
79.19/79.28	c timing/clocktype = 2
79.19/79.28	c 
79.19/79.28	c # should presolving try to simplify inequalities
79.19/79.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.19/79.28	c constraints/linear/simplifyinequalities = TRUE
79.19/79.28	c 
79.19/79.28	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
79.19/79.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.19/79.28	c constraints/indicator/addCouplingCons = TRUE
79.19/79.28	c 
79.19/79.28	c # should presolving try to simplify knapsacks
79.19/79.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
79.19/79.28	c constraints/knapsack/simplifyinequalities = TRUE
79.19/79.28	c 
79.19/79.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
79.19/79.28	c # [type: int, range: [-1,2147483647], default: -1]
79.19/79.28	c separating/rapidlearning/freq = 0
79.19/79.28	c 
79.19/79.28	c -----------------------------------------------------------------------------------------------
79.19/79.28	c start solving
79.28/79.33	c 
79.69/79.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.69/79.74	c t78.9s|     1 |     0 |     0 |     - | 528M|   0 |   0 | 162k| 140k| 162k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
79.79/79.83	c  79.0s|     1 |     0 |   241 |     - | 529M|   0 |   0 | 162k| 140k| 162k| 419 | 419 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
79.89/79.90	c  79.1s|     1 |     0 |   441 |     - | 529M|   0 |   0 | 162k| 140k| 162k| 619 | 619 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
79.89/79.97	c  79.2s|     1 |     0 |   641 |     - | 529M|   0 |   0 | 162k| 140k| 162k| 819 | 819 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
79.99/80.05	c  79.2s|     1 |     0 |   841 |     - | 529M|   0 |   0 | 162k| 140k| 162k|1019 |1019 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
80.09/80.13	c  79.3s|     1 |     0 |   912 |     - | 529M|   0 |   0 | 162k| 140k| 162k|1090 |1090 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
80.19/80.22	c  79.4s|     1 |     2 |   912 |     - | 529M|   0 |   0 | 162k| 140k| 162k|1090 |1090 |   0 |   0 | 0.000000e+00 | 3.558920e+06 |    Inf 
384.30/384.38	o 3521862
384.30/384.38	c y 384s|  3505 |  3504 |   956 |   0.0 | 679M|3503 |   - | 162k| 140k|   0 |   0 |1128 |   0 |   0 | 0.000000e+00 | 3.521862e+06 |    Inf 
969.51/969.58	c   969s| 10000 | 10001 |  1130 |   0.0 | 955M|3503 |   0 | 162k| 140k| 162k|1145 |1303 |   0 |   0 | 0.000000e+00 | 3.521862e+06 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.19
1790.03/1790.01	c Solving Nodes      : 18834
1790.03/1790.01	c Primal Bound       : +3.52186200000000e+06 (7 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	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-2705383-1278576550/watcher-2705383-1278576550 -o /tmp/evaluation-result-2705383-1278576550/solver-2705383-1278576550 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705383-1278576550.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 21970
/proc/meminfo: memFree=28785648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=12512 CPUtime=0
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 1971 0 0 0 0 0 0 0 20 0 1 0 25869229 12812288 1889 4089446400 4194304 10345943 140734121782800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21970/statm: 3128 1894 429 1502 0 1621 0

[startup+0.0798379 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21970
/proc/meminfo: memFree=28785648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=36884 CPUtime=0.06
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 8054 0 0 0 6 0 0 0 22 0 1 0 25869229 37769216 7972 4089446400 4194304 10345943 140734121782800 18446744073709551615 6328964 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21970/statm: 9221 7972 430 1502 0 7714 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36884

[startup+0.100833 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21970
/proc/meminfo: memFree=28785648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=42432 CPUtime=0.09
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 9450 0 0 0 8 1 0 0 22 0 1 0 25869229 43450368 9368 4089446400 4194304 10345943 140734121782800 18446744073709551615 9134653 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21970/statm: 10608 9368 430 1502 0 9101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42432

[startup+0.300809 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21970
/proc/meminfo: memFree=28785648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=91720 CPUtime=0.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 21792 0 0 0 27 2 0 0 22 0 1 0 25869229 93921280 21710 4089446400 4194304 10345943 140734121782800 18446744073709551615 9053414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21970/statm: 22930 21710 430 1502 0 21423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91720

[startup+0.70073 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 21970
/proc/meminfo: memFree=28785648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=189936 CPUtime=0.69
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 46093 0 0 0 64 5 0 0 24 0 1 0 25869229 194494464 46011 4089446400 4194304 10345943 140734121782800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21970/statm: 47484 46016 430 1502 0 45977 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 189936

[startup+1.50059 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 21971
/proc/meminfo: memFree=28434320/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=487840 CPUtime=1.49
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 120509 0 0 0 135 14 0 0 25 0 1 0 25869229 499548160 120037 4089446400 4194304 10345943 140734121782800 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21970/statm: 121960 120037 494 1502 0 120453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 487840

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 21971
/proc/meminfo: memFree=28267540/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=533320 CPUtime=3.08
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 130279 0 0 0 294 14 0 0 25 0 1 0 25869229 546119680 129807 4089446400 4194304 10345943 140734121782800 18446744073709551615 9138671 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21970/statm: 133330 129807 509 1502 0 131823 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 533320

[startup+6.30075 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21971
/proc/meminfo: memFree=28268104/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=533320 CPUtime=6.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 130279 0 0 0 615 14 0 0 25 0 1 0 25869229 546119680 129807 4089446400 4194304 10345943 140734121782800 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21970/statm: 133330 129807 509 1502 0 131823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 533320

[startup+12.7006 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21972
/proc/meminfo: memFree=28268192/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=533320 CPUtime=12.69
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 130279 0 0 0 1255 14 0 0 25 0 1 0 25869229 546119680 129807 4089446400 4194304 10345943 140734121782800 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21970/statm: 133330 129807 509 1502 0 131823 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 533320

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21972
/proc/meminfo: memFree=28268364/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=533320 CPUtime=25.49
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 130279 0 0 0 2535 14 0 0 25 0 1 0 25869229 546119680 129807 4089446400 4194304 10345943 140734121782800 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21970/statm: 133330 129807 509 1502 0 131823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 533320

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21973
/proc/meminfo: memFree=27952416/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=533320 CPUtime=51.09
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 130279 0 0 0 5095 14 0 0 25 0 1 0 25869229 546119680 129807 4089446400 4194304 10345943 140734121782800 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 133330 129807 509 1502 0 131823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 533320

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21975
/proc/meminfo: memFree=27813968/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=679468 CPUtime=102.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 197279 0 0 0 10208 21 0 0 25 0 1 0 25869229 695775232 164508 4089446400 4194304 10345943 140734121782800 18446744073709551615 5031150 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 169867 164508 706 1502 0 168360 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 679468

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 21976
/proc/meminfo: memFree=27785416/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=708308 CPUtime=162.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 233860 0 0 0 16203 26 0 0 25 0 1 0 25869229 725307392 171588 4089446400 4194304 10345943 140734121782800 18446744073709551615 4999708 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 177077 171588 706 1502 0 175570 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 708308

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21977
/proc/meminfo: memFree=27756984/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=736124 CPUtime=222.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 271668 0 0 0 22199 30 0 0 25 0 1 0 25869229 753790976 178582 4089446400 4194304 10345943 140734121782800 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 184031 178582 706 1502 0 182524 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 736124

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21979
/proc/meminfo: memFree=27722100/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=768920 CPUtime=282.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 280367 0 0 0 28197 32 0 0 25 0 1 0 25869229 787374080 187281 4089446400 4194304 10345943 140734121782800 18446744073709551615 4454106 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 192230 187281 708 1502 0 190723 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 768920

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21981
/proc/meminfo: memFree=27694416/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=797372 CPUtime=342.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 317703 0 0 0 34193 36 0 0 25 0 1 0 25869229 816508928 194226 4089446400 4194304 10345943 140734121782800 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 199343 194226 708 1502 0 197836 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 797372

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21983
/proc/meminfo: memFree=27666224/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=827660 CPUtime=402.29
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 324841 0 0 0 40192 37 0 0 25 0 1 0 25869229 847523840 201330 4089446400 4194304 10345943 140734121782800 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 206915 201330 747 1502 0 205408 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 827660

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 1.92 3/179 21984
/proc/meminfo: memFree=27635812/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=854516 CPUtime=462.3
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 481751 0 0 0 46174 56 0 0 25 0 1 0 25869229 875024384 208133 4089446400 4194304 10345943 140734121782800 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 213629 208133 719 1502 0 212122 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 854516

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/179 21985
/proc/meminfo: memFree=27607644/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=882200 CPUtime=522.3
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 518079 0 0 0 52170 60 0 0 25 0 1 0 25869229 903372800 215122 4089446400 4194304 10345943 140734121782800 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 220550 215122 719 1502 0 219043 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 882200

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 21990
/proc/meminfo: memFree=27580800/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=909316 CPUtime=582.3
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 599866 0 0 0 58160 70 0 0 25 0 1 0 25869229 931139584 221742 4089446400 4194304 10345943 140734121782800 18446744073709551615 6787776 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 227329 221742 719 1502 0 225822 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 909316

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21992
/proc/meminfo: memFree=27530988/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=939724 CPUtime=642.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 607489 0 0 0 64160 71 0 0 25 0 1 0 25869229 962277376 229365 4089446400 4194304 10345943 140734121782800 18446744073709551615 4688154 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 234931 229365 719 1502 0 233424 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 939724

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21996
/proc/meminfo: memFree=27372064/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1026156 CPUtime=822.3
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 703319 0 0 0 82148 82 0 0 25 0 1 0 25869229 1050783744 250723 4089446400 4194304 10345943 140734121782800 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 256539 250723 719 1502 0 255032 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1026156

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21998
/proc/meminfo: memFree=27316976/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1053508 CPUtime=882.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 784156 0 0 0 88139 92 0 0 25 0 1 0 25869229 1078792192 257475 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 263377 257475 719 1502 0 261870 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1053508

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22000
/proc/meminfo: memFree=27267608/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1081356 CPUtime=942.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 791156 0 0 0 94137 94 0 0 25 0 1 0 25869229 1107308544 264475 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 270339 264475 719 1502 0 268832 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1081356

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22002
/proc/meminfo: memFree=27204960/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1114112 CPUtime=1002.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 799412 0 0 0 100135 96 0 0 25 0 1 0 25869229 1140850688 272731 4089446400 4194304 10345943 140734121782800 18446744073709551615 5012894 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 278528 272731 719 1502 0 277021 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1114112

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 22003
/proc/meminfo: memFree=27159056/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1138824 CPUtime=1062.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 805750 0 0 0 106134 97 0 0 25 0 1 0 25869229 1166155776 279069 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 284706 279069 719 1502 0 283199 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1138824

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 22004
/proc/meminfo: memFree=27094420/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1171360 CPUtime=1122.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 814307 0 0 0 112133 98 0 0 25 0 1 0 25869229 1199472640 287626 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749699 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 292840 287626 719 1502 0 291333 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1171360

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22006
/proc/meminfo: memFree=27046156/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1197636 CPUtime=1182.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 820189 0 0 0 118132 99 0 0 25 0 1 0 25869229 1226379264 293508 4089446400 4194304 10345943 140734121782800 18446744073709551615 4999734 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 299409 293508 719 1502 0 297902 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1197636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22008
/proc/meminfo: memFree=26990576/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1223468 CPUtime=1242.31
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 826746 0 0 0 124131 100 0 0 25 0 1 0 25869229 1252831232 300065 4089446400 4194304 10345943 140734121782800 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 305867 300065 719 1502 0 304360 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1223468

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22010
/proc/meminfo: memFree=26933516/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1256872 CPUtime=1302.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 835732 0 0 0 130130 102 0 0 25 0 1 0 25869229 1287036928 309051 4089446400 4194304 10345943 140734121782800 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 314218 309051 719 1502 0 312711 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1256872

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22011
/proc/meminfo: memFree=26886860/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1280012 CPUtime=1362.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 840758 0 0 0 136129 103 0 0 25 0 1 0 25869229 1310732288 314077 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 320003 314077 719 1502 0 318496 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1280012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22012
/proc/meminfo: memFree=26825704/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1310988 CPUtime=1422.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 848950 0 0 0 142128 104 0 0 25 0 1 0 25869229 1342451712 322269 4089446400 4194304 10345943 140734121782800 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 327747 322269 719 1502 0 326240 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1310988

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22014
/proc/meminfo: memFree=26781640/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1338004 CPUtime=1482.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 855658 0 0 0 148127 105 0 0 25 0 1 0 25869229 1370116096 328977 4089446400 4194304 10345943 140734121782800 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 334501 328977 719 1502 0 332994 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1338004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22016
/proc/meminfo: memFree=26733496/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1365272 CPUtime=1542.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 862541 0 0 0 154126 106 0 0 25 0 1 0 25869229 1398038528 335860 4089446400 4194304 10345943 140734121782800 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 341318 335860 719 1502 0 339811 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1365272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22018
/proc/meminfo: memFree=26687828/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1393404 CPUtime=1602.33
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 869712 0 0 0 160126 107 0 0 25 0 1 0 25869229 1426845696 343031 4089446400 4194304 10345943 140734121782800 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 348351 343031 719 1502 0 346844 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1393404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22019
/proc/meminfo: memFree=26628648/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1425836 CPUtime=1662.32
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 878012 0 0 0 166124 108 0 0 25 0 1 0 25869229 1460056064 351331 4089446400 4194304 10345943 140734121782800 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 356459 351331 719 1502 0 354952 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1425836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22020
/proc/meminfo: memFree=26584852/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1448684 CPUtime=1722.33
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 883314 0 0 0 172124 109 0 0 25 0 1 0 25869229 1483452416 356633 4089446400 4194304 10345943 140734121782800 18446744073709551615 6003026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 362171 356633 719 1502 0 360664 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1448684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22022
/proc/meminfo: memFree=26526664/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1480720 CPUtime=1782.33
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 892056 0 0 0 178123 110 0 0 25 0 1 0 25869229 1516257280 365375 4089446400 4194304 10345943 140734121782800 18446744073709551615 6119682 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21970/statm: 370180 365375 726 1502 0 368673 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1480720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 22050
/proc/meminfo: memFree=27653044/32951124 swapFree=67111528/67111528
[pid=21970] ppid=21968 vsize=1485564 CPUtime=1800.03
/proc/21970/stat : 21970 (pbscip.linux.x8) R 21968 21970 21565 0 -1 4202496 892947 0 0 0 179893 110 0 0 25 0 1 0 25869229 1521217536 366266 4089446400 4194304 10345943 140734121782800 18446744073709551615 4246677 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21970/statm: 371391 366266 726 1502 0 369884 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1485564

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.06
CPU time (s): 1800.09
CPU user time (s): 1798.93
CPU system time (s): 1.15582
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1485564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.15582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 892947
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= 19450

runsolver used 2.70259 second user time and 7.10392 second system time

The end

Launcher Data

Begin job on node107 at 2010-07-08 10:09:11
IDJOB=2705383
IDBENCH=79125
IDSOLVER=1214
FILE ID=node107/2705383-1278576550
PBS_JOBID= 11240239
Free space on /tmp= 73636 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/PB10/oliveras/j120/normalized-j1205_1-unsat--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-2705383-1278576550/watcher-2705383-1278576550 -o /tmp/evaluation-result-2705383-1278576550/solver-2705383-1278576550 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705383-1278576550.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 528ce3364f1db93944933a8c4cbb85cb
RANDOM SEED=107330978

node107.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.788
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.57
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.788
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	: 5265.21
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.788
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.788
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.82
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.788
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.74
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.788
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.788
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.788
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:     32951124 kB
MemFree:      28786176 kB
Buffers:        148488 kB
Cached:        3401516 kB
SwapCached:          0 kB
Active:        1318740 kB
Inactive:      2684352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28786176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29908 kB
Writeback:           0 kB
AnonPages:      452788 kB
Mapped:          16540 kB
Slab:            97456 kB
PageTables:       5444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   607972 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= 73628 MiB
End job on node107 at 2010-07-08 10:39:13