Trace number 2705416

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.05

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j9014_1-unsat--soft-0-100-0.wbo
MD5SUMe41310c54b1dfe1512781e3f45287135
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark5.2462
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables16198
Total number of constraints50975
Number of soft constraints50975
Number of constraints which are clauses50623
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints352
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 2569553
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2569552
Biggest number in a constraint 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 588
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-2705416-1278576553.wbo>
0.49/0.57	c original problem has 118148 variables (67173 bin, 0 int, 50975 impl, 0 cont) and 101951 constraints
0.49/0.57	c problem read
0.49/0.57	c presolving settings loaded
34.19/34.27	o 2569552
34.19/34.27	c feasible solution found by trivial heuristic, objective value  2.569552e+06
34.19/34.27	c presolving:
43.59/43.69	c    (43.1s) probing: 671/67173 (1.0%) - 0 fixings, 0 aggregations, 236 implications, 0 bound changes
43.59/43.69	c    (43.1s) probing aborted: 100/100 successive totally useless probings
43.59/43.69	c (round 1) 0 del vars, 1 del conss, 50975 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 472 impls, 0 clqs
43.79/43.89	c (round 2) 0 del vars, 1 del conss, 50975 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 472 impls, 0 clqs
44.09/44.11	c    (43.5s) probing: 681/67173 (1.0%) - 0 fixings, 0 aggregations, 236 implications, 0 bound changes
44.09/44.11	c    (43.5s) probing aborted: 100/100 successive totally useless probings
44.09/44.12	c presolving (3 rounds):
44.09/44.12	c  0 deleted vars, 1 deleted constraints, 50975 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
44.09/44.12	c  103742 implications, 0 cliques
44.09/44.12	c presolved problem has 118148 variables (67173 bin, 0 int, 50975 impl, 0 cont) and 101950 constraints
44.09/44.12	c     536 constraints of type <varbound>
44.09/44.12	c   50439 constraints of type <linear>
44.09/44.12	c   50975 constraints of type <indicator>
44.09/44.12	c transformed objective value is always integral (scale: 1)
44.09/44.12	c Presolving Time: 43.22
44.09/44.12	c - non default parameters ----------------------------------------------------------------------
44.09/44.12	c # SCIP version 1.2.1.3
44.09/44.12	c 
44.09/44.12	c # frequency for displaying node information lines
44.09/44.12	c # [type: int, range: [-1,2147483647], default: 100]
44.09/44.12	c display/freq = 10000
44.09/44.12	c 
44.09/44.12	c # maximal time in seconds to run
44.09/44.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
44.09/44.12	c limits/time = 1789.44
44.09/44.12	c 
44.09/44.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
44.09/44.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
44.09/44.12	c limits/memory = 3420
44.09/44.12	c 
44.09/44.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
44.09/44.12	c # [type: int, range: [1,2], default: 1]
44.09/44.12	c timing/clocktype = 2
44.09/44.12	c 
44.09/44.12	c # should presolving try to simplify inequalities
44.09/44.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
44.09/44.12	c constraints/linear/simplifyinequalities = TRUE
44.09/44.12	c 
44.09/44.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
44.09/44.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
44.09/44.12	c constraints/indicator/addCouplingCons = TRUE
44.09/44.12	c 
44.09/44.12	c # should presolving try to simplify knapsacks
44.09/44.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
44.09/44.12	c constraints/knapsack/simplifyinequalities = TRUE
44.09/44.12	c 
44.09/44.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
44.09/44.12	c # [type: int, range: [-1,2147483647], default: -1]
44.09/44.12	c separating/rapidlearning/freq = 0
44.09/44.12	c 
44.09/44.12	c -----------------------------------------------------------------------------------------------
44.09/44.12	c start solving
44.09/44.15	c 
44.39/44.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.39/44.43	c t43.9s|     1 |     0 |     0 |     - | 386M|   0 |   0 | 118k| 101k| 118k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
44.39/44.49	c  43.9s|     1 |     0 |   181 |     - | 386M|   0 |   0 | 118k| 101k| 118k| 314 | 314 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
44.49/44.53	c  44.0s|     1 |     0 |   381 |     - | 386M|   0 |   0 | 118k| 101k| 118k| 514 | 514 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
44.49/44.59	c  44.0s|     1 |     0 |   581 |     - | 386M|   0 |   0 | 118k| 101k| 118k| 714 | 714 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
44.59/44.64	c  44.1s|     1 |     0 |   671 |     - | 386M|   0 |   0 | 118k| 101k| 118k| 804 | 804 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
44.69/44.70	c  44.1s|     1 |     2 |   671 |     - | 386M|   0 |   0 | 118k| 101k| 118k| 804 | 804 |   0 |   0 | 0.000000e+00 | 2.569552e+06 |    Inf 
232.00/232.08	o 2543787
232.00/232.08	c y 232s|  2969 |  2968 |   677 |   0.0 | 479M|2967 |   - | 118k| 101k|   0 |   0 | 812 |   0 |   0 | 0.000000e+00 | 2.543787e+06 |    Inf 
705.41/705.47	c   705s| 10000 | 10001 |  1159 |   0.0 | 694M|2967 |   0 | 118k| 101k| 118k| 927 |1253 |   0 |   0 | 0.000000e+00 | 2.543787e+06 |    Inf 
1406.22/1406.25	c  1406s| 20000 | 20001 |  3015 |   0.1 | 997M|2967 |   0 | 118k| 101k| 118k| 977 |3047 |   0 |   0 | 0.000000e+00 | 2.543787e+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.45
1790.03/1790.01	c Solving Nodes      : 25417
1790.03/1790.01	c Primal Bound       : +2.54378700000000e+06 (5 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-2705416-1278576553/watcher-2705416-1278576553 -o /tmp/evaluation-result-2705416-1278576553/solver-2705416-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705416-1278576553.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.00 2.00 1.91 3/178 20231
/proc/meminfo: memFree=28917536/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=12324 CPUtime=0
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 1929 0 0 0 0 0 0 0 22 0 1 0 25868391 12619776 1848 4089446400 4194304 10345943 140735145681264 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20231/statm: 3081 1857 429 1502 0 1574 0

[startup+0.0310879 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 20231
/proc/meminfo: memFree=28917536/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=21284 CPUtime=0.02
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 4155 0 0 0 2 0 0 0 22 0 1 0 25868391 21794816 4074 4089446400 4194304 10345943 140735145681264 18446744073709551615 9255790 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20231/statm: 5321 4074 430 1502 0 3814 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21284

[startup+0.10102 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 20231
/proc/meminfo: memFree=28917536/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=44332 CPUtime=0.09
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 9917 0 0 0 8 1 0 0 22 0 1 0 25868391 45395968 9836 4089446400 4194304 10345943 140735145681264 18446744073709551615 4327595 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20231/statm: 11083 9836 430 1502 0 9576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44332

[startup+0.300972 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 20231
/proc/meminfo: memFree=28917536/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=96556 CPUtime=0.29
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 22935 0 0 0 27 2 0 0 22 0 1 0 25868391 98873344 22854 4089446400 4194304 10345943 140735145681264 18446744073709551615 9134623 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20231/statm: 24139 22854 430 1502 0 22632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96556

[startup+0.700901 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 20231
/proc/meminfo: memFree=28917536/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=272300 CPUtime=0.69
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 66872 0 0 0 63 6 0 0 23 0 1 0 25868391 278835200 66401 4089446400 4194304 10345943 140735145681264 18446744073709551615 4223336 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 68075 66402 478 1502 0 66568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 272300

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20232
/proc/meminfo: memFree=28564872/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=397112 CPUtime=1.48
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 96458 0 0 0 139 9 0 0 25 0 1 0 25868391 406642688 95987 4089446400 4194304 10345943 140735145681264 18446744073709551615 9138627 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 99278 95987 509 1502 0 97771 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 397112

[startup+3.10056 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20232
/proc/meminfo: memFree=28535368/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=397112 CPUtime=3.08
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 96458 0 0 0 299 9 0 0 25 0 1 0 25868391 406642688 95987 4089446400 4194304 10345943 140735145681264 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 99278 95987 509 1502 0 97771 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 397112

[startup+6.30098 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20233
/proc/meminfo: memFree=28493840/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=397112 CPUtime=6.29
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 96458 0 0 0 620 9 0 0 25 0 1 0 25868391 406642688 95987 4089446400 4194304 10345943 140735145681264 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 99278 95987 509 1502 0 97771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 397112

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20233
/proc/meminfo: memFree=28479676/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=397112 CPUtime=12.69
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 96458 0 0 0 1260 9 0 0 25 0 1 0 25868391 406642688 95987 4089446400 4194304 10345943 140735145681264 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 99278 95987 509 1502 0 97771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 397112

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20233
/proc/meminfo: memFree=28466532/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=397112 CPUtime=25.49
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 96458 0 0 0 2540 9 0 0 25 0 1 0 25868391 406642688 95987 4089446400 4194304 10345943 140735145681264 18446744073709551615 9138646 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 99278 95987 509 1502 0 97771 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 397112

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20233
/proc/meminfo: memFree=28359436/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=502196 CPUtime=51.09
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 123236 0 0 0 5097 12 0 0 25 0 1 0 25868391 514248704 121063 4089446400 4194304 10345943 140735145681264 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 125549 121063 705 1502 0 124042 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 502196

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20235
/proc/meminfo: memFree=28327764/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=525096 CPUtime=102.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 172457 0 0 0 10211 19 0 0 25 0 1 0 25868391 537698304 127056 4089446400 4194304 10345943 140735145681264 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 131274 127056 712 1502 0 129767 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 525096

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20237
/proc/meminfo: memFree=28294428/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=557040 CPUtime=162.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 201800 0 0 0 16207 23 0 0 25 0 1 0 25868391 570408960 134784 4089446400 4194304 10345943 140735145681264 18446744073709551615 5031119 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 139260 134784 714 1502 0 137753 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 557040

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20238
/proc/meminfo: memFree=28272556/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=585504 CPUtime=222.29
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 209126 0 0 0 22205 24 0 0 25 0 1 0 25868391 599556096 142110 4089446400 4194304 10345943 140735145681264 18446744073709551615 6119719 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 146376 142110 714 1502 0 144869 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 585504

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20239
/proc/meminfo: memFree=28240148/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=619052 CPUtime=282.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 327453 0 0 0 28191 39 0 0 25 0 1 0 25868391 633909248 149664 4089446400 4194304 10345943 140735145681264 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 154763 149664 725 1502 0 153256 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 619052

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20241
/proc/meminfo: memFree=28208480/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=645980 CPUtime=342.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 411447 0 0 0 34180 50 0 0 25 0 1 0 25868391 661483520 156583 4089446400 4194304 10345943 140735145681264 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 161495 156583 725 1502 0 159988 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 645980

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20243
/proc/meminfo: memFree=28174948/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=675888 CPUtime=402.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 419205 0 0 0 40178 52 0 0 25 0 1 0 25868391 692109312 164341 4089446400 4194304 10345943 140735145681264 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 168972 164341 725 1502 0 167465 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 675888

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20245
/proc/meminfo: memFree=28147116/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=703844 CPUtime=462.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 425876 0 0 0 46177 53 0 0 25 0 1 0 25868391 720736256 171012 4089446400 4194304 10345943 140735145681264 18446744073709551615 6787368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 175961 171012 725 1502 0 174454 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 703844

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20246
/proc/meminfo: memFree=28114072/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=736288 CPUtime=522.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 433952 0 0 0 52175 55 0 0 25 0 1 0 25868391 753958912 179088 4089446400 4194304 10345943 140735145681264 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 184072 179088 725 1502 0 182565 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 736288

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20250
/proc/meminfo: memFree=28085464/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=761904 CPUtime=582.3
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 494265 0 0 0 58168 62 0 0 25 0 1 0 25868391 780189696 185685 4089446400 4194304 10345943 140735145681264 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 190476 185685 725 1502 0 188969 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 761904

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20252
/proc/meminfo: memFree=28057840/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=791324 CPUtime=642.31
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 501206 0 0 0 64167 64 0 0 25 0 1 0 25868391 810315776 192626 4089446400 4194304 10345943 140735145681264 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 197831 192626 725 1502 0 196324 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 791324

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.08 2.02 1.91 3/179 20257
/proc/meminfo: memFree=27947092/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=894584 CPUtime=822.31
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 526396 0 0 0 82162 69 0 0 25 0 1 0 25868391 916054016 217816 4089446400 4194304 10345943 140735145681264 18446744073709551615 6307378 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 223646 217816 725 1502 0 222139 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 894584

[startup+882.301 s]
/proc/loadavg: 2.03 2.01 1.91 3/179 20258
/proc/meminfo: memFree=27912316/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=915396 CPUtime=882.31
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 531639 0 0 0 88162 69 0 0 25 0 1 0 25868391 937365504 223059 4089446400 4194304 10345943 140735145681264 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 228849 223059 725 1502 0 227342 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 915396

[startup+942.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 20260
/proc/meminfo: memFree=27862908/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=952956 CPUtime=942.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 540114 0 0 0 94161 71 0 0 25 0 1 0 25868391 975826944 231534 4089446400 4194304 10345943 140735145681264 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 238239 231534 725 1502 0 236732 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 952956

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20262
/proc/meminfo: memFree=27821196/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=981292 CPUtime=1002.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 593000 0 0 0 100154 78 0 0 25 0 1 0 25868391 1004843008 240145 4089446400 4194304 10345943 140735145681264 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 245323 240145 725 1502 0 243816 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 981292

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20264
/proc/meminfo: memFree=27789280/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1009556 CPUtime=1062.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 598982 0 0 0 106153 79 0 0 25 0 1 0 25868391 1033785344 246127 4089446400 4194304 10345943 140735145681264 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 252389 246127 725 1502 0 250882 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1009556

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20265
/proc/meminfo: memFree=27741364/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1048688 CPUtime=1122.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 608979 0 0 0 112151 81 0 0 25 0 1 0 25868391 1073856512 256124 4089446400 4194304 10345943 140735145681264 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 262172 256124 725 1502 0 260665 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1048688

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20266
/proc/meminfo: memFree=27709952/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1069660 CPUtime=1182.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 614243 0 0 0 118150 82 0 0 25 0 1 0 25868391 1095331840 261388 4089446400 4194304 10345943 140735145681264 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 267415 261388 725 1502 0 265908 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1069660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20268
/proc/meminfo: memFree=27664524/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1106856 CPUtime=1242.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 623334 0 0 0 124149 83 0 0 25 0 1 0 25868391 1133420544 270479 4089446400 4194304 10345943 140735145681264 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 276714 270479 725 1502 0 275207 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1106856

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/179 20270
/proc/meminfo: memFree=27639056/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1125964 CPUtime=1302.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 628052 0 0 0 130149 84 0 0 25 0 1 0 25868391 1152987136 275197 4089446400 4194304 10345943 140735145681264 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 281491 275197 725 1502 0 279984 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1125964

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 20272
/proc/meminfo: memFree=27605040/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1157824 CPUtime=1362.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 636066 0 0 0 136146 86 0 0 25 0 1 0 25868391 1185611776 283211 4089446400 4194304 10345943 140735145681264 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 289456 283211 725 1502 0 287949 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1157824

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 20273
/proc/meminfo: memFree=27572872/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1182064 CPUtime=1422.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 642164 0 0 0 142145 88 0 0 25 0 1 0 25868391 1210433536 289309 4089446400 4194304 10345943 140735145681264 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 295516 289309 725 1502 0 294009 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1182064

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 20274
/proc/meminfo: memFree=27541224/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1214132 CPUtime=1482.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 649049 0 0 0 148143 89 0 0 25 0 1 0 25868391 1243271168 296194 4089446400 4194304 10345943 140735145681264 18446744073709551615 6119778 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 303533 296194 725 1502 0 302026 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1214132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 20276
/proc/meminfo: memFree=27506844/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1242780 CPUtime=1542.32
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 655335 0 0 0 154142 90 0 0 25 0 1 0 25868391 1272606720 302480 4089446400 4194304 10345943 140735145681264 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 310695 302480 725 1502 0 309188 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1242780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20278
/proc/meminfo: memFree=27480368/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1274668 CPUtime=1602.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 661496 0 0 0 160141 92 0 0 25 0 1 0 25868391 1305260032 308641 4089446400 4194304 10345943 140735145681264 18446744073709551615 6864702 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 318667 308641 725 1502 0 317160 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1274668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20280
/proc/meminfo: memFree=27446840/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1312404 CPUtime=1662.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 669635 0 0 0 166139 94 0 0 25 0 1 0 25868391 1343901696 316780 4089446400 4194304 10345943 140735145681264 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 328101 316780 725 1502 0 326594 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1312404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20281
/proc/meminfo: memFree=27413312/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1335848 CPUtime=1722.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 674902 0 0 0 172138 95 0 0 25 0 1 0 25868391 1367908352 322047 4089446400 4194304 10345943 140735145681264 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 333962 322047 725 1502 0 332455 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1335848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20309
/proc/meminfo: memFree=27768396/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1376156 CPUtime=1782.33
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 683736 0 0 0 178137 96 0 0 25 0 1 0 25868391 1409183744 330881 4089446400 4194304 10345943 140735145681264 18446744073709551615 4900881 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20231/statm: 344039 330881 725 1502 0 342532 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1376156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20310
/proc/meminfo: memFree=27748440/32951124 swapFree=67111528/67111528
[pid=20231] ppid=20229 vsize=1376156 CPUtime=1800.04
/proc/20231/stat : 20231 (pbscip.linux.x8) R 20229 20231 19786 0 -1 4202496 683772 0 0 0 179908 96 0 0 25 0 1 0 25868391 1409183744 330917 4089446400 4194304 10345943 140735145681264 18446744073709551615 4246696 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20231/statm: 344039 330917 725 1502 0 342532 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1376156

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.05
CPU time (s): 1800.09
CPU user time (s): 1799.09
CPU system time (s): 1.00585
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1376156

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

runsolver used 2.79957 second user time and 5.41218 second system time

The end

Launcher Data

Begin job on node136 at 2010-07-08 10:09:13
IDJOB=2705416
IDBENCH=79138
IDSOLVER=1214
FILE ID=node136/2705416-1278576553
PBS_JOBID= 11240183
Free space on /tmp= 73368 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/j90/normalized-j9014_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-2705416-1278576553/watcher-2705416-1278576553 -o /tmp/evaluation-result-2705416-1278576553/solver-2705416-1278576553 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705416-1278576553.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e41310c54b1dfe1512781e3f45287135
RANDOM SEED=471054735

node136.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.834
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.834
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.82
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.834
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.834
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.834
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	: 5426.48
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.834
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.834
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.67
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.834
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28917940 kB
Buffers:        159976 kB
Cached:        3403784 kB
SwapCached:          0 kB
Active:        1164856 kB
Inactive:      2692716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28917940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29492 kB
Writeback:           0 kB
AnonPages:      293640 kB
Mapped:          16844 kB
Slab:           110184 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   442848 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= 73356 MiB
End job on node136 at 2010-07-08 10:39:15