Trace number 2705406

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.1 1800.05

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j9015_10-unsat--soft-0-100-0.wbo
MD5SUM8a2cbb62b727a1b33685f0cffed53856
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark4.48132
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14196
Total number of constraints44553
Number of soft constraints44553
Number of constraints which are clauses44245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints308
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 2254044
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2254043
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 565
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-2705406-1278576553.wbo>
0.39/0.49	c original problem has 103302 variables (58749 bin, 0 int, 44553 impl, 0 cont) and 89107 constraints
0.39/0.49	c problem read
0.39/0.49	c presolving settings loaded
24.69/24.72	o 2254043
24.69/24.72	c feasible solution found by trivial heuristic, objective value  2.254043e+06
24.69/24.72	c presolving:
31.69/31.73	c    (31.2s) probing: 572/58749 (1.0%) - 0 fixings, 0 aggregations, 228 implications, 0 bound changes
31.69/31.73	c    (31.2s) probing aborted: 100/100 successive totally useless probings
31.69/31.73	c (round 1) 0 del vars, 1 del conss, 44553 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 456 impls, 0 clqs
31.80/31.90	c (round 2) 0 del vars, 1 del conss, 44553 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 456 impls, 0 clqs
32.09/32.10	c    (31.6s) probing: 582/58749 (1.0%) - 0 fixings, 0 aggregations, 228 implications, 0 bound changes
32.09/32.10	c    (31.6s) probing aborted: 100/100 successive totally useless probings
32.09/32.10	c presolving (3 rounds):
32.09/32.10	c  0 deleted vars, 1 deleted constraints, 44553 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
32.09/32.10	c  90942 implications, 0 cliques
32.09/32.10	c presolved problem has 103302 variables (58749 bin, 0 int, 44553 impl, 0 cont) and 89106 constraints
32.09/32.10	c     536 constraints of type <varbound>
32.09/32.10	c   44017 constraints of type <linear>
32.09/32.10	c   44553 constraints of type <indicator>
32.09/32.10	c transformed objective value is always integral (scale: 1)
32.09/32.10	c Presolving Time: 31.32
32.09/32.10	c - non default parameters ----------------------------------------------------------------------
32.09/32.10	c # SCIP version 1.2.1.3
32.09/32.10	c 
32.09/32.10	c # frequency for displaying node information lines
32.09/32.10	c # [type: int, range: [-1,2147483647], default: 100]
32.09/32.10	c display/freq = 10000
32.09/32.10	c 
32.09/32.10	c # maximal time in seconds to run
32.09/32.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
32.09/32.10	c limits/time = 1789.51
32.09/32.10	c 
32.09/32.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
32.09/32.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
32.09/32.10	c limits/memory = 3420
32.09/32.10	c 
32.09/32.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
32.09/32.10	c # [type: int, range: [1,2], default: 1]
32.09/32.10	c timing/clocktype = 2
32.09/32.10	c 
32.09/32.10	c # should presolving try to simplify inequalities
32.09/32.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
32.09/32.10	c constraints/linear/simplifyinequalities = TRUE
32.09/32.10	c 
32.09/32.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
32.09/32.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
32.09/32.10	c constraints/indicator/addCouplingCons = TRUE
32.09/32.10	c 
32.09/32.10	c # should presolving try to simplify knapsacks
32.09/32.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
32.09/32.10	c constraints/knapsack/simplifyinequalities = TRUE
32.09/32.10	c 
32.09/32.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
32.09/32.10	c # [type: int, range: [-1,2147483647], default: -1]
32.09/32.10	c separating/rapidlearning/freq = 0
32.09/32.10	c 
32.09/32.10	c -----------------------------------------------------------------------------------------------
32.09/32.10	c start solving
32.09/32.13	c 
32.29/32.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.29/32.36	c t31.9s|     1 |     0 |     0 |     - | 337M|   0 |   0 | 103k|  89k| 103k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
32.39/32.42	c  31.9s|     1 |     0 |   181 |     - | 337M|   0 |   0 | 103k|  89k| 103k| 314 | 314 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
32.39/32.46	c  32.0s|     1 |     0 |   381 |     - | 337M|   0 |   0 | 103k|  89k| 103k| 514 | 514 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
32.49/32.51	c  32.0s|     1 |     0 |   581 |     - | 337M|   0 |   0 | 103k|  89k| 103k| 714 | 714 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
32.49/32.55	c  32.1s|     1 |     0 |   697 |     - | 337M|   0 |   0 | 103k|  89k| 103k| 830 | 830 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
32.59/32.61	c  32.1s|     1 |     2 |   697 |     - | 337M|   0 |   0 | 103k|  89k| 103k| 830 | 830 |   0 |   0 | 0.000000e+00 | 2.254043e+06 |    Inf 
183.20/183.24	o 2226406
183.20/183.24	c y 183s|  2703 |  2702 |   722 |   0.0 | 412M|2701 |   - | 103k|  89k|   0 |   0 | 862 |   0 |   0 | 0.000000e+00 | 2.226406e+06 |    Inf 
618.30/618.34	c   618s| 10000 | 10001 |  1293 |   0.1 | 610M|2701 |   0 | 103k|  89k| 103k| 878 |1402 |   0 |   0 | 0.000000e+00 | 2.226406e+06 |    Inf 
1234.23/1234.25	c  1234s| 20000 | 20001 |  3100 |   0.1 | 876M|2701 |   0 | 103k|  89k| 103k|1107 |3075 |   0 |   0 | 0.000000e+00 | 2.226406e+06 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.52
1790.04/1790.01	c Solving Nodes      : 28697
1790.04/1790.01	c Primal Bound       : +2.22640600000000e+06 (7 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/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-2705406-1278576553/watcher-2705406-1278576553 -o /tmp/evaluation-result-2705406-1278576553/solver-2705406-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705406-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.02 1.93 5/182 30869
/proc/meminfo: memFree=29875524/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=12880 CPUtime=0
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 2057 0 0 0 0 0 0 0 25 0 1 0 25868588 13189120 1975 4089446400 4194304 10345943 140736828743104 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30869/statm: 3220 1975 429 1502 0 1713 0

[startup+0.043383 s]
/proc/loadavg: 2.00 2.02 1.93 5/182 30869
/proc/meminfo: memFree=29875524/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=26756 CPUtime=0.03
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 5522 0 0 0 3 0 0 0 25 0 1 0 25868588 27398144 5440 4089446400 4194304 10345943 140736828743104 18446744073709551615 4327734 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30869/statm: 6689 5440 430 1502 0 5182 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26756

[startup+0.100371 s]
/proc/loadavg: 2.00 2.02 1.93 5/182 30869
/proc/meminfo: memFree=29875524/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=44288 CPUtime=0.09
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 9918 0 0 0 8 1 0 0 25 0 1 0 25868588 45350912 9836 4089446400 4194304 10345943 140736828743104 18446744073709551615 6328950 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30869/statm: 11072 9836 430 1502 0 9565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44288

[startup+0.300332 s]
/proc/loadavg: 2.00 2.02 1.93 5/182 30869
/proc/meminfo: memFree=29875524/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=97576 CPUtime=0.29
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 23194 0 0 0 27 2 0 0 25 0 1 0 25868588 99917824 23112 4089446400 4194304 10345943 140736828743104 18446744073709551615 5758814 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30869/statm: 24394 23112 430 1502 0 22887 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97576

[startup+0.700261 s]
/proc/loadavg: 2.00 2.02 1.93 5/182 30869
/proc/meminfo: memFree=29875524/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=283352 CPUtime=0.69
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 69709 0 0 0 63 6 0 0 25 0 1 0 25868588 290152448 69237 4089446400 4194304 10345943 140736828743104 18446744073709551615 4975299 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 70838 69237 478 1502 0 69331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 283352

[startup+1.50111 s]
/proc/loadavg: 2.00 2.02 1.93 3/183 30870
/proc/meminfo: memFree=29538980/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=347404 CPUtime=1.49
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 84198 0 0 0 142 7 0 0 25 0 1 0 25868588 355741696 83726 4089446400 4194304 10345943 140736828743104 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 86851 83726 509 1502 0 85344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 347404

[startup+3.10082 s]
/proc/loadavg: 2.00 2.02 1.93 3/183 30870
/proc/meminfo: memFree=29530820/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=347404 CPUtime=3.09
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 84198 0 0 0 302 7 0 0 25 0 1 0 25868588 355741696 83726 4089446400 4194304 10345943 140736828743104 18446744073709551615 9138569 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 86851 83726 509 1502 0 85344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 347404

[startup+6.30024 s]
/proc/loadavg: 2.00 2.02 1.93 3/183 30870
/proc/meminfo: memFree=29526604/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=347404 CPUtime=6.29
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 84198 0 0 0 622 7 0 0 25 0 1 0 25868588 355741696 83726 4089446400 4194304 10345943 140736828743104 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 86851 83726 509 1502 0 85344 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 347404

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 1.93 3/183 30871
/proc/meminfo: memFree=29525860/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=347404 CPUtime=12.69
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 84198 0 0 0 1262 7 0 0 25 0 1 0 25868588 355741696 83726 4089446400 4194304 10345943 140736828743104 18446744073709551615 9138589 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 86851 83726 509 1502 0 85344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 347404

[startup+25.5007 s]
/proc/loadavg: 2.00 2.01 1.93 3/183 30871
/proc/meminfo: memFree=29514288/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=356872 CPUtime=25.49
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 88514 0 0 0 2541 8 0 0 25 0 1 0 25868588 365436928 86430 4089446400 4194304 10345943 140736828743104 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 89218 86430 634 1502 0 87711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 356872

[startup+51.1011 s]
/proc/loadavg: 2.00 2.01 1.93 3/183 30872
/proc/meminfo: memFree=29426624/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=444592 CPUtime=51.09
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 128527 0 0 0 5096 13 0 0 25 0 1 0 25868588 455262208 107398 4089446400 4194304 10345943 140736828743104 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 111148 107398 709 1502 0 109641 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 444592

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.93 3/183 30874
/proc/meminfo: memFree=29378152/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=473116 CPUtime=102.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 154475 0 0 0 10212 18 0 0 25 0 1 0 25868588 484470784 114380 4089446400 4194304 10345943 140736828743104 18446744073709551615 4999805 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 118279 114380 711 1502 0 116772 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 473116

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 30875
/proc/meminfo: memFree=29319232/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=501176 CPUtime=162.29
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 181104 0 0 0 16208 21 0 0 25 0 1 0 25868588 513204224 121489 4089446400 4194304 10345943 140736828743104 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 125294 121489 711 1502 0 123787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 501176

[startup+222.301 s]
/proc/loadavg: 2.11 2.03 1.94 3/183 30876
/proc/meminfo: memFree=29257316/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=533660 CPUtime=222.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 284996 0 0 0 22197 33 0 0 25 0 1 0 25868588 546467840 128671 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 133415 128671 722 1502 0 131908 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 533660

[startup+282.301 s]
/proc/loadavg: 2.04 2.02 1.94 3/183 30878
/proc/meminfo: memFree=29199116/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=559116 CPUtime=282.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 310780 0 0 0 28193 37 0 0 25 0 1 0 25868588 572534784 135203 4089446400 4194304 10345943 140736828743104 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 139779 135203 722 1502 0 138272 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 559116

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 1.95 3/183 30880
/proc/meminfo: memFree=28942136/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=589028 CPUtime=342.29
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 366301 0 0 0 34186 43 0 0 25 0 1 0 25868588 603164672 142753 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 147257 142753 722 1502 0 145750 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 589028

[startup+402.301 s]
/proc/loadavg: 2.06 2.04 1.95 3/183 30881
/proc/meminfo: memFree=29076644/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=615688 CPUtime=402.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 372776 0 0 0 40185 45 0 0 25 0 1 0 25868588 630464512 149228 4089446400 4194304 10345943 140736828743104 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 153922 149228 722 1502 0 152415 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 615688

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/183 30883
/proc/meminfo: memFree=29015344/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=642860 CPUtime=462.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 427598 0 0 0 46179 51 0 0 25 0 1 0 25868588 658288640 156217 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 160715 156217 722 1502 0 159208 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 642860

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 1.96 3/183 30884
/proc/meminfo: memFree=28952932/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=670924 CPUtime=522.3
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 434545 0 0 0 52178 52 0 0 25 0 1 0 25868588 687026176 163164 4089446400 4194304 10345943 140736828743104 18446744073709551615 5614752 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 167731 163164 722 1502 0 166224 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 670924

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/183 30889
/proc/meminfo: memFree=28882672/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=706576 CPUtime=582.31
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 443222 0 0 0 58177 54 0 0 25 0 1 0 25868588 723533824 171841 4089446400 4194304 10345943 140736828743104 18446744073709551615 4687791 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 176644 171841 722 1502 0 175137 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 706576

[startup+642.301 s]
/proc/loadavg: 2.01 2.02 1.96 3/183 30891
/proc/meminfo: memFree=28822308/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=734352 CPUtime=642.31
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 450429 0 0 0 64176 55 0 0 25 0 1 0 25868588 751976448 179048 4089446400 4194304 10345943 140736828743104 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 183588 179048 722 1502 0 182081 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 734352

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.02 1.96 3/183 30895
/proc/meminfo: memFree=28631968/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=828344 CPUtime=822.31
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 515445 0 0 0 82167 64 0 0 25 0 1 0 25868588 848224256 202544 4089446400 4194304 10345943 140736828743104 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 207086 202544 722 1502 0 205579 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 828344

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/183 30897
/proc/meminfo: memFree=28575012/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=853700 CPUtime=882.31
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 521474 0 0 0 88165 66 0 0 25 0 1 0 25868588 874188800 208573 4089446400 4194304 10345943 140736828743104 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 213425 208573 722 1502 0 211918 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 853700

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/183 30899
/proc/meminfo: memFree=28520648/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=875940 CPUtime=942.32
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 526943 0 0 0 94165 67 0 0 25 0 1 0 25868588 896962560 214042 4089446400 4194304 10345943 140736828743104 18446744073709551615 6787296 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 218985 214042 722 1502 0 217478 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 875940

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 30900
/proc/meminfo: memFree=28446332/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=912624 CPUtime=1002.31
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 536230 0 0 0 100163 68 0 0 25 0 1 0 25868588 934526976 223329 4089446400 4194304 10345943 140736828743104 18446744073709551615 6786053 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 228156 223329 722 1502 0 226649 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 912624

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 30902
/proc/meminfo: memFree=28394708/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=931800 CPUtime=1062.32
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 540984 0 0 0 106163 69 0 0 25 0 1 0 25868588 954163200 228083 4089446400 4194304 10345943 140736828743104 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 232950 228083 722 1502 0 231443 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 931800

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/183 30903
/proc/meminfo: memFree=28335648/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=958264 CPUtime=1122.32
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 547133 0 0 0 112161 71 0 0 25 0 1 0 25868588 981262336 234232 4089446400 4194304 10345943 140736828743104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 239566 234232 722 1502 0 238059 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 958264

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/183 30905
/proc/meminfo: memFree=28275592/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=984964 CPUtime=1182.32
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 553515 0 0 0 118160 72 0 0 25 0 1 0 25868588 1008603136 240614 4089446400 4194304 10345943 140736828743104 18446744073709551615 4447931 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 246241 240614 722 1502 0 244734 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 984964

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/183 30907
/proc/meminfo: memFree=28209348/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1019632 CPUtime=1242.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 561847 0 0 0 124159 74 0 0 25 0 1 0 25868588 1044103168 248946 4089446400 4194304 10345943 140736828743104 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 254908 248946 722 1502 0 253401 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1019632

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/183 30909
/proc/meminfo: memFree=28159700/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1041532 CPUtime=1302.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 566506 0 0 0 130158 75 0 0 25 0 1 0 25868588 1066528768 253605 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 260383 253605 722 1502 0 258876 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1041532

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/183 30910
/proc/meminfo: memFree=28097044/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1070540 CPUtime=1362.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 573693 0 0 0 136157 76 0 0 25 0 1 0 25868588 1096232960 260792 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 267635 260792 722 1502 0 266128 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1070540

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/183 30911
/proc/meminfo: memFree=28030796/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1106420 CPUtime=1422.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 582149 0 0 0 142156 77 0 0 25 0 1 0 25868588 1132974080 269248 4089446400 4194304 10345943 140736828743104 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 276605 269248 722 1502 0 275098 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1106420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/183 30913
/proc/meminfo: memFree=27978924/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1124584 CPUtime=1482.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 586628 0 0 0 148155 78 0 0 25 0 1 0 25868588 1151574016 273727 4089446400 4194304 10345943 140736828743104 18446744073709551615 5926573 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 281146 273727 722 1502 0 279639 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1124584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30915
/proc/meminfo: memFree=27918252/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1150476 CPUtime=1542.34
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 593316 0 0 0 154155 79 0 0 25 0 1 0 25868588 1178087424 280415 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 287619 280415 722 1502 0 286112 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1150476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30916
/proc/meminfo: memFree=27854488/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1183336 CPUtime=1602.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 601222 0 0 0 160153 80 0 0 25 0 1 0 25868588 1211736064 288321 4089446400 4194304 10345943 140736828743104 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 295834 288321 722 1502 0 294327 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1183336

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/183 30918
/proc/meminfo: memFree=27798632/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1206396 CPUtime=1662.33
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 623946 0 0 0 166150 83 0 0 25 0 1 0 25868588 1235349504 293728 4089446400 4194304 10345943 140736828743104 18446744073709551615 6785964 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 301599 293728 722 1502 0 300092 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1206396

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/183 30919
/proc/meminfo: memFree=27740936/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1231908 CPUtime=1722.34
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 630067 0 0 0 172149 85 0 0 25 0 1 0 25868588 1261473792 299849 4089446400 4194304 10345943 140736828743104 18446744073709551615 4447968 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 307977 299849 722 1502 0 306470 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1231908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30921
/proc/meminfo: memFree=27681116/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1256128 CPUtime=1782.34
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 636202 0 0 0 178148 86 0 0 25 0 1 0 25868588 1286275072 305984 4089446400 4194304 10345943 140736828743104 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/30869/statm: 314032 305984 722 1502 0 312525 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1256128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30948
/proc/meminfo: memFree=28732788/32951124 swapFree=67111528/67111528
[pid=30869] ppid=30867 vsize=1259156 CPUtime=1800.05
/proc/30869/stat : 30869 (pbscip.linux.x8) R 30867 30869 30506 0 -1 4202496 636857 0 0 0 179918 87 0 0 25 0 1 0 25868588 1289375744 306639 4089446400 4194304 10345943 140736828743104 18446744073709551615 9138270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30869/statm: 314789 306639 722 1502 0 313282 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1259156

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.1
CPU user time (s): 1799.18
CPU system time (s): 0.913861
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1259156

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

runsolver used 2.58761 second user time and 7.2409 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 8a2cbb62b727a1b33685f0cffed53856
RANDOM SEED=1888268753

node134.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.801
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.60
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.801
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.75
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.801
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.82
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.801
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.83
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.801
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.66
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.801
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.801
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.801
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:      29875804 kB
Buffers:        166680 kB
Cached:        2536360 kB
SwapCached:          0 kB
Active:        1499584 kB
Inactive:      1416312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29875804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28120 kB
Writeback:           0 kB
AnonPages:      212572 kB
Mapped:          17552 kB
Slab:            96236 kB
PageTables:       5076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   366136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73688 MiB
End job on node134 at 2010-07-08 10:39:15