Trace number 2665539

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.13 1802.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2665539-1276449452.opb>
3.89/3.93	c original problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
3.89/3.93	c problem read
3.89/3.93	c presolving settings loaded
4.69/4.75	c presolving:
7.79/7.81	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 233965 upgd conss, 477930 impls, 0 clqs
8.29/8.33	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 237715 upgd conss, 477930 impls, 0 clqs
28.08/28.18	c    (23.2s) probing: 1000/7500 (13.3%) - 0 fixings, 0 aggregations, 134067 implications, 0 bound changes
46.48/46.54	c    (41.6s) probing: 2000/7500 (26.7%) - 0 fixings, 0 aggregations, 259456 implications, 0 bound changes
46.48/46.56	c    (41.6s) probing: 2001/7500 (26.7%) - 0 fixings, 0 aggregations, 259580 implications, 0 bound changes
46.48/46.56	c    (41.6s) probing aborted: 2000/2000 successive useless probings
46.48/46.56	c presolving (3 rounds):
46.48/46.56	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
46.48/46.56	c  1372588 implications, 0 cliques
46.48/46.56	c presolved problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
46.48/46.56	c  237715 constraints of type <logicor>
46.48/46.56	c transformed objective value is always integral (scale: 1)
46.48/46.56	c Presolving Time: 41.07
46.48/46.56	c - non default parameters ----------------------------------------------------------------------
46.48/46.56	c # SCIP version 1.2.1.2
46.48/46.56	c 
46.48/46.56	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
46.48/46.56	c # [type: int, range: [-1,2147483647], default: -1]
46.48/46.56	c conflict/interconss = 0
46.48/46.56	c 
46.48/46.56	c # should binary conflicts be preferred?
46.48/46.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.48/46.56	c conflict/preferbinary = TRUE
46.48/46.56	c 
46.48/46.56	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
46.48/46.56	c # [type: int, range: [-1,2147483647], default: 0]
46.48/46.56	c constraints/agelimit = 1
46.48/46.56	c 
46.48/46.56	c # should enforcement of pseudo solution be disabled?
46.48/46.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.48/46.56	c constraints/disableenfops = TRUE
46.48/46.56	c 
46.48/46.56	c # frequency for displaying node information lines
46.48/46.56	c # [type: int, range: [-1,2147483647], default: 100]
46.48/46.56	c display/freq = 10000
46.48/46.56	c 
46.48/46.56	c # maximal time in seconds to run
46.48/46.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
46.48/46.56	c limits/time = 1796.08
46.48/46.56	c 
46.48/46.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
46.48/46.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
46.48/46.56	c limits/memory = 1620
46.48/46.56	c 
46.48/46.56	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
46.48/46.56	c # [type: int, range: [-1,2147483647], default: 1]
46.48/46.56	c lp/solvefreq = 0
46.48/46.56	c 
46.48/46.56	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
46.48/46.56	c # [type: char, range: {lafpsqd}, default: l]
46.48/46.56	c lp/pricing = a
46.48/46.56	c 
46.48/46.56	c # should presolving try to simplify inequalities
46.48/46.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.48/46.56	c constraints/linear/simplifyinequalities = TRUE
46.48/46.56	c 
46.48/46.56	c # should presolving try to simplify knapsacks
46.48/46.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.48/46.56	c constraints/knapsack/simplifyinequalities = TRUE
46.48/46.56	c 
46.48/46.56	c # priority of node selection rule <dfs> in standard mode
46.48/46.56	c # [type: int, range: [-536870912,536870911], default: 0]
46.48/46.56	c nodeselection/dfs/stdpriority = 1000000
46.48/46.56	c 
46.48/46.56	c -----------------------------------------------------------------------------------------------
46.48/46.56	c start solving
46.48/46.59	c 
56.68/56.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.68/56.74	c  51.3s|     1 |     0 |  4786 |     - | 290M|   0 |4250 |7500 | 237k|7500 | 237k|   0 |   0 |   0 | 2.125000e+03 |      --      |    Inf 
94.47/94.54	c  88.1s|     1 |     0 |  5485 |     - | 290M|   0 |4149 |7500 | 237k|7500 | 237k|  77 |   0 |   0 | 2.175500e+03 |      --      |    Inf 
137.06/137.14	c   131s|     1 |     0 |  5957 |     - | 290M|   0 |4098 |7500 | 237k|7500 | 237k| 107 |   0 |   0 | 2.201000e+03 |      --      |    Inf 
185.65/185.78	c   179s|     1 |     0 |  6317 |     - | 290M|   0 |4055 |7500 | 237k|7500 | 237k| 130 |   0 |   0 | 2.222500e+03 |      --      |    Inf 
241.43/241.54	c   235s|     1 |     0 |  6714 |     - | 290M|   0 |4008 |7500 | 237k|7500 | 237k| 157 |   0 |   0 | 2.246000e+03 |      --      |    Inf 
302.82/302.98	c   296s|     1 |     0 |  7090 |     - | 290M|   0 |3963 |7500 | 237k|7500 | 237k| 185 |   0 |   0 | 2.268500e+03 |      --      |    Inf 
370.20/370.37	c   363s|     1 |     0 |  7474 |     - | 290M|   0 |3924 |7500 | 237k|7500 | 237k| 209 |   0 |   0 | 2.288000e+03 |      --      |    Inf 
444.69/444.80	c   437s|     1 |     0 |  8033 |     - | 290M|   0 |3883 |7500 | 237k|7500 | 237k| 238 |   0 |   0 | 2.309000e+03 |      --      |    Inf 
527.37/527.59	c   520s|     1 |     0 |  8713 |     - | 290M|   0 |3838 |7500 | 237k|7500 | 237k| 264 |   0 |   0 | 2.332250e+03 |      --      |    Inf 
629.34/629.54	c   622s|     1 |     0 |  9340 |     - | 290M|   0 |3808 |7500 | 237k|7500 | 238k| 292 |   0 |   0 | 2.346500e+03 |      --      |    Inf 
744.52/744.73	c   737s|     1 |     0 |  9921 |     - | 290M|   0 |3777 |7500 | 237k|7500 | 238k| 327 |   0 |   0 | 2.364000e+03 |      --      |    Inf 
780.40/780.60	c   773s|     1 |     0 | 10765 |     - | 291M|   0 |3755 |7500 | 237k|7500 | 238k| 356 |   0 |   0 | 2.377500e+03 |      --      |    Inf 
812.10/812.39	c   804s|     1 |     0 | 11611 |     - | 291M|   0 |3716 |7500 | 237k|7500 | 238k| 390 |   0 |   0 | 2.392500e+03 |      --      |    Inf 
859.99/860.23	c   852s|     1 |     0 | 12797 |     - | 291M|   0 |3691 |7500 | 237k|7500 | 238k| 418 |   0 |   0 | 2.407000e+03 |      --      |    Inf 
900.87/901.19	c   893s|     1 |     0 | 13771 |     - | 291M|   0 |3666 |7500 | 237k|7500 | 238k| 451 |   0 |   0 | 2.419250e+03 |      --      |    Inf 
930.06/930.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.06/930.33	c   922s|     1 |     0 | 14721 |     - | 291M|   0 |3633 |7500 | 237k|7500 | 238k| 488 |   0 |   0 | 2.439250e+03 |      --      |    Inf 
960.56/960.89	c   952s|     1 |     0 | 15817 |     - | 291M|   0 |3597 |7500 | 237k|7500 | 238k| 527 |   0 |   0 | 2.455000e+03 |      --      |    Inf 
1002.45/1002.74	c   994s|     1 |     0 | 17093 |     - | 291M|   0 |3566 |7500 | 237k|7500 | 238k| 561 |   0 |   0 | 2.468500e+03 |      --      |    Inf 
1041.14/1041.41	c  1032s|     1 |     0 | 18196 |     - | 291M|   0 |3549 |7500 | 237k|7500 | 238k| 599 |   0 |   0 | 2.482875e+03 |      --      |    Inf 
1096.43/1096.74	c  1087s|     1 |     0 | 20202 |     - | 291M|   0 |3506 |7500 | 237k|7500 | 238k| 636 |   0 |   0 | 2.503000e+03 |      --      |    Inf 
1144.41/1144.79	c  1135s|     1 |     0 | 21805 |     - | 291M|   0 |3469 |7500 | 237k|7500 | 238k| 672 |   0 |   0 | 2.517100e+03 |      --      |    Inf 
1189.11/1189.43	c  1179s|     1 |     0 | 23566 |     - | 291M|   0 |3444 |7500 | 237k|7500 | 238k| 710 |   0 |   0 | 2.535500e+03 |      --      |    Inf 
1271.68/1272.03	c  1262s|     1 |     0 | 25570 |     - | 291M|   0 |3393 |7500 | 237k|7500 | 238k| 742 |   0 |   0 | 2.554000e+03 |      --      |    Inf 
1326.78/1327.17	c  1317s|     1 |     0 | 27099 |     - | 292M|   0 |3377 |7500 | 237k|7500 | 238k| 776 |   0 |   0 | 2.564750e+03 |      --      |    Inf 
1436.84/1437.22	c  1426s|     1 |     0 | 29362 |     - | 292M|   0 |3354 |7500 | 237k|7500 | 238k| 815 |   0 |   0 | 2.576500e+03 |      --      |    Inf 
1535.22/1535.64	c  1524s|     1 |     0 | 31542 |     - | 292M|   0 |3334 |7500 | 237k|7500 | 238k| 859 |   0 |   0 | 2.594667e+03 |      --      |    Inf 
1606.11/1606.51	c  1595s|     1 |     0 | 33175 |     - | 292M|   0 |3305 |7500 | 237k|7500 | 238k| 896 |   0 |   0 | 2.603000e+03 |      --      |    Inf 
1697.99/1698.45	c  1687s|     1 |     0 | 36143 |     - | 292M|   0 |3291 |7500 | 237k|7500 | 238k| 941 |   0 |   0 | 2.619000e+03 |      --      |    Inf 
1790.86/1791.35	c  1779s|     1 |     0 | 38836 |     - | 292M|   0 |3255 |7500 | 237k|7500 | 238k| 974 |   0 |   0 | 2.630500e+03 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2665539-1276449452/watcher-2665539-1276449452 -o /tmp/evaluation-result-2665539-1276449452/solver-2665539-1276449452 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665539-1276449452.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 24047
/proc/meminfo: memFree=1788228/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=8260 CPUtime=0
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1014 0 0 0 0 0 0 0 21 0 1 0 18600976 8458240 934 1992294400 4194304 9819077 140733905239632 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 2065 934 366 1374 0 686 0

[startup+0.0961261 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 24047
/proc/meminfo: memFree=1788228/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=19104 CPUtime=0.09
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 3727 0 0 0 8 1 0 0 21 0 1 0 18600976 19562496 3646 1992294400 4194304 9819077 140733905239632 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 4776 3646 388 1374 0 3397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19104

[startup+0.101127 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 24047
/proc/meminfo: memFree=1788228/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=19104 CPUtime=0.09
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 3728 0 0 0 8 1 0 0 21 0 1 0 18600976 19562496 3647 1992294400 4194304 9819077 140733905239632 18446744073709551615 8080981 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 4776 3647 388 1374 0 3397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19104

[startup+0.301145 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 24047
/proc/meminfo: memFree=1788228/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=24172 CPUtime=0.29
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 4992 0 0 0 28 1 0 0 21 0 1 0 18600976 24752128 4911 1992294400 4194304 9819077 140733905239632 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 6043 4911 388 1374 0 4664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24172

[startup+0.701181 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 24047
/proc/meminfo: memFree=1788228/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=31748 CPUtime=0.69
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 6936 0 0 0 67 2 0 0 22 0 1 0 18600976 32509952 6826 1992294400 4194304 9819077 140733905239632 18446744073709551615 6178118 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 7937 6826 388 1374 0 6558 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31748

[startup+1.50125 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1755484/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=48340 CPUtime=1.49
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 11084 0 0 0 145 4 0 0 25 0 1 0 18600976 49500160 10974 1992294400 4194304 9819077 140733905239632 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 12085 10974 388 1374 0 10706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48340

[startup+3.10139 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1731676/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=81628 CPUtime=3.09
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 19391 0 0 0 302 7 0 0 25 0 1 0 18600976 83587072 19281 1992294400 4194304 9819077 140733905239632 18446744073709551615 8667776 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24047/statm: 20407 19281 388 1374 0 19028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81628

[startup+6.30068 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1542576/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=276300 CPUtime=6.29
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 74701 0 0 0 580 49 0 0 25 0 1 0 18600976 282931200 66978 1992294400 4194304 9819077 140733905239632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 69075 66978 489 1374 0 67696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 276300

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1529432/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=270224 CPUtime=12.69
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 109685 0 0 0 1164 105 0 0 25 0 1 0 18600976 276709376 64858 1992294400 4194304 9819077 140733905239632 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 67556 64858 504 1374 0 66177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 270224

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1518644/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=281000 CPUtime=25.48
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 112379 0 0 0 2440 108 0 0 25 0 1 0 18600976 287744000 67552 1992294400 4194304 9819077 140733905239632 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 70250 67552 504 1374 0 68871 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 281000

[startup+51.1007 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24048
/proc/meminfo: memFree=1298296/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=652668 CPUtime=51.07
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 200451 0 0 0 4960 147 0 0 25 0 1 0 18600976 668332032 121851 1992294400 4194304 9819077 140733905239632 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 163167 121851 627 1374 0 161788 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 652668

[startup+102.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24050
/proc/meminfo: memFree=1292220/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=688332 CPUtime=102.27
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 345464 0 0 0 9971 256 0 0 25 0 1 0 18600976 704851968 124224 1992294400 4194304 9819077 140733905239632 18446744073709551615 5433714 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172083 124224 668 1374 0 170704 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 688332

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24052
/proc/meminfo: memFree=1291848/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=687880 CPUtime=162.25
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 378269 0 0 0 15953 272 0 0 25 0 1 0 18600976 704389120 124182 1992294400 4194304 9819077 140733905239632 18446744073709551615 5721503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 171970 124182 669 1374 0 170591 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 687880

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24054
/proc/meminfo: memFree=1291724/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=687292 CPUtime=222.24
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 410261 0 0 0 21940 284 0 0 25 0 1 0 18600976 703787008 124192 1992294400 4194304 9819077 140733905239632 18446744073709551615 5750556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 171823 124192 669 1374 0 170444 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 687292

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24054
/proc/meminfo: memFree=1290732/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=687596 CPUtime=282.22
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 442256 0 0 0 27925 297 0 0 25 0 1 0 18600976 704098304 124437 1992294400 4194304 9819077 140733905239632 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 171899 124437 669 1374 0 170520 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 687596

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24056
/proc/meminfo: memFree=1286516/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691444 CPUtime=342.21
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 475156 0 0 0 33911 310 0 0 25 0 1 0 18600976 708038656 125530 1992294400 4194304 9819077 140733905239632 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172861 125530 670 1374 0 171482 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 691444

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24058
/proc/meminfo: memFree=1285524/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691636 CPUtime=402.2
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 508032 0 0 0 39896 324 0 0 25 0 1 0 18600976 708235264 125748 1992294400 4194304 9819077 140733905239632 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172909 125748 670 1374 0 171530 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 691636

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24060
/proc/meminfo: memFree=1285648/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=690868 CPUtime=462.18
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 540815 0 0 0 45881 337 0 0 25 0 1 0 18600976 707448832 125689 1992294400 4194304 9819077 140733905239632 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172717 125689 670 1374 0 171338 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 690868

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24062
/proc/meminfo: memFree=1285028/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691152 CPUtime=522.16
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 563454 0 0 0 51869 347 0 0 25 0 1 0 18600976 707739648 126065 1992294400 4194304 9819077 140733905239632 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172788 126065 670 1374 0 171409 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 691152

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24062
/proc/meminfo: memFree=1285524/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=690516 CPUtime=582.16
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 574086 0 0 0 57864 352 0 0 25 0 1 0 18600976 707088384 125695 1992294400 4194304 9819077 140733905239632 18446744073709551615 5743109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172629 125695 670 1374 0 171250 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 690516

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24064
/proc/meminfo: memFree=1284532/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=690864 CPUtime=642.15
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 607230 0 0 0 63849 366 0 0 25 0 1 0 18600976 707444736 125939 1992294400 4194304 9819077 140733905239632 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172716 125939 672 1374 0 171337 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 690864

[startup+702.301 s]

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

/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1005166 0 0 0 105664 539 0 0 25 0 1 0 18600976 708632576 126679 1992294400 4194304 9819077 140733905239632 18446744073709551615 7292028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173006 126679 678 1374 0 171627 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 692024

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24078
/proc/meminfo: memFree=1275728/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=692824 CPUtime=1122.02
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1058511 0 0 0 111638 564 0 0 25 0 1 0 18600976 709451776 128229 1992294400 4194304 9819077 140733905239632 18446744073709551615 7480984 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173206 128229 678 1374 0 171827 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 692824

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24078
/proc/meminfo: memFree=1278828/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=693256 CPUtime=1182
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1114026 0 0 0 117608 592 0 0 25 0 1 0 18600976 709894144 127439 1992294400 4194304 9819077 140733905239632 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173314 127439 678 1374 0 171935 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 693256

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24080
/proc/meminfo: memFree=1275976/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=692504 CPUtime=1242
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1147658 0 0 0 123593 607 0 0 25 0 1 0 18600976 709124096 128053 1992294400 4194304 9819077 140733905239632 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173126 128053 678 1374 0 171747 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 692504

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24085
/proc/meminfo: memFree=1276472/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=693684 CPUtime=1301.99
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1200380 0 0 0 129568 631 0 0 25 0 1 0 18600976 710332416 127842 1992294400 4194304 9819077 140733905239632 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173421 127842 678 1374 0 172042 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 693684

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24087
/proc/meminfo: memFree=1275108/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=692296 CPUtime=1361.97
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1264958 0 0 0 135538 659 0 0 25 0 1 0 18600976 708911104 128288 1992294400 4194304 9819077 140733905239632 18446744073709551615 6191145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173074 128288 678 1374 0 171695 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 692296

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24089
/proc/meminfo: memFree=1268784/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691824 CPUtime=1421.95
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1279524 0 0 0 141527 668 0 0 25 0 1 0 18600976 708427776 129843 1992294400 4194304 9819077 140733905239632 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172956 129843 678 1374 0 171577 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 691824

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24089
/proc/meminfo: memFree=1274488/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691968 CPUtime=1481.93
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1323360 0 0 0 147503 690 0 0 25 0 1 0 18600976 708575232 128417 1992294400 4194304 9819077 140733905239632 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172992 128417 678 1374 0 171613 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 691968

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24091
/proc/meminfo: memFree=1280068/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=691872 CPUtime=1541.92
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1355148 0 0 0 153486 706 0 0 25 0 1 0 18600976 708476928 126989 1992294400 4194304 9819077 140733905239632 18446744073709551615 5692288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 172968 126989 678 1374 0 171589 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 691872

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24093
/proc/meminfo: memFree=1277836/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=693376 CPUtime=1601.91
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1390381 0 0 0 159467 724 0 0 25 0 1 0 18600976 710017024 127598 1992294400 4194304 9819077 140733905239632 18446744073709551615 6192309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173344 127598 678 1374 0 171965 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 693376

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24095
/proc/meminfo: memFree=1273620/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694232 CPUtime=1661.89
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1433581 0 0 0 165444 745 0 0 25 0 1 0 18600976 710893568 128612 1992294400 4194304 9819077 140733905239632 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173558 128612 678 1374 0 172179 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 694232

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24097
/proc/meminfo: memFree=1279448/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694112 CPUtime=1721.87
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1477317 0 0 0 171423 764 0 0 25 0 1 0 18600976 710770688 127146 1992294400 4194304 9819077 140733905239632 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173528 127146 678 1374 0 172149 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 694112

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24097
/proc/meminfo: memFree=1277464/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694880 CPUtime=1781.86
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1499933 0 0 0 177409 777 0 0 25 0 1 0 18600976 711557120 127582 1992294400 4194304 9819077 140733905239632 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173720 127582 678 1374 0 172341 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 694880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 24099
/proc/meminfo: memFree=1279076/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694496 CPUtime=1800.06
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1509796 0 0 0 179224 782 0 0 25 0 1 0 18600976 711163904 127007 1992294400 4194304 9819077 140733905239632 18446744073709551615 5692125 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173624 127007 678 1374 0 172245 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 694496

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24047

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 24100
/proc/meminfo: memFree=1279068/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694496 CPUtime=1800.96
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1509796 0 0 0 179314 782 0 0 25 0 1 0 18600976 711163904 127007 1992294400 4194304 9819077 140733905239632 18446744073709551615 5884001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173624 127007 678 1374 0 172245 0
Current children cumulated CPU time (s) 1800.96
Current children cumulated vsize (KiB) 694496

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 24100
/proc/meminfo: memFree=1278944/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=694528 CPUtime=1801.75
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1515266 0 0 0 179391 784 0 0 25 0 1 0 18600976 711196672 126552 1992294400 4194304 9819077 140733905239632 18446744073709551615 6386930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 173632 126552 678 1374 0 172253 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 694528

[startup+1802.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 24100
/proc/meminfo: memFree=1278944/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=636336 CPUtime=1801.95
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1528075 0 0 0 179406 789 0 0 25 0 1 0 18600976 651608064 125605 1992294400 4194304 9819077 140733905239632 18446744073709551615 7234112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 159084 125605 678 1374 0 157705 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 636336

[startup+1802.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/109 24100
/proc/meminfo: memFree=1278944/2059040 swapFree=4140108/4192956
[pid=24047] ppid=24045 vsize=636336 CPUtime=1802.05
/proc/24047/stat : 24047 (pbscip.linux.x8) R 24045 24047 23271 0 -1 4202496 1528075 0 0 0 179416 789 0 0 25 0 1 0 18600976 651608064 125605 1992294400 4194304 9819077 140733905239632 18446744073709551615 7234719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24047/statm: 159084 125605 678 1374 0 157705 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 636336

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.56
CPU time (s): 1802.13
CPU user time (s): 1794.17
CPU system time (s): 7.95279
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 696492

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

runsolver used 3.06253 second user time and 8.43172 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-13 19:17:32
IDJOB=2665539
IDBENCH=2139
IDSOLVER=1168
FILE ID=node025/2665539-1276449452
PBS_JOBID= 11173323
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.opb
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-2665539-1276449452/watcher-2665539-1276449452 -o /tmp/evaluation-result-2665539-1276449452/solver-2665539-1276449452 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665539-1276449452.opb -t 1800 -m 1800

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=325379910

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788632 kB
Buffers:         43496 kB
Cached:         135884 kB
SwapCached:       6748 kB
Active:          83700 kB
Inactive:       109004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788632 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:           12096 kB
Writeback:           4 kB
AnonPages:       11184 kB
Mapped:          12852 kB
Slab:            55892 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node025 at 2010-06-13 19:47:35