Trace number 2705430

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.06 1800.04

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j60/
normalized-j605_1-unsat--soft-0-100-0.wbo
MD5SUMae92209a1af7dde1057836f859969a25
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark281.443
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9272
Total number of constraints29174
Number of soft constraints29174
Number of constraints which are clauses28874
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints300
Minimum length of a constraint1
Maximum length of a constraint35
Top cost 1476087
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1476086
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705430-1278576553.wbo>
0.29/0.31	c original problem has 67620 variables (38446 bin, 0 int, 29174 impl, 0 cont) and 58349 constraints
0.29/0.31	c problem read
0.29/0.31	c presolving settings loaded
16.69/16.77	o 1476086
16.69/16.77	c feasible solution found by trivial heuristic, objective value  1.476086e+06
16.69/16.77	c presolving:
26.98/27.02	c    (26.7s) probing: 1000/38446 (2.6%) - 0 fixings, 0 aggregations, 218 implications, 0 bound changes
27.28/27.36	c    (27.0s) probing: 1034/38446 (2.7%) - 0 fixings, 0 aggregations, 218 implications, 0 bound changes
27.28/27.36	c    (27.0s) probing aborted: 100/100 successive totally useless probings
27.28/27.36	c (round 1) 0 del vars, 1 del conss, 29174 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 436 impls, 0 clqs
27.39/27.46	c (round 2) 0 del vars, 1 del conss, 29174 chg bounds, 0 chg sides, 0 chg coeffs, 356 upgd conss, 436 impls, 0 clqs
27.59/27.63	c    (27.3s) probing: 1044/38446 (2.7%) - 0 fixings, 0 aggregations, 218 implications, 0 bound changes
27.59/27.63	c    (27.3s) probing aborted: 100/100 successive totally useless probings
27.59/27.63	c presolving (3 rounds):
27.59/27.63	c  0 deleted vars, 1 deleted constraints, 29174 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
27.59/27.63	c  59472 implications, 0 cliques
27.59/27.63	c presolved problem has 67620 variables (38446 bin, 0 int, 29174 impl, 0 cont) and 58348 constraints
27.59/27.63	c     356 constraints of type <varbound>
27.59/27.63	c   28818 constraints of type <linear>
27.59/27.63	c   29174 constraints of type <indicator>
27.59/27.63	c transformed objective value is always integral (scale: 1)
27.59/27.63	c Presolving Time: 27.13
27.59/27.63	c - non default parameters ----------------------------------------------------------------------
27.59/27.63	c # SCIP version 1.2.1.3
27.59/27.63	c 
27.59/27.63	c # frequency for displaying node information lines
27.59/27.63	c # [type: int, range: [-1,2147483647], default: 100]
27.59/27.63	c display/freq = 10000
27.59/27.63	c 
27.59/27.63	c # maximal time in seconds to run
27.59/27.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.59/27.63	c limits/time = 1789.7
27.59/27.63	c 
27.59/27.63	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
27.59/27.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.59/27.63	c limits/memory = 3420
27.59/27.63	c 
27.59/27.63	c # default clock type (1: CPU user seconds, 2: wall clock time)
27.59/27.63	c # [type: int, range: [1,2], default: 1]
27.59/27.63	c timing/clocktype = 2
27.59/27.63	c 
27.59/27.63	c # should presolving try to simplify inequalities
27.59/27.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
27.59/27.63	c constraints/linear/simplifyinequalities = TRUE
27.59/27.63	c 
27.59/27.63	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
27.59/27.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
27.59/27.63	c constraints/indicator/addCouplingCons = TRUE
27.59/27.63	c 
27.59/27.63	c # should presolving try to simplify knapsacks
27.59/27.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
27.59/27.63	c constraints/knapsack/simplifyinequalities = TRUE
27.59/27.63	c 
27.59/27.63	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
27.59/27.63	c # [type: int, range: [-1,2147483647], default: -1]
27.59/27.63	c separating/rapidlearning/freq = 0
27.59/27.63	c 
27.59/27.63	c -----------------------------------------------------------------------------------------------
27.59/27.63	c start solving
27.59/27.65	c 
27.79/27.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.79/27.84	c t27.5s|     1 |     0 |     0 |     - | 220M|   0 |   0 |  67k|  58k|  67k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.476086e+06 |    Inf 
27.79/27.87	c  27.6s|     1 |     0 |   121 |     - | 220M|   0 |   0 |  67k|  58k|  67k| 209 | 209 |   0 |   0 | 0.000000e+00 | 1.476086e+06 |    Inf 
27.89/27.91	c  27.6s|     1 |     0 |   321 |     - | 221M|   0 |   0 |  67k|  58k|  67k| 409 | 409 |   0 |   0 | 0.000000e+00 | 1.476086e+06 |    Inf 
27.89/27.94	c  27.6s|     1 |     0 |   458 |     - | 221M|   0 |   0 |  67k|  58k|  67k| 546 | 546 |   0 |   0 | 0.000000e+00 | 1.476086e+06 |    Inf 
27.89/27.98	c  27.7s|     1 |     2 |   458 |     - | 221M|   0 |   0 |  67k|  58k|  67k| 546 | 546 |   0 |   0 | 0.000000e+00 | 1.476086e+06 |    Inf 
107.29/107.38	o 1457911
107.29/107.38	c y 107s|  1833 |  1832 |   458 |   0.0 | 255M|1831 |   - |  67k|  58k|   0 |   0 | 546 |   0 |   0 | 0.000000e+00 | 1.457911e+06 |    Inf 
465.09/465.14	c   465s| 10000 | 10001 |  1069 |   0.1 | 407M|1831 |   0 |  67k|  58k|  67k| 770 |1179 |   0 |  19 | 0.000000e+00 | 1.457911e+06 |    Inf 
947.90/947.94	c   948s| 20000 | 20001 |  4966 |   0.2 | 585M|1831 |   0 |  67k|  58k|  67k| 871 |5308 |   0 | 275 | 0.000000e+00 | 1.457911e+06 |    Inf 
1423.01/1423.02	c  1423s| 30000 | 30001 |  7815 |   0.2 | 760M|1831 |   0 |  67k|  58k|  67k| 739 |7841 |   0 | 334 | 0.000000e+00 | 1.457911e+06 |    Inf 
1790.02/1790.03	c 
1790.02/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.03	c Solving Time (sec) : 1789.72
1790.02/1790.03	c Solving Nodes      : 37750
1790.02/1790.03	c Primal Bound       : +1.45791100000000e+06 (14 solutions)
1790.02/1790.03	c Dual Bound         : +0.00000000000000e+00
1790.02/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-2705430-1278576553/watcher-2705430-1278576553 -o /tmp/evaluation-result-2705430-1278576553/solver-2705430-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705430-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.92 1.98 1.90 2/173 5018
/proc/meminfo: memFree=29258120/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=12516 CPUtime=0
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 1962 0 0 0 0 0 0 0 23 0 1 0 25868810 12816384 1881 4089446400 4194304 10345943 140735667484800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5018/statm: 3129 1881 429 1502 0 1622 0

[startup+0.037934 s]
/proc/loadavg: 1.92 1.98 1.90 2/173 5018
/proc/meminfo: memFree=29258120/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=25264 CPUtime=0.03
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 5179 0 0 0 3 0 0 0 23 0 1 0 25868810 25870336 5098 4089446400 4194304 10345943 140735667484800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5018/statm: 6316 5098 430 1502 0 4809 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25264

[startup+0.100921 s]
/proc/loadavg: 1.92 1.98 1.90 2/173 5018
/proc/meminfo: memFree=29258120/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=43272 CPUtime=0.09
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 9657 0 0 0 9 0 0 0 23 0 1 0 25868810 44310528 9576 4089446400 4194304 10345943 140735667484800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5018/statm: 10818 9576 430 1502 0 9311 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43272

[startup+0.300839 s]
/proc/loadavg: 1.92 1.98 1.90 2/173 5018
/proc/meminfo: memFree=29258120/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=96424 CPUtime=0.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 22955 0 0 0 27 2 0 0 23 0 1 0 25868810 98738176 22851 4089446400 4194304 10345943 140735667484800 18446744073709551615 9027905 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5018/statm: 24106 22851 430 1502 0 22599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96424

[startup+0.700695 s]
/proc/loadavg: 1.92 1.98 1.90 2/173 5018
/proc/meminfo: memFree=29258120/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=235748 CPUtime=0.69
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 56449 0 0 0 62 7 0 0 25 0 1 0 25868810 241405952 55955 4089446400 4194304 10345943 140735667484800 18446744073709551615 9138627 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5018/statm: 58937 55955 509 1502 0 57430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 235748

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 5057
/proc/meminfo: memFree=28989612/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=235748 CPUtime=1.49
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 56449 0 0 0 142 7 0 0 25 0 1 0 25868810 241405952 55955 4089446400 4194304 10345943 140735667484800 18446744073709551615 9138540 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5018/statm: 58937 55955 509 1502 0 57430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 235748

[startup+3.10041 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 5057
/proc/meminfo: memFree=28990232/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=235748 CPUtime=3.09
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 56449 0 0 0 302 7 0 0 25 0 1 0 25868810 241405952 55955 4089446400 4194304 10345943 140735667484800 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5018/statm: 58937 55955 509 1502 0 57430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 235748

[startup+6.30088 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 5057
/proc/meminfo: memFree=28989184/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=235748 CPUtime=6.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 56449 0 0 0 622 7 0 0 25 0 1 0 25868810 241405952 55955 4089446400 4194304 10345943 140735667484800 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5018/statm: 58937 55955 509 1502 0 57430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 235748

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 5057
/proc/meminfo: memFree=28972772/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=235748 CPUtime=12.69
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 56449 0 0 0 1262 7 0 0 25 0 1 0 25868810 241405952 55955 4089446400 4194304 10345943 140735667484800 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5018/statm: 58937 55955 509 1502 0 57430 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 235748

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 5084
/proc/meminfo: memFree=28981264/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=242112 CPUtime=25.49
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 59085 0 0 0 2542 7 0 0 25 0 1 0 25868810 247922688 57770 4089446400 4194304 10345943 140735667484800 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/5018/statm: 60528 57770 561 1502 0 59021 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 242112

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 5165
/proc/meminfo: memFree=28924248/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=305804 CPUtime=51.08
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 86615 0 0 0 5098 10 0 0 25 0 1 0 25868810 313143296 72770 4089446400 4194304 10345943 140735667484800 18446744073709551615 4999613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/5018/statm: 76451 72770 706 1502 0 74944 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 305804

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 5221
/proc/meminfo: memFree=28817944/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=327052 CPUtime=102.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 117032 0 0 0 10214 15 0 0 25 0 1 0 25868810 334901248 78143 4089446400 4194304 10345943 140735667484800 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5018/statm: 81763 78143 706 1502 0 80256 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 327052

[startup+162.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 5385
/proc/meminfo: memFree=28860652/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=353680 CPUtime=162.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 199901 0 0 0 16202 27 0 0 25 0 1 0 25868810 362168320 84976 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 88420 84976 715 1502 0 86913 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 353680

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 5521
/proc/meminfo: memFree=28849740/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=377232 CPUtime=222.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 237549 0 0 0 22196 33 0 0 25 0 1 0 25868810 386285568 90868 4089446400 4194304 10345943 140735667484800 18446744073709551615 6119774 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 94308 90868 715 1502 0 92801 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 377232

[startup+282.3 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 5631
/proc/meminfo: memFree=28810712/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=403684 CPUtime=282.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 275742 0 0 0 28190 39 0 0 25 0 1 0 25868810 413372416 97305 4089446400 4194304 10345943 140735667484800 18446744073709551615 6119887 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 100921 97305 715 1502 0 99414 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 403684

[startup+342.301 s]
/proc/loadavg: 1.93 1.97 1.91 3/179 5659
/proc/meminfo: memFree=28756476/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=432696 CPUtime=342.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 315532 0 0 0 34185 44 0 0 25 0 1 0 25868810 443080704 104640 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 108174 104640 727 1502 0 106667 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 432696

[startup+402.301 s]
/proc/loadavg: 1.97 1.97 1.91 3/179 5661
/proc/meminfo: memFree=28622352/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=455720 CPUtime=402.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 321572 0 0 0 40183 46 0 0 25 0 1 0 25868810 466657280 110680 4089446400 4194304 10345943 140735667484800 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 113930 110680 727 1502 0 112423 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 455720

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 5663
/proc/meminfo: memFree=28508316/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=481908 CPUtime=462.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 328130 0 0 0 46180 49 0 0 25 0 1 0 25868810 493473792 117238 4089446400 4194304 10345943 140735667484800 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 120477 117238 727 1502 0 118970 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 481908

[startup+522.301 s]
/proc/loadavg: 2.05 1.99 1.91 3/179 5664
/proc/meminfo: memFree=28446152/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=504256 CPUtime=522.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 333652 0 0 0 52179 50 0 0 25 0 1 0 25868810 516358144 122760 4089446400 4194304 10345943 140735667484800 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 126064 122760 727 1502 0 124557 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 504256

[startup+582.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/179 5669
/proc/meminfo: memFree=28406896/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=525472 CPUtime=582.29
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 338946 0 0 0 58177 52 0 0 25 0 1 0 25868810 538083328 128054 4089446400 4194304 10345943 140735667484800 18446744073709551615 6518348 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 131368 128054 727 1502 0 129861 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 525472

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 5670
/proc/meminfo: memFree=28374188/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=552884 CPUtime=642.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 346058 0 0 0 64176 54 0 0 25 0 1 0 25868810 566153216 135166 4089446400 4194304 10345943 140735667484800 18446744073709551615 4283086 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 138221 135166 727 1502 0 136714 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 552884

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 5675
/proc/meminfo: memFree=28298912/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=616680 CPUtime=822.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 361916 0 0 0 82171 59 0 0 25 0 1 0 25868810 631480320 151024 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 154170 151024 727 1502 0 152663 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 616680

[startup+882.301 s]
/proc/loadavg: 2.04 2.00 1.92 3/179 5677
/proc/meminfo: memFree=28275792/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=636168 CPUtime=882.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 366639 0 0 0 88169 61 0 0 25 0 1 0 25868810 651436032 155747 4089446400 4194304 10345943 140735667484800 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 159042 155747 727 1502 0 157535 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 636168

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 5678
/proc/meminfo: memFree=28151844/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=755296 CPUtime=942.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 400570 0 0 0 94164 66 0 0 25 0 1 0 25868810 773423104 185868 4089446400 4194304 10345943 140735667484800 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 188824 185868 727 1502 0 187317 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 755296

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 5680
/proc/meminfo: memFree=28150436/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=755296 CPUtime=1002.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 400575 0 0 0 100163 67 0 0 25 0 1 0 25868810 773423104 185873 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 188824 185873 727 1502 0 187317 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 755296

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 5682
/proc/meminfo: memFree=28149504/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=755296 CPUtime=1062.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 400579 0 0 0 106162 68 0 0 25 0 1 0 25868810 773423104 185877 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 188824 185877 727 1502 0 187317 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 755296

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 5683
/proc/meminfo: memFree=28148940/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=755296 CPUtime=1122.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 400623 0 0 0 112162 68 0 0 25 0 1 0 25868810 773423104 185921 4089446400 4194304 10345943 140735667484800 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 188824 185921 727 1502 0 187317 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 755296

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 5684
/proc/meminfo: memFree=28148508/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=755296 CPUtime=1182.3
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 400630 0 0 0 118161 69 0 0 25 0 1 0 25868810 773423104 185928 4089446400 4194304 10345943 140735667484800 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 188824 185928 727 1502 0 187317 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 755296

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 5686
/proc/meminfo: memFree=28140024/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=765852 CPUtime=1242.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 402980 0 0 0 124161 70 0 0 25 0 1 0 25868810 784232448 188278 4089446400 4194304 10345943 140735667484800 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 191463 188278 727 1502 0 189956 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 765852

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5688
/proc/meminfo: memFree=28114312/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=791328 CPUtime=1302.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 409241 0 0 0 130160 71 0 0 25 0 1 0 25868810 810319872 194539 4089446400 4194304 10345943 140735667484800 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 197832 194539 727 1502 0 196325 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 791328

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5690
/proc/meminfo: memFree=28092824/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=811808 CPUtime=1362.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 414411 0 0 0 136159 72 0 0 25 0 1 0 25868810 831291392 199709 4089446400 4194304 10345943 140735667484800 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 202952 199709 727 1502 0 201445 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 811808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5691
/proc/meminfo: memFree=28067104/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=835004 CPUtime=1422.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 420310 0 0 0 142157 74 0 0 25 0 1 0 25868810 855044096 205608 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 208751 205608 727 1502 0 207244 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 835004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5693
/proc/meminfo: memFree=28046848/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=854448 CPUtime=1482.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 425190 0 0 0 148155 76 0 0 25 0 1 0 25868810 874954752 210488 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 213612 210488 727 1502 0 212105 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 854448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5694
/proc/meminfo: memFree=28025336/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=875956 CPUtime=1542.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 430354 0 0 0 154153 78 0 0 25 0 1 0 25868810 896978944 215652 4089446400 4194304 10345943 140735667484800 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 218989 215652 727 1502 0 217482 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 875956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5696
/proc/meminfo: memFree=28001224/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=899684 CPUtime=1602.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 437574 0 0 0 160150 81 0 0 25 0 1 0 25868810 921276416 221828 4089446400 4194304 10345943 140735667484800 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 224921 221828 727 1502 0 223414 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 899684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5698
/proc/meminfo: memFree=27980216/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=919304 CPUtime=1662.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 442382 0 0 0 166149 82 0 0 25 0 1 0 25868810 941367296 226636 4089446400 4194304 10345943 140735667484800 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 229826 226636 727 1502 0 228319 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 919304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5699
/proc/meminfo: memFree=27957468/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=942828 CPUtime=1722.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 448066 0 0 0 172147 84 0 0 25 0 1 0 25868810 965455872 232320 4089446400 4194304 10345943 140735667484800 18446744073709551615 4999576 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 235707 232320 727 1502 0 234200 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 942828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5701
/proc/meminfo: memFree=27932612/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=965096 CPUtime=1782.31
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 453805 0 0 0 178145 86 0 0 25 0 1 0 25868810 988258304 238059 4089446400 4194304 10345943 140735667484800 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/5018/statm: 241274 238059 727 1502 0 239767 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 965096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 5701
/proc/meminfo: memFree=27930616/32950928 swapFree=67109624/67111528
[pid=5018] ppid=5016 vsize=967144 CPUtime=1800.02
/proc/5018/stat : 5018 (pbscip.linux.x8) R 5016 5018 4637 0 -1 4202496 454176 0 0 0 179915 87 0 0 25 0 1 0 25868810 990355456 238430 4089446400 4194304 10345943 140735667484800 18446744073709551615 4246696 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/5018/statm: 241786 238430 727 1502 0 240279 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 967144

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.04
CPU time (s): 1800.06
CPU user time (s): 1799.16
CPU system time (s): 0.907861
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 967144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.907861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454176
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= 4
involuntary context switches= 9323

runsolver used 3.36949 second user time and 5.84411 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-08 10:09:14
IDJOB=2705430
IDBENCH=79145
IDSOLVER=1214
FILE ID=node126/2705430-1278576553
PBS_JOBID= 11240202
Free space on /tmp= 73536 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/j60/normalized-j605_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-2705430-1278576553/watcher-2705430-1278576553 -o /tmp/evaluation-result-2705430-1278576553/solver-2705430-1278576553 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705430-1278576553.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ae92209a1af7dde1057836f859969a25
RANDOM SEED=1608957129

node126.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.861
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.72
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.861
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	: 5226.05
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.861
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.861
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.67
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.861
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.84
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.861
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.67
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.861
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.85
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.861
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29258648 kB
Buffers:        133124 kB
Cached:        3332404 kB
SwapCached:       1172 kB
Active:         719276 kB
Inactive:      2807836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29258648 kB
SwapTotal:    67111528 kB
SwapFree:     67109624 kB
Dirty:           13856 kB
Writeback:           0 kB
AnonPages:       60828 kB
Mapped:          14528 kB
Slab:           100048 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185356 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= 73512 MiB
End job on node126 at 2010-07-08 10:39:16