Trace number 2705394

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

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12013_1-unsat--soft-0-100-0.wbo
MD5SUMd6ce3ef474957eba462e4a8661dbc0f2
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2882
Best CPU time to get the best result obtained on this benchmark1800.29
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables29282
Total number of constraints92908
Number of soft constraints92908
Number of constraints which are clauses92428
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 4698532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4698531
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 554
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-2705394-1278576552.wbo>
0.99/1.03	c original problem has 215098 variables (122190 bin, 0 int, 92908 impl, 0 cont) and 185817 constraints
0.99/1.03	c problem read
0.99/1.03	c presolving settings loaded
110.79/110.85	o 4698531
110.79/110.85	c feasible solution found by trivial heuristic, objective value  4.698531e+06
110.79/110.85	c presolving:
117.60/117.63	c    (116.6s) probing: 253/122190 (0.2%) - 0 fixings, 0 aggregations, 236 implications, 0 bound changes
117.60/117.63	c    (116.6s) probing aborted: 100/100 successive totally useless probings
117.60/117.63	c (round 1) 0 del vars, 1 del conss, 92908 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 472 impls, 0 clqs
118.00/118.09	c (round 2) 0 del vars, 1 del conss, 92908 chg bounds, 0 chg sides, 0 chg coeffs, 716 upgd conss, 472 impls, 0 clqs
118.50/118.50	c    (117.5s) probing: 263/122190 (0.2%) - 0 fixings, 0 aggregations, 236 implications, 0 bound changes
118.50/118.50	c    (117.5s) probing aborted: 100/100 successive totally useless probings
118.50/118.52	c presolving (3 rounds):
118.50/118.52	c  0 deleted vars, 1 deleted constraints, 92908 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
118.50/118.52	c  188200 implications, 0 cliques
118.50/118.52	c presolved problem has 215098 variables (122190 bin, 0 int, 92908 impl, 0 cont) and 185816 constraints
118.50/118.52	c     716 constraints of type <varbound>
118.50/118.52	c   92192 constraints of type <linear>
118.50/118.52	c   92908 constraints of type <indicator>
118.50/118.52	c transformed objective value is always integral (scale: 1)
118.50/118.52	c Presolving Time: 116.87
118.50/118.52	c - non default parameters ----------------------------------------------------------------------
118.50/118.52	c # SCIP version 1.2.1.3
118.50/118.52	c 
118.50/118.52	c # frequency for displaying node information lines
118.50/118.52	c # [type: int, range: [-1,2147483647], default: 100]
118.50/118.52	c display/freq = 10000
118.50/118.52	c 
118.50/118.52	c # maximal time in seconds to run
118.50/118.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
118.50/118.52	c limits/time = 1788.98
118.50/118.52	c 
118.50/118.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
118.50/118.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
118.50/118.52	c limits/memory = 3420
118.50/118.52	c 
118.50/118.52	c # default clock type (1: CPU user seconds, 2: wall clock time)
118.50/118.52	c # [type: int, range: [1,2], default: 1]
118.50/118.52	c timing/clocktype = 2
118.50/118.52	c 
118.50/118.52	c # should presolving try to simplify inequalities
118.50/118.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
118.50/118.52	c constraints/linear/simplifyinequalities = TRUE
118.50/118.52	c 
118.50/118.52	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
118.50/118.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
118.50/118.52	c constraints/indicator/addCouplingCons = TRUE
118.50/118.52	c 
118.50/118.52	c # should presolving try to simplify knapsacks
118.50/118.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
118.50/118.52	c constraints/knapsack/simplifyinequalities = TRUE
118.50/118.52	c 
118.50/118.52	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
118.50/118.52	c # [type: int, range: [-1,2147483647], default: -1]
118.50/118.52	c separating/rapidlearning/freq = 0
118.50/118.52	c 
118.50/118.52	c -----------------------------------------------------------------------------------------------
118.50/118.52	c start solving
118.50/118.57	c 
119.00/119.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.00/119.08	c t 118s|     1 |     0 |     0 |     - | 701M|   0 |   0 | 215k| 185k| 215k|   0 |   0 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.19/119.20	c   118s|     1 |     0 |   241 |     - | 701M|   0 |   0 | 215k| 185k| 215k| 419 | 419 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.19/119.28	c   118s|     1 |     0 |   441 |     - | 701M|   0 |   0 | 215k| 185k| 215k| 619 | 619 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.29/119.37	c   118s|     1 |     0 |   641 |     - | 701M|   0 |   0 | 215k| 185k| 215k| 819 | 819 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.39/119.47	c   118s|     1 |     0 |   841 |     - | 702M|   0 |   0 | 215k| 185k| 215k|1019 |1019 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.49/119.57	c   119s|     1 |     0 |   933 |     - | 702M|   0 |   0 | 215k| 185k| 215k|1111 |1111 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
119.59/119.69	c   119s|     1 |     2 |   933 |     - | 702M|   0 |   0 | 215k| 185k| 215k|1111 |1111 |   0 |   0 | 0.000000e+00 | 4.698531e+06 |    Inf 
386.00/386.05	o 4661510
386.00/386.05	c y 385s|  2269 |  2268 |   937 |   0.0 | 831M|2267 |   - | 215k| 185k|   0 |   0 |1119 |   0 |   0 | 0.000000e+00 | 4.661510e+06 |    Inf 
1353.83/1353.86	c  1353s| 10000 | 10001 |  1388 |   0.0 |1265M|2267 |   0 | 215k| 185k| 215k|1190 |1501 |   0 |  22 | 0.000000e+00 | 4.661510e+06 |    Inf 
1790.04/1790.02	c 
1790.04/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.02	c Solving Time (sec) : 1788.99
1790.04/1790.02	c Solving Nodes      : 13458
1790.04/1790.02	c Primal Bound       : +4.66151000000000e+06 (9 solutions)
1790.04/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.02	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-2705394-1278576552/watcher-2705394-1278576552 -o /tmp/evaluation-result-2705394-1278576552/solver-2705394-1278576552 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705394-1278576552.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 21280
/proc/meminfo: memFree=28219616/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=12512 CPUtime=0
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 1969 0 0 0 0 0 0 0 22 0 1 0 25870038 12812288 1888 4089446400 4194304 10345943 140733365844240 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 3128 1895 429 1502 0 1621 0

[startup+0.0486001 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21280
/proc/meminfo: memFree=28219616/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=27784 CPUtime=0.04
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 5781 0 0 0 4 0 0 0 22 0 1 0 25870038 28450816 5700 4089446400 4194304 10345943 140733365844240 18446744073709551615 4731235 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 6946 5701 430 1502 0 5439 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27784

[startup+0.100613 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21280
/proc/meminfo: memFree=28219616/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=45356 CPUtime=0.09
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 10178 0 0 0 9 0 0 0 22 0 1 0 25870038 46444544 10097 4089446400 4194304 10345943 140733365844240 18446744073709551615 4423932 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 11339 10097 430 1502 0 9832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45356

[startup+0.300543 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21280
/proc/meminfo: memFree=28219616/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=99528 CPUtime=0.29
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 23722 0 0 0 27 2 0 0 22 0 1 0 25870038 101916672 23641 4089446400 4194304 10345943 140733365844240 18446744073709551615 4423932 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 24882 23641 430 1502 0 23375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99528

[startup+0.700469 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21280
/proc/meminfo: memFree=28219616/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=206420 CPUtime=0.69
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 50457 0 0 0 64 5 0 0 24 0 1 0 25870038 211374080 50376 4089446400 4194304 10345943 140733365844240 18446744073709551615 6328979 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 51605 50376 430 1502 0 50098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206420

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21281
/proc/meminfo: memFree=27626640/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=585472 CPUtime=1.49
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 144800 0 0 0 133 16 0 0 25 0 1 0 25870038 599523328 144330 4089446400 4194304 10345943 140733365844240 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 146368 144367 478 1502 0 144861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 585472

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21281
/proc/meminfo: memFree=27218804/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=3.09
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 291 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 9138666 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 696548

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21281
/proc/meminfo: memFree=27216728/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=6.29
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 611 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 696548

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21281
/proc/meminfo: memFree=27217480/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=12.69
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 1251 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 696548

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21281
/proc/meminfo: memFree=27218868/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=25.49
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 2531 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 696548

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21282
/proc/meminfo: memFree=27131872/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=51.09
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 5091 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 696548

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21283
/proc/meminfo: memFree=27110624/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=696548 CPUtime=102.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 171254 0 0 0 10212 18 0 0 25 0 1 0 25870038 713265152 170783 4089446400 4194304 10345943 140733365844240 18446744073709551615 9138641 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 174137 170783 509 1502 0 172630 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 696548

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21285
/proc/meminfo: memFree=26895912/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=893460 CPUtime=162.29
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 261848 0 0 0 16201 28 0 0 25 0 1 0 25870038 914903040 218256 4089446400 4194304 10345943 140733365844240 18446744073709551615 4999613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 223365 218256 706 1502 0 221858 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 893460

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21286
/proc/meminfo: memFree=26838084/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=921060 CPUtime=222.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 307518 0 0 0 22196 34 0 0 25 0 1 0 25870038 943165440 225159 4089446400 4194304 10345943 140733365844240 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 230265 225159 706 1502 0 228758 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 921060

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21288
/proc/meminfo: memFree=26786088/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=949104 CPUtime=282.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 314531 0 0 0 28194 36 0 0 25 0 1 0 25870038 971882496 232172 4089446400 4194304 10345943 140733365844240 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 237276 232172 706 1502 0 235769 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 949104

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21290
/proc/meminfo: memFree=26732592/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=976940 CPUtime=342.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 360259 0 0 0 34188 42 0 0 25 0 1 0 25870038 1000386560 239134 4089446400 4194304 10345943 140733365844240 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 244235 239134 706 1502 0 242728 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 976940

[startup+402.301 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 21291
/proc/meminfo: memFree=26673256/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1014688 CPUtime=402.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 369341 0 0 0 40187 43 0 0 25 0 1 0 25870038 1039040512 248216 4089446400 4194304 10345943 140733365844240 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 253672 248216 718 1502 0 252165 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1014688

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/179 21293
/proc/meminfo: memFree=26267336/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1432712 CPUtime=462.3
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 571425 0 0 0 46165 65 0 0 25 0 1 0 25870038 1467097088 352990 4089446400 4194304 10345943 140733365844240 18446744073709551615 4283092 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 358178 352990 722 1502 0 356671 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1432712

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21294
/proc/meminfo: memFree=26570844/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1066932 CPUtime=522.31
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 577074 0 0 0 52163 68 0 0 25 0 1 0 25870038 1092538368 261336 4089446400 4194304 10345943 140733365844240 18446744073709551615 4882675 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 266733 261336 722 1502 0 265226 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1066932

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21299
/proc/meminfo: memFree=26518788/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1092132 CPUtime=582.31
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 622095 0 0 0 58157 74 0 0 25 0 1 0 25870038 1118343168 267590 4089446400 4194304 10345943 140733365844240 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 273033 267590 722 1502 0 271526 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1092132

[startup+642.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/179 21301
/proc/meminfo: memFree=26463992/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1118560 CPUtime=642.31
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 628753 0 0 0 64156 75 0 0 25 0 1 0 25870038 1145405440 274248 4089446400 4194304 10345943 140733365844240 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 279640 274248 722 1502 0 278133 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1118560

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21305
/proc/meminfo: memFree=26307772/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1199516 CPUtime=822.31
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 844611 0 0 0 82130 101 0 0 25 0 1 0 25870038 1228304384 294148 4089446400 4194304 10345943 140733365844240 18446744073709551615 4882698 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 299879 294148 722 1502 0 298372 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1199516

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21307
/proc/meminfo: memFree=26258376/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1225460 CPUtime=882.31
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 851001 0 0 0 88128 103 0 0 25 0 1 0 25870038 1254871040 300538 4089446400 4194304 10345943 140733365844240 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 306365 300538 722 1502 0 304858 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1225460

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21309
/proc/meminfo: memFree=26204384/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1257244 CPUtime=942.32
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 859067 0 0 0 94127 105 0 0 25 0 1 0 25870038 1287417856 308604 4089446400 4194304 10345943 140733365844240 18446744073709551615 6702894 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 314311 308604 722 1502 0 312804 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1257244

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21310
/proc/meminfo: memFree=26142708/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1283956 CPUtime=1002.32
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 865964 0 0 0 100126 106 0 0 25 0 1 0 25870038 1314770944 315501 4089446400 4194304 10345943 140733365844240 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 320989 315501 722 1502 0 319482 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1283956

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 21312
/proc/meminfo: memFree=25952320/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1313692 CPUtime=1062.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 873183 0 0 0 106126 107 0 0 25 0 1 0 25870038 1345220608 322720 4089446400 4194304 10345943 140733365844240 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 328423 322720 722 1502 0 326916 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1313692

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21313
/proc/meminfo: memFree=25887428/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1339844 CPUtime=1122.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 879899 0 0 0 112125 108 0 0 25 0 1 0 25870038 1372000256 329436 4089446400 4194304 10345943 140733365844240 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 334961 329436 722 1502 0 333454 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1339844

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/179 21315
/proc/meminfo: memFree=25854904/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1368860 CPUtime=1182.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 887795 0 0 0 118124 109 0 0 25 0 1 0 25870038 1401712640 337332 4089446400 4194304 10345943 140733365844240 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 342215 337332 722 1502 0 340708 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1368860

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21317
/proc/meminfo: memFree=25810956/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1399812 CPUtime=1242.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 896037 0 0 0 124123 110 0 0 25 0 1 0 25870038 1433407488 345574 4089446400 4194304 10345943 140733365844240 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 349953 345574 729 1502 0 348446 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1399812

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21318
/proc/meminfo: memFree=25794660/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1420760 CPUtime=1302.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 900016 0 0 0 130123 111 0 0 25 0 1 0 25870038 1454858240 349553 4089446400 4194304 10345943 140733365844240 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 355190 349553 729 1502 0 353683 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1420760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21320
/proc/meminfo: memFree=25764228/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1451704 CPUtime=1362.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 907758 0 0 0 136121 112 0 0 25 0 1 0 25870038 1486544896 357295 4089446400 4194304 10345943 140733365844240 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 362926 357295 729 1502 0 361419 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1451704

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21321
/proc/meminfo: memFree=25742728/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1473272 CPUtime=1422.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 913130 0 0 0 142121 113 0 0 25 0 1 0 25870038 1508630528 362667 4089446400 4194304 10345943 140733365844240 18446744073709551615 6702751 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 368318 362667 729 1502 0 366811 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1473272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21323
/proc/meminfo: memFree=25715768/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1500980 CPUtime=1482.33
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 919967 0 0 0 148119 114 0 0 25 0 1 0 25870038 1537003520 369504 4089446400 4194304 10345943 140733365844240 18446744073709551615 4999613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 375245 369504 729 1502 0 373738 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1500980

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 21325
/proc/meminfo: memFree=25522904/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1530740 CPUtime=1542.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 927389 0 0 0 154118 116 0 0 25 0 1 0 25870038 1567477760 376926 4089446400 4194304 10345943 140733365844240 18446744073709551615 6105704 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 382685 376926 729 1502 0 381178 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1530740

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 21326
/proc/meminfo: memFree=25495840/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1557072 CPUtime=1602.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 934107 0 0 0 160117 117 0 0 25 0 1 0 25870038 1594441728 383644 4089446400 4194304 10345943 140733365844240 18446744073709551615 4900787 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 389268 383644 729 1502 0 387761 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1557072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21328
/proc/meminfo: memFree=25466780/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1584784 CPUtime=1662.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 1035267 0 0 0 166103 131 0 0 25 0 1 0 25870038 1622818816 390906 4089446400 4194304 10345943 140733365844240 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 396196 390906 729 1502 0 394689 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1584784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21329
/proc/meminfo: memFree=25442444/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1608736 CPUtime=1722.34
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 1041366 0 0 0 172103 131 0 0 25 0 1 0 25870038 1647345664 397005 4089446400 4194304 10345943 140733365844240 18446744073709551615 6138993 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 402184 397005 729 1502 0 400677 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1608736

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 21331
/proc/meminfo: memFree=25410144/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1639988 CPUtime=1782.35
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 1049181 0 0 0 178102 133 0 0 25 0 1 0 25870038 1679347712 404820 4089446400 4194304 10345943 140733365844240 18446744073709551615 4687895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21280/statm: 409997 404820 729 1502 0 408490 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1639988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 1.94 3/180 21333
/proc/meminfo: memFree=26383936/32951124 swapFree=67111528/67111528
[pid=21280] ppid=21278 vsize=1644672 CPUtime=1800.05
/proc/21280/stat : 21280 (pbscip.linux.x8) R 21278 21280 20889 0 -1 4202496 1049929 0 0 0 179872 133 0 0 25 0 1 0 25870038 1684144128 405568 4089446400 4194304 10345943 140733365844240 18446744073709551615 9138603 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21280/statm: 411168 405568 729 1502 0 409661 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1644672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.06
CPU time (s): 1800.11
CPU user time (s): 1798.72
CPU system time (s): 1.39179
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1935260

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

runsolver used 2.99154 second user time and 6.82296 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-08 10:09:12
IDJOB=2705394
IDBENCH=79128
IDSOLVER=1214
FILE ID=node110/2705394-1278576552
PBS_JOBID= 11240234
Free space on /tmp= 73488 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j120/normalized-j12013_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-2705394-1278576552/watcher-2705394-1278576552 -o /tmp/evaluation-result-2705394-1278576552/solver-2705394-1278576552 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705394-1278576552.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d6ce3ef474957eba462e4a8661dbc0f2
RANDOM SEED=1165751902

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 5347.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28220268 kB
Buffers:        153280 kB
Cached:        4334880 kB
SwapCached:          0 kB
Active:        2118208 kB
Inactive:      2451652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28220268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30316 kB
Writeback:           0 kB
AnonPages:       81852 kB
Mapped:          15968 kB
Slab:            95244 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222304 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= 73492 MiB
End job on node110 at 2010-07-08 10:39:14