Trace number 2705410

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-j9010_6-unsat--soft-0-100-0.wbo
MD5SUM7d2732a3b538b2675e9466f6cb41805d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark5.10022
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables16744
Total number of constraints52975
Number of soft constraints52975
Number of constraints which are clauses52611
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 constraint72
Top cost 2678330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2678329
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 413
Number of bits of the biggest sum of numbers9
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-2705410-1278576553.wbo>
0.49/0.58	c original problem has 122694 variables (69719 bin, 0 int, 52975 impl, 0 cont) and 105951 constraints
0.49/0.58	c problem read
0.49/0.58	c presolving settings loaded
35.99/36.04	o 2678329
35.99/36.04	c feasible solution found by trivial heuristic, objective value  2.678329e+06
35.99/36.04	c presolving:
40.99/41.01	c    (40.4s) probing: 322/69719 (0.5%) - 0 fixings, 0 aggregations, 202 implications, 0 bound changes
40.99/41.01	c    (40.4s) probing aborted: 100/100 successive totally useless probings
40.99/41.01	c (round 1) 0 del vars, 1 del conss, 52975 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 404 impls, 0 clqs
41.19/41.22	c (round 2) 0 del vars, 1 del conss, 52975 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 404 impls, 0 clqs
41.39/41.46	c    (40.9s) probing: 332/69719 (0.5%) - 0 fixings, 0 aggregations, 202 implications, 0 bound changes
41.39/41.46	c    (40.9s) probing aborted: 100/100 successive totally useless probings
41.39/41.47	c presolving (3 rounds):
41.39/41.47	c  0 deleted vars, 1 deleted constraints, 52975 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
41.39/41.47	c  107730 implications, 0 cliques
41.39/41.47	c presolved problem has 122694 variables (69719 bin, 0 int, 52975 impl, 0 cont) and 105950 constraints
41.39/41.47	c     536 constraints of type <varbound>
41.39/41.47	c   52439 constraints of type <linear>
41.39/41.47	c   52975 constraints of type <indicator>
41.39/41.47	c transformed objective value is always integral (scale: 1)
41.39/41.47	c Presolving Time: 40.53
41.39/41.47	c - non default parameters ----------------------------------------------------------------------
41.39/41.47	c # SCIP version 1.2.1.3
41.39/41.47	c 
41.39/41.47	c # frequency for displaying node information lines
41.39/41.47	c # [type: int, range: [-1,2147483647], default: 100]
41.39/41.47	c display/freq = 10000
41.39/41.47	c 
41.39/41.47	c # maximal time in seconds to run
41.39/41.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
41.39/41.47	c limits/time = 1789.43
41.39/41.47	c 
41.39/41.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
41.39/41.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
41.39/41.47	c limits/memory = 3420
41.39/41.47	c 
41.39/41.47	c # default clock type (1: CPU user seconds, 2: wall clock time)
41.39/41.47	c # [type: int, range: [1,2], default: 1]
41.39/41.47	c timing/clocktype = 2
41.39/41.47	c 
41.39/41.47	c # should presolving try to simplify inequalities
41.39/41.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
41.39/41.47	c constraints/linear/simplifyinequalities = TRUE
41.39/41.47	c 
41.39/41.47	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
41.39/41.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
41.39/41.47	c constraints/indicator/addCouplingCons = TRUE
41.39/41.47	c 
41.39/41.47	c # should presolving try to simplify knapsacks
41.39/41.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
41.39/41.47	c constraints/knapsack/simplifyinequalities = TRUE
41.39/41.47	c 
41.39/41.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
41.39/41.47	c # [type: int, range: [-1,2147483647], default: -1]
41.39/41.47	c separating/rapidlearning/freq = 0
41.39/41.47	c 
41.39/41.47	c -----------------------------------------------------------------------------------------------
41.39/41.47	c start solving
41.49/41.50	c 
41.70/41.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.70/41.78	c t41.2s|     1 |     0 |     0 |     - | 400M|   0 |   0 | 122k| 105k| 122k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
41.80/41.85	c  41.3s|     1 |     0 |   181 |     - | 400M|   0 |   0 | 122k| 105k| 122k| 314 | 314 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
41.80/41.90	c  41.3s|     1 |     0 |   381 |     - | 400M|   0 |   0 | 122k| 105k| 122k| 514 | 514 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
41.89/41.95	c  41.4s|     1 |     0 |   581 |     - | 400M|   0 |   0 | 122k| 105k| 122k| 714 | 714 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
41.99/42.01	c  41.4s|     1 |     0 |   669 |     - | 400M|   0 |   0 | 122k| 105k| 122k| 802 | 802 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
41.99/42.08	c  41.5s|     1 |     2 |   669 |     - | 400M|   0 |   0 | 122k| 105k| 122k| 802 | 802 |   0 |   0 | 0.000000e+00 | 2.678329e+06 |    Inf 
277.79/277.84	o 2651913
277.79/277.84	c y 277s|  3487 |  3486 |   766 |   0.0 | 513M|3485 |   - | 122k| 105k|   0 |   0 | 898 |   0 |   0 | 0.000000e+00 | 2.651913e+06 |    Inf 
740.61/740.65	c   740s| 10000 | 10001 |  1210 |   0.1 | 721M|3485 |   0 | 122k| 105k| 122k| 881 |1411 |   0 |   0 | 0.000000e+00 | 2.651913e+06 |    Inf 
1658.64/1658.61	c  1658s| 20000 | 20001 |  2197 |   0.1 |1035M|3485 |   0 | 122k| 105k| 122k| 923 |2401 |   0 |   0 | 0.000000e+00 | 2.651913e+06 |    Inf 
1790.04/1790.03	c 
1790.04/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.03	c Solving Time (sec) : 1789.45
1790.04/1790.03	c Solving Nodes      : 21272
1790.04/1790.03	c Primal Bound       : +2.65191300000000e+06 (6 solutions)
1790.04/1790.03	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.03	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-2705410-1278576553/watcher-2705410-1278576553 -o /tmp/evaluation-result-2705410-1278576553/solver-2705410-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705410-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: 1.97 2.00 1.91 4/178 22611
/proc/meminfo: memFree=29347268/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=12512 CPUtime=0
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 1977 0 0 0 0 0 0 0 21 0 1 0 25868241 12812288 1895 4089446400 4194304 10345943 140736947890432 18446744073709551615 6328950 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22611/statm: 3128 1895 429 1502 0 1621 0

[startup+0.015184 s]
/proc/loadavg: 1.97 2.00 1.91 4/178 22611
/proc/meminfo: memFree=29347268/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=16580 CPUtime=0.01
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 2994 0 0 0 1 0 0 0 21 0 1 0 25868241 16977920 2912 4089446400 4194304 10345943 140736947890432 18446744073709551615 9092551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22611/statm: 4145 2912 430 1502 0 2638 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16580

[startup+0.101165 s]
/proc/loadavg: 1.97 2.00 1.91 4/178 22611
/proc/meminfo: memFree=29347268/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=44332 CPUtime=0.09
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 9919 0 0 0 9 0 0 0 21 0 1 0 25868241 45395968 9837 4089446400 4194304 10345943 140736947890432 18446744073709551615 9053666 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22611/statm: 11083 9837 430 1502 0 9576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44332

[startup+0.301127 s]
/proc/loadavg: 1.97 2.00 1.91 4/178 22611
/proc/meminfo: memFree=29347268/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=96560 CPUtime=0.29
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 22940 0 0 0 27 2 0 0 21 0 1 0 25868241 98877440 22858 4089446400 4194304 10345943 140736947890432 18446744073709551615 5753686 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22611/statm: 24140 22858 430 1502 0 22633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96560

[startup+0.701095 s]
/proc/loadavg: 1.97 2.00 1.91 4/178 22611
/proc/meminfo: memFree=29347268/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=270840 CPUtime=0.69
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 66350 0 0 0 62 7 0 0 22 0 1 0 25868241 277340160 65879 4089446400 4194304 10345943 140736947890432 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 67710 65916 478 1502 0 66203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 270840

[startup+1.50095 s]
/proc/loadavg: 1.97 2.00 1.91 3/179 22612
/proc/meminfo: memFree=28984560/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=407384 CPUtime=1.49
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 99093 0 0 0 138 11 0 0 25 0 1 0 25868241 417161216 98621 4089446400 4194304 10345943 140736947890432 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 101846 98621 509 1502 0 100339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 407384

[startup+3.10066 s]
/proc/loadavg: 1.97 2.00 1.91 3/179 22612
/proc/meminfo: memFree=28954464/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=407384 CPUtime=3.09
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 99093 0 0 0 298 11 0 0 25 0 1 0 25868241 417161216 98621 4089446400 4194304 10345943 140736947890432 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 101846 98621 509 1502 0 100339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 407384

[startup+6.3011 s]
/proc/loadavg: 1.97 2.00 1.91 3/179 22612
/proc/meminfo: memFree=28954340/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=407384 CPUtime=6.29
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 99093 0 0 0 618 11 0 0 25 0 1 0 25868241 417161216 98621 4089446400 4194304 10345943 140736947890432 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 101846 98621 509 1502 0 100339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 407384

[startup+12.701 s]
/proc/loadavg: 1.97 2.00 1.91 3/179 22612
/proc/meminfo: memFree=28955452/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=407384 CPUtime=12.69
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 99093 0 0 0 1258 11 0 0 25 0 1 0 25868241 417161216 98621 4089446400 4194304 10345943 140736947890432 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 101846 98621 509 1502 0 100339 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 407384

[startup+25.5007 s]
/proc/loadavg: 1.98 2.00 1.91 3/179 22612
/proc/meminfo: memFree=28956352/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=407384 CPUtime=25.49
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 99093 0 0 0 2538 11 0 0 25 0 1 0 25868241 417161216 98621 4089446400 4194304 10345943 140736947890432 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 101846 98621 509 1502 0 100339 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 407384

[startup+51.1011 s]
/proc/loadavg: 1.98 2.00 1.91 3/179 22613
/proc/meminfo: memFree=28849360/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=515960 CPUtime=51.09
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 127001 0 0 0 5095 14 0 0 25 0 1 0 25868241 528343040 124828 4089446400 4194304 10345943 140736947890432 18446744073709551615 5012632 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22611/statm: 128990 124828 699 1502 0 127483 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 515960

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 22614
/proc/meminfo: memFree=28825340/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=538812 CPUtime=102.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 177494 0 0 0 10209 21 0 0 25 0 1 0 25868241 551743488 130603 4089446400 4194304 10345943 140736947890432 18446744073709551615 9138584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 134703 130603 706 1502 0 133196 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 538812

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 22616
/proc/meminfo: memFree=28793072/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=571140 CPUtime=162.29
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 207884 0 0 0 16204 25 0 0 25 0 1 0 25868241 584847360 138634 4089446400 4194304 10345943 140736947890432 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 142785 138634 708 1502 0 141278 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 571140

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22618
/proc/meminfo: memFree=28760796/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=599344 CPUtime=222.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 214791 0 0 0 22203 27 0 0 25 0 1 0 25868241 613728256 145541 4089446400 4194304 10345943 140736947890432 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 149836 145541 708 1502 0 148329 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 599344

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22619
/proc/meminfo: memFree=28736592/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=629532 CPUtime=282.29
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 244636 0 0 0 28198 31 0 0 25 0 1 0 25868241 644640768 152878 4089446400 4194304 10345943 140736947890432 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 157383 152878 720 1502 0 155876 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 629532

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22621
/proc/meminfo: memFree=28707184/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=657356 CPUtime=342.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 365847 0 0 0 34184 46 0 0 25 0 1 0 25868241 673132544 160326 4089446400 4194304 10345943 140736947890432 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 164339 160326 722 1502 0 162832 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 657356

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22622
/proc/meminfo: memFree=28682224/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=905516 CPUtime=402.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 449877 0 0 0 40174 56 0 0 25 0 1 0 25868241 927248384 221833 4089446400 4194304 10345943 140736947890432 18446744073709551615 4453861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 226379 221833 719 1502 0 224872 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 905516

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22624
/proc/meminfo: memFree=28646612/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=718600 CPUtime=462.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 459399 0 0 0 46171 59 0 0 25 0 1 0 25868241 735846400 175161 4089446400 4194304 10345943 140736947890432 18446744073709551615 8933813 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 179650 175161 719 1502 0 178143 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 718600

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22626
/proc/meminfo: memFree=28617068/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=750712 CPUtime=522.3
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 466716 0 0 0 52169 61 0 0 25 0 1 0 25868241 768729088 182478 4089446400 4194304 10345943 140736947890432 18446744073709551615 6785808 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 187678 182478 719 1502 0 186171 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 750712

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 22630
/proc/meminfo: memFree=28591584/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=773056 CPUtime=582.31
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 525892 0 0 0 58161 70 0 0 25 0 1 0 25868241 791609344 188398 4089446400 4194304 10345943 140736947890432 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 193264 188398 719 1502 0 191757 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 773056

[startup+642.3 s]
/proc/loadavg: 2.09 2.02 1.93 3/179 22632
/proc/meminfo: memFree=28560148/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=808988 CPUtime=642.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 533757 0 0 0 64160 72 0 0 25 0 1 0 25868241 828403712 196263 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 202247 196263 719 1502 0 200740 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 808988

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22637
/proc/meminfo: memFree=28487624/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=885916 CPUtime=822.31
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 553455 0 0 0 82155 76 0 0 25 0 1 0 25868241 907177984 215961 4089446400 4194304 10345943 140736947890432 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 221479 215961 719 1502 0 219972 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 885916

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22638
/proc/meminfo: memFree=28448272/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=924640 CPUtime=882.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 563061 0 0 0 88153 79 0 0 25 0 1 0 25868241 946831360 225567 4089446400 4194304 10345943 140736947890432 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 231160 225567 719 1502 0 229653 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 924640

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22640
/proc/meminfo: memFree=28428904/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=945928 CPUtime=942.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 568086 0 0 0 94152 80 0 0 25 0 1 0 25868241 968630272 230592 4089446400 4194304 10345943 140736947890432 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22611/statm: 236482 230592 719 1502 0 234975 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 945928

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22668
/proc/meminfo: memFree=28670112/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=965232 CPUtime=1002.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 625052 0 0 0 100146 86 0 0 25 0 1 0 25868241 988397568 236853 4089446400 4194304 10345943 140736947890432 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 241308 236853 719 1502 0 239801 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 965232

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22670
/proc/meminfo: memFree=28549256/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=987328 CPUtime=1062.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 630290 0 0 0 106145 87 0 0 25 0 1 0 25868241 1011023872 242091 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 246832 242091 719 1502 0 245325 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 987328

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22672
/proc/meminfo: memFree=28414180/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1005664 CPUtime=1122.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 634825 0 0 0 112145 87 0 0 25 0 1 0 25868241 1029799936 246626 4089446400 4194304 10345943 140736947890432 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 251416 246626 719 1502 0 249909 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1005664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22673
/proc/meminfo: memFree=28350012/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1026844 CPUtime=1182.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 639981 0 0 0 118144 88 0 0 25 0 1 0 25868241 1051488256 251782 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 256711 251782 719 1502 0 255204 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1026844

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 22675
/proc/meminfo: memFree=28304088/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1045884 CPUtime=1242.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 644568 0 0 0 124143 89 0 0 25 0 1 0 25868241 1070985216 256369 4089446400 4194304 10345943 140736947890432 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 261471 256369 719 1502 0 259964 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1045884

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 22676
/proc/meminfo: memFree=28262780/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1065136 CPUtime=1302.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 649267 0 0 0 130142 91 0 0 25 0 1 0 25868241 1090699264 261068 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 266284 261068 719 1502 0 264777 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1065136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22678
/proc/meminfo: memFree=28216608/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1095816 CPUtime=1362.32
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 656650 0 0 0 136141 91 0 0 25 0 1 0 25868241 1122115584 268451 4089446400 4194304 10345943 140736947890432 18446744073709551615 6002264 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 273954 268451 719 1502 0 272447 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1095816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22680
/proc/meminfo: memFree=28191148/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1110944 CPUtime=1422.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 660579 0 0 0 142141 92 0 0 25 0 1 0 25868241 1137606656 272380 4089446400 4194304 10345943 140736947890432 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 277736 272380 719 1502 0 276229 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1110944

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 22681
/proc/meminfo: memFree=28162944/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1132020 CPUtime=1482.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 665635 0 0 0 148140 93 0 0 25 0 1 0 25868241 1159188480 277436 4089446400 4194304 10345943 140736947890432 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 283005 277436 719 1502 0 281498 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1132020

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 22683
/proc/meminfo: memFree=28125456/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1163464 CPUtime=1542.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 672818 0 0 0 154139 94 0 0 25 0 1 0 25868241 1191387136 284619 4089446400 4194304 10345943 140736947890432 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 290866 284619 719 1502 0 289359 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1163464

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22684
/proc/meminfo: memFree=28105088/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1177676 CPUtime=1602.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 676089 0 0 0 160138 95 0 0 25 0 1 0 25868241 1205940224 287890 4089446400 4194304 10345943 140736947890432 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 294419 287890 719 1502 0 292912 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1177676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22686
/proc/meminfo: memFree=28078376/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1196928 CPUtime=1662.34
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 680722 0 0 0 166138 96 0 0 25 0 1 0 25868241 1225654272 292523 4089446400 4194304 10345943 140736947890432 18446744073709551615 4686927 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 299232 292523 719 1502 0 297725 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1196928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22688
/proc/meminfo: memFree=28046480/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1227620 CPUtime=1722.33
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 687528 0 0 0 172137 96 0 0 25 0 1 0 25868241 1257082880 299329 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 306905 299329 719 1502 0 305398 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1227620

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 22689
/proc/meminfo: memFree=28027348/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1241676 CPUtime=1782.34
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 691106 0 0 0 178137 97 0 0 25 0 1 0 25868241 1271476224 302907 4089446400 4194304 10345943 140736947890432 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22611/statm: 310419 302907 719 1502 0 308912 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1241676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 22690
/proc/meminfo: memFree=28023352/32951124 swapFree=67111528/67111528
[pid=22611] ppid=22609 vsize=1243712 CPUtime=1800.04
/proc/22611/stat : 22611 (pbscip.linux.x8) R 22609 22611 22193 0 -1 4202496 691634 0 0 0 179907 97 0 0 25 0 1 0 25868241 1273561088 303435 4089446400 4194304 10345943 140736947890432 18446744073709551615 4246693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22611/statm: 310928 303435 719 1502 0 309421 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1243712

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.08
CPU system time (s): 1.02484
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1243712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.02484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 691634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1350

runsolver used 3.51147 second user time and 6.04208 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 7d2732a3b538b2675e9466f6cb41805d
RANDOM SEED=1071258226

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29347920 kB
Buffers:        169864 kB
Cached:        2815956 kB
SwapCached:          0 kB
Active:        1811400 kB
Inactive:      1616812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29347920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14772 kB
Writeback:           0 kB
AnonPages:      442860 kB
Mapped:          17688 kB
Slab:           108704 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   599236 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= 73568 MiB
End job on node146 at 2010-07-08 10:39:15