Trace number 2705337

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.15 1800.1

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl--soft-0-100-0.wbo
MD5SUMc793e6de080a97fe48f7abfaf5144445
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3456
Best CPU time to get the best result obtained on this benchmark1800.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables77106
Total number of constraints218779
Number of soft constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 11044627
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 11044626
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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-2705337-1278576548.wbo>
2.49/2.51	c original problem has 514664 variables (295885 bin, 0 int, 218779 impl, 0 cont) and 437559 constraints
2.49/2.51	c problem read
2.49/2.51	c presolving settings loaded
888.11/888.11	o 11044626
888.11/888.11	c feasible solution found by trivial heuristic, objective value  1.104463e+07
888.11/888.11	c presolving:
888.61/888.60	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 6610 chg sides, 13220 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
889.01/889.03	c (round 2) 0 del vars, 1 del conss, 218779 chg bounds, 6610 chg sides, 13220 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
895.92/895.97	c    (893.5s) probing: 101/295885 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
895.92/895.97	c    (893.5s) probing aborted: 100/100 successive totally useless probings
896.02/896.00	c presolving (3 rounds):
896.02/896.00	c  0 deleted vars, 1 deleted constraints, 218779 tightened bounds, 0 added holes, 6610 changed sides, 13220 changed coefficients
896.02/896.00	c  424338 implications, 0 cliques
896.02/896.00	c presolved problem has 514664 variables (295885 bin, 0 int, 218779 impl, 0 cont) and 437558 constraints
896.02/896.00	c       1 constraints of type <varbound>
896.02/896.00	c  218778 constraints of type <linear>
896.02/896.00	c  218779 constraints of type <indicator>
896.02/896.00	c transformed objective value is always integral (scale: 1)
896.02/896.00	c Presolving Time: 892.03
896.02/896.00	c - non default parameters ----------------------------------------------------------------------
896.02/896.00	c # SCIP version 1.2.1.3
896.02/896.00	c 
896.02/896.00	c # frequency for displaying node information lines
896.02/896.00	c # [type: int, range: [-1,2147483647], default: 100]
896.02/896.00	c display/freq = 10000
896.02/896.00	c 
896.02/896.00	c # maximal time in seconds to run
896.02/896.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
896.02/896.00	c limits/time = 1787.49
896.02/896.00	c 
896.02/896.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
896.02/896.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
896.02/896.00	c limits/memory = 3420
896.02/896.00	c 
896.02/896.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
896.02/896.00	c # [type: int, range: [1,2], default: 1]
896.02/896.00	c timing/clocktype = 2
896.02/896.00	c 
896.02/896.00	c # should presolving try to simplify inequalities
896.02/896.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
896.02/896.00	c constraints/linear/simplifyinequalities = TRUE
896.02/896.00	c 
896.02/896.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
896.02/896.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
896.02/896.00	c constraints/indicator/addCouplingCons = TRUE
896.02/896.00	c 
896.02/896.00	c # should presolving try to simplify knapsacks
896.02/896.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
896.02/896.00	c constraints/knapsack/simplifyinequalities = TRUE
896.02/896.00	c 
896.02/896.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
896.02/896.00	c # [type: int, range: [-1,2147483647], default: -1]
896.02/896.00	c separating/rapidlearning/freq = 0
896.02/896.00	c 
896.02/896.00	c -----------------------------------------------------------------------------------------------
896.02/896.00	c start solving
896.11/896.14	c 
897.42/897.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.42/897.40	c t 895s|     1 |     0 |     0 |     - |1674M|   0 |   0 | 514k| 437k| 514k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
897.62/897.63	c   895s|     1 |     0 |   201 |     - |1674M|   0 |   5 | 514k| 437k| 514k| 201 | 201 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
899.02/899.06	c   897s|     1 |     0 |   345 |     - |1675M|   0 |   4 | 514k| 437k| 514k| 406 | 406 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
901.12/901.13	c   899s|     1 |     0 |   553 |     - |1678M|   0 |  95 | 514k| 437k| 514k| 609 | 609 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
906.61/906.60	c   904s|     1 |     0 |   755 |     - |1681M|   0 | 184 | 514k| 437k| 514k| 816 | 816 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
913.52/913.56	c   911s|     1 |     0 |   950 |     - |1682M|   0 | 248 | 514k| 437k| 514k|1023 |1023 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
920.92/920.98	c   918s|     1 |     0 |  1158 |     - |1685M|   0 | 381 | 514k| 437k| 514k|1231 |1231 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
928.51/928.57	c   926s|     1 |     0 |  1365 |     - |1686M|   0 | 398 | 514k| 437k| 514k|1437 |1437 |   0 |   0 | 0.000000e+00 | 1.104463e+07 |    Inf 
935.02/935.02	c   933s|     1 |     2 |  1365 |     - |1692M|   0 | 398 | 514k| 437k| 514k|1437 |1437 |   0 |  33 | 0.000000e+00 | 1.104463e+07 |    Inf 
1790.04/1790.08	c 
1790.04/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.08	c Solving Time (sec) : 1787.57
1790.04/1790.08	c Solving Nodes      : 76
1790.04/1790.08	c Primal Bound       : +1.10446260000000e+07 (3 solutions)
1790.04/1790.08	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.08	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-2705337-1278576548/watcher-2705337-1278576548 -o /tmp/evaluation-result-2705337-1278576548/solver-2705337-1278576548 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705337-1278576548.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.93 1.98 1.91 4/178 21114
/proc/meminfo: memFree=30132576/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=12524 CPUtime=0
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 1973 0 0 0 0 0 0 0 22 0 1 0 25867365 12824576 1891 4089446400 4194304 10345943 140733902189136 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 3131 1892 429 1502 0 1624 0

[startup+0.041093 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 21114
/proc/meminfo: memFree=30132576/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=24496 CPUtime=0.03
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 4991 0 0 0 3 0 0 0 22 0 1 0 25867365 25083904 4909 4089446400 4194304 10345943 140733902189136 18446744073709551615 9076979 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 6124 4909 430 1502 0 4617 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24496

[startup+0.101084 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 21114
/proc/meminfo: memFree=30132576/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=41068 CPUtime=0.09
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 9126 0 0 0 9 0 0 0 22 0 1 0 25867365 42053632 9044 4089446400 4194304 10345943 140733902189136 18446744073709551615 4424487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 10267 9044 430 1502 0 8760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41068

[startup+0.30105 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 21114
/proc/meminfo: memFree=30132576/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=97440 CPUtime=0.29
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 23191 0 0 0 28 1 0 0 22 0 1 0 25867365 99778560 23109 4089446400 4194304 10345943 140733902189136 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 24360 23109 430 1502 0 22853 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97440

[startup+0.701046 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 21114
/proc/meminfo: memFree=30132576/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=206584 CPUtime=0.69
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 50380 0 0 0 65 4 0 0 24 0 1 0 25867365 211542016 50298 4089446400 4194304 10345943 140733902189136 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 51646 50330 430 1502 0 50139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206584

[startup+1.5009 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 21115
/proc/meminfo: memFree=29850840/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=420620 CPUtime=1.49
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 103911 0 0 0 139 10 0 0 25 0 1 0 25867365 430714880 103829 4089446400 4194304 10345943 140733902189136 18446744073709551615 9122494 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21114/statm: 105155 103829 430 1502 0 103648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 420620

[startup+3.10063 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 21115
/proc/meminfo: memFree=29555348/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1128644 CPUtime=3.09
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 279717 0 0 0 280 29 0 0 25 0 1 0 25867365 1155731456 279245 4089446400 4194304 10345943 140733902189136 18446744073709551615 4423932 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21114/statm: 282161 279245 478 1502 0 280654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1128644

[startup+6.301 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 21115
/proc/meminfo: memFree=28510120/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=6.29
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 587 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1637388

[startup+12.7009 s]
/proc/loadavg: 1.94 1.98 1.91 3/179 21115
/proc/meminfo: memFree=28510580/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=12.69
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 1227 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1637388

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 21115
/proc/meminfo: memFree=28465116/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=25.49
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 2507 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1637388

[startup+51.101 s]
/proc/loadavg: 2.02 2.00 1.91 3/179 21116
/proc/meminfo: memFree=28464176/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=51.09
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 5067 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1637388

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21117
/proc/meminfo: memFree=28463392/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=102.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 10188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1637388

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21119
/proc/meminfo: memFree=28459876/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=162.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 16188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1637388

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21121
/proc/meminfo: memFree=28453356/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=222.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 22188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1637388

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21122
/proc/meminfo: memFree=28432420/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=282.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 28188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138651 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1637388

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21124
/proc/meminfo: memFree=28410284/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=342.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 34188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1637388

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21125
/proc/meminfo: memFree=28391924/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=402.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 40188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1637388

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21127
/proc/meminfo: memFree=28369896/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=462.3
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 46188 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1637388

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21129
/proc/meminfo: memFree=28351128/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=522.31
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 52189 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138556 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1637388

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 1.92 4/180 21133
/proc/meminfo: memFree=28311048/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=582.31
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 58189 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1637388

[startup+642.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 21135
/proc/meminfo: memFree=28299644/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=642.32
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 64190 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1637388

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 21140
/proc/meminfo: memFree=28240952/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=822.32
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 82190 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1637388

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21141
/proc/meminfo: memFree=28214848/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=1637388 CPUtime=882.32
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 404995 0 0 0 88190 42 0 0 25 0 1 0 25867365 1676685312 404523 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 409347 404523 509 1502 0 407840 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1637388

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21143
/proc/meminfo: memFree=26937456/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=942.31
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750695 0 0 0 94150 81 0 0 25 0 1 0 25867365 3020414976 717776 4089446400 4194304 10345943 140733902189136 18446744073709551615 6803094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717776 754 1502 0 735899 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2949624

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21144
/proc/meminfo: memFree=26919056/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1002.32
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750708 0 0 0 100147 85 0 0 25 0 1 0 25867365 3020414976 717789 4089446400 4194304 10345943 140733902189136 18446744073709551615 6566439 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717789 755 1502 0 735899 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2949624

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21146
/proc/meminfo: memFree=26893696/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1062.32
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750709 0 0 0 106143 89 0 0 25 0 1 0 25867365 3020414976 717790 4089446400 4194304 10345943 140733902189136 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717790 755 1502 0 735899 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2949624

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 21148
/proc/meminfo: memFree=26866844/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1122.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750711 0 0 0 112140 93 0 0 25 0 1 0 25867365 3020414976 717792 4089446400 4194304 10345943 140733902189136 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717792 755 1502 0 735899 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2949624

[startup+1182.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/179 21149
/proc/meminfo: memFree=26843340/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1182.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750711 0 0 0 118139 94 0 0 25 0 1 0 25867365 3020414976 717792 4089446400 4194304 10345943 140733902189136 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717792 755 1502 0 735899 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2949624

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 21151
/proc/meminfo: memFree=26821076/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1242.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750711 0 0 0 124139 94 0 0 25 0 1 0 25867365 3020414976 717792 4089446400 4194304 10345943 140733902189136 18446744073709551615 6864690 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717792 755 1502 0 735899 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2949624

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 21152
/proc/meminfo: memFree=26799820/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1302.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750711 0 0 0 130139 94 0 0 25 0 1 0 25867365 3020414976 717792 4089446400 4194304 10345943 140733902189136 18446744073709551615 6518598 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717792 755 1502 0 735899 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2949624

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 21154
/proc/meminfo: memFree=26776572/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1362.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750711 0 0 0 136138 95 0 0 25 0 1 0 25867365 3020414976 717792 4089446400 4194304 10345943 140733902189136 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717792 755 1502 0 735899 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2949624

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21156
/proc/meminfo: memFree=26747128/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1422.34
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750839 0 0 0 142139 95 0 0 25 0 1 0 25867365 3020414976 717920 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 717920 755 1502 0 735899 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2949624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21157
/proc/meminfo: memFree=26719800/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1482.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 148138 95 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 6119649 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2949624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21159
/proc/meminfo: memFree=26696184/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1542.34
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 154138 96 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2949624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21160
/proc/meminfo: memFree=26668348/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1602.33
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 160137 96 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2949624

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 21162
/proc/meminfo: memFree=26647340/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1662.34
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 166137 97 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 6777648 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2949624

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/179 21164
/proc/meminfo: memFree=26624212/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1722.34
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 172137 97 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2949624

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21165
/proc/meminfo: memFree=26599856/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1782.34
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 178136 98 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 7537489 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2949624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21193
/proc/meminfo: memFree=27386940/32951124 swapFree=67111528/67111528
[pid=21114] ppid=21112 vsize=2949624 CPUtime=1800.05
/proc/21114/stat : 21114 (pbscip.linux.x8) R 21112 21114 20708 0 -1 4202496 750968 0 0 0 179907 98 0 0 25 0 1 0 25867365 3020414976 718049 4089446400 4194304 10345943 140733902189136 18446744073709551615 9138579 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21114/statm: 737406 718049 755 1502 0 735899 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2949624

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

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

runsolver used 3.54546 second user time and 5.96509 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-08 10:09:08
IDJOB=2705337
IDBENCH=79110
IDSOLVER=1214
FILE ID=node137/2705337-1278576548
PBS_JOBID= 11240180
Free space on /tmp= 73588 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/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl--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-2705337-1278576548/watcher-2705337-1278576548 -o /tmp/evaluation-result-2705337-1278576548/solver-2705337-1278576548 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705337-1278576548.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c793e6de080a97fe48f7abfaf5144445
RANDOM SEED=461426973

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.76
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30133104 kB
Buffers:        161728 kB
Cached:        2252844 kB
SwapCached:          0 kB
Active:        1382816 kB
Inactive:      1281352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30133104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35824 kB
Writeback:           0 kB
AnonPages:      249128 kB
Mapped:          16536 kB
Slab:            87852 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400024 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= 73576 MiB
End job on node137 at 2010-07-08 10:39:10