Trace number 2705369

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.11 1800.07

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag14.ucl--soft-0-100-0.wbo
MD5SUM5b4315c5a5371447c07276a6635f9ec4
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1712
Best CPU time to get the best result obtained on this benchmark1800.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables40605
Total number of constraints118930
Number of soft constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 6022485
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6022484
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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-2705369-1278576549.wbo>
1.29/1.39	c original problem has 278465 variables (159535 bin, 0 int, 118930 impl, 0 cont) and 237861 constraints
1.29/1.39	c problem read
1.29/1.39	c presolving settings loaded
197.69/197.77	o 6022484
197.69/197.77	c feasible solution found by trivial heuristic, objective value  6.022484e+06
197.69/197.77	c presolving:
198.00/198.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 870 chg sides, 1740 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
198.20/198.29	c (round 2) 0 del vars, 1 del conss, 118930 chg bounds, 870 chg sides, 1740 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
202.31/202.31	c    (200.9s) probing: 101/159535 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
202.31/202.31	c    (200.9s) probing aborted: 100/100 successive totally useless probings
202.31/202.33	c presolving (3 rounds):
202.31/202.33	c  0 deleted vars, 1 deleted constraints, 118930 tightened bounds, 0 added holes, 870 changed sides, 1740 changed coefficients
202.31/202.33	c  236120 implications, 0 cliques
202.31/202.33	c presolved problem has 278465 variables (159535 bin, 0 int, 118930 impl, 0 cont) and 237860 constraints
202.31/202.33	c       1 constraints of type <varbound>
202.31/202.33	c  118929 constraints of type <linear>
202.31/202.33	c  118930 constraints of type <indicator>
202.31/202.33	c transformed objective value is always integral (scale: 1)
202.31/202.33	c Presolving Time: 200.13
202.31/202.33	c - non default parameters ----------------------------------------------------------------------
202.31/202.33	c # SCIP version 1.2.1.3
202.31/202.33	c 
202.31/202.33	c # frequency for displaying node information lines
202.31/202.33	c # [type: int, range: [-1,2147483647], default: 100]
202.31/202.33	c display/freq = 10000
202.31/202.33	c 
202.31/202.33	c # maximal time in seconds to run
202.31/202.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
202.31/202.33	c limits/time = 1788.62
202.31/202.33	c 
202.31/202.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
202.31/202.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
202.31/202.33	c limits/memory = 3420
202.31/202.33	c 
202.31/202.33	c # default clock type (1: CPU user seconds, 2: wall clock time)
202.31/202.33	c # [type: int, range: [1,2], default: 1]
202.31/202.33	c timing/clocktype = 2
202.31/202.33	c 
202.31/202.33	c # should presolving try to simplify inequalities
202.31/202.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
202.31/202.33	c constraints/linear/simplifyinequalities = TRUE
202.31/202.33	c 
202.31/202.33	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
202.31/202.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
202.31/202.33	c constraints/indicator/addCouplingCons = TRUE
202.31/202.33	c 
202.31/202.33	c # should presolving try to simplify knapsacks
202.31/202.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
202.31/202.33	c constraints/knapsack/simplifyinequalities = TRUE
202.31/202.33	c 
202.31/202.33	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
202.31/202.33	c # [type: int, range: [-1,2147483647], default: -1]
202.31/202.33	c separating/rapidlearning/freq = 0
202.31/202.33	c 
202.31/202.33	c -----------------------------------------------------------------------------------------------
202.31/202.33	c start solving
202.41/202.40	c 
202.99/203.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.99/203.08	c t 202s|     1 |     0 |     0 |     - | 900M|   0 |   0 | 278k| 237k| 278k|   0 |   0 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
203.19/203.21	c   202s|     1 |     0 |   201 |     - | 900M|   0 |  33 | 278k| 237k| 278k| 201 | 201 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
204.69/204.74	c   203s|     1 |     0 |   358 |     - | 901M|   0 |  42 | 278k| 237k| 278k| 434 | 434 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
206.99/207.00	c   206s|     1 |     0 |   571 |     - | 902M|   0 |  78 | 278k| 237k| 278k| 664 | 664 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
211.20/211.25	c   210s|     1 |     0 |   825 |     - | 906M|   0 | 143 | 278k| 237k| 278k| 892 | 892 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
217.20/217.26	c   216s|     1 |     0 |  1040 |     - | 906M|   0 | 290 | 278k| 237k| 278k|1114 |1114 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
222.30/222.35	c   221s|     1 |     0 |  1342 |     - | 907M|   0 | 227 | 278k| 237k| 278k|1351 |1351 |   0 |   0 | 0.000000e+00 | 6.022484e+06 |    Inf 
225.70/225.78	c   224s|     1 |     2 |  1342 |     - | 910M|   0 | 227 | 278k| 237k| 278k|1351 |1351 |   0 |  33 | 0.000000e+00 | 6.022484e+06 |    Inf 
1790.03/1790.06	c 
1790.03/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.06	c Solving Time (sec) : 1788.67
1790.03/1790.06	c Solving Nodes      : 3187
1790.03/1790.06	c Primal Bound       : +6.02248400000000e+06 (3 solutions)
1790.03/1790.06	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.06	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-2705369-1278576549/watcher-2705369-1278576549 -o /tmp/evaluation-result-2705369-1278576549/solver-2705369-1278576549 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705369-1278576549.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.87 1.98 1.90 4/178 23573
/proc/meminfo: memFree=29159308/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=12332 CPUtime=0
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 1921 0 0 0 0 0 0 0 20 0 1 0 25869058 12627968 1840 4089446400 4194304 10345943 140736874594368 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23573/statm: 3083 1840 429 1502 0 1576 0

[startup+0.039551 s]
/proc/loadavg: 1.87 1.98 1.90 4/178 23573
/proc/meminfo: memFree=29159308/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=24340 CPUtime=0.03
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 4950 0 0 0 3 0 0 0 22 0 1 0 25869058 24924160 4869 4089446400 4194304 10345943 140736874594368 18446744073709551615 9123151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23573/statm: 6085 4869 430 1502 0 4578 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24340

[startup+0.1006 s]
/proc/loadavg: 1.87 1.98 1.90 4/178 23573
/proc/meminfo: memFree=29159308/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=41272 CPUtime=0.09
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 9180 0 0 0 9 0 0 0 22 0 1 0 25869058 42262528 9099 4089446400 4194304 10345943 140736874594368 18446744073709551615 4327536 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23573/statm: 10318 9100 430 1502 0 8811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41272

[startup+0.300511 s]
/proc/loadavg: 1.87 1.98 1.90 4/178 23573
/proc/meminfo: memFree=29159308/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=91736 CPUtime=0.29
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 21793 0 0 0 28 1 0 0 22 0 1 0 25869058 93937664 21712 4089446400 4194304 10345943 140736874594368 18446744073709551615 6325543 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23573/statm: 22934 21712 430 1502 0 21427 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91736

[startup+0.700497 s]
/proc/loadavg: 1.87 1.98 1.90 4/178 23573
/proc/meminfo: memFree=29159308/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=190976 CPUtime=0.69
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 46552 0 0 0 64 5 0 0 24 0 1 0 25869058 195559424 46471 4089446400 4194304 10345943 140736874594368 18446744073709551615 9053392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23573/statm: 47744 46471 430 1502 0 46237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 190976

[startup+1.5003 s]
/proc/loadavg: 1.87 1.98 1.90 3/179 23575
/proc/meminfo: memFree=28900016/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=455880 CPUtime=1.49
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 112025 0 0 0 136 13 0 0 25 0 1 0 25869058 466821120 111555 4089446400 4194304 10345943 140736874594368 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 113970 111591 474 1502 0 112463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 455880

[startup+3.10102 s]
/proc/loadavg: 1.87 1.98 1.90 3/179 23575
/proc/meminfo: memFree=28386656/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=3.09
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 285 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 885476

[startup+6.30046 s]
/proc/loadavg: 1.88 1.98 1.90 3/179 23575
/proc/meminfo: memFree=28288076/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=6.29
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 605 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 885476

[startup+12.7003 s]
/proc/loadavg: 1.89 1.98 1.90 3/179 23575
/proc/meminfo: memFree=28287708/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=12.69
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 1245 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 885476

[startup+25.5011 s]
/proc/loadavg: 1.91 1.98 1.91 3/179 23576
/proc/meminfo: memFree=28281344/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=25.49
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 2525 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138512 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 885476

[startup+51.1006 s]
/proc/loadavg: 1.94 1.98 1.91 3/179 23576
/proc/meminfo: memFree=28269592/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=51.09
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 5085 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 885476

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.91 3/179 23578
/proc/meminfo: memFree=28242176/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=102.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 10206 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 885476

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23579
/proc/meminfo: memFree=28215600/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=885476 CPUtime=162.29
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 217983 0 0 0 16205 24 0 0 25 0 1 0 25869058 906727424 217512 4089446400 4194304 10345943 140736874594368 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 221369 217512 509 1502 0 219862 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 885476

[startup+222.301 s]
/proc/loadavg: 2.05 1.99 1.91 3/179 23580
/proc/meminfo: memFree=27935192/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1162276 CPUtime=222.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 285889 0 0 0 22199 31 0 0 25 0 1 0 25869058 1190170624 279992 4089446400 4194304 10345943 140736874594368 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 290569 279992 759 1502 0 289062 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1162276

[startup+282.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/179 23582
/proc/meminfo: memFree=27467920/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=282.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405387 0 0 0 28183 47 0 0 25 0 1 0 25869058 1638563840 389169 4089446400 4194304 10345943 140736874594368 18446744073709551615 6520218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389169 788 1502 0 398533 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1600160

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23584
/proc/meminfo: memFree=27438012/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=342.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405388 0 0 0 34181 49 0 0 25 0 1 0 25869058 1638563840 389170 4089446400 4194304 10345943 140736874594368 18446744073709551615 6551355 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389170 788 1502 0 398533 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1600160

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23586
/proc/meminfo: memFree=27411076/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=402.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405388 0 0 0 40180 50 0 0 25 0 1 0 25869058 1638563840 389170 4089446400 4194304 10345943 140736874594368 18446744073709551615 6518604 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389170 788 1502 0 398533 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1600160

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23587
/proc/meminfo: memFree=27380664/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=462.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405396 0 0 0 46178 52 0 0 25 0 1 0 25869058 1638563840 389178 4089446400 4194304 10345943 140736874594368 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389178 789 1502 0 398533 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1600160

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23588
/proc/meminfo: memFree=27351000/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=522.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405396 0 0 0 52177 54 0 0 25 0 1 0 25869058 1638563840 389178 4089446400 4194304 10345943 140736874594368 18446744073709551615 6923353 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389178 789 1502 0 398533 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1600160

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/179 23593
/proc/meminfo: memFree=27321424/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=582.3
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405407 0 0 0 58175 55 0 0 25 0 1 0 25869058 1638563840 389189 4089446400 4194304 10345943 140736874594368 18446744073709551615 6802900 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389189 800 1502 0 398533 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1600160

[startup+642.301 s]
/proc/loadavg: 2.02 2.00 1.92 3/179 23595
/proc/meminfo: memFree=27294176/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=642.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405409 0 0 0 64175 56 0 0 25 0 1 0 25869058 1638563840 389191 4089446400 4194304 10345943 140736874594368 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389191 800 1502 0 398533 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1600160

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 23599
/proc/meminfo: memFree=27207760/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=822.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405410 0 0 0 82172 59 0 0 25 0 1 0 25869058 1638563840 389192 4089446400 4194304 10345943 140736874594368 18446744073709551615 8933712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389192 800 1502 0 398533 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1600160

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 23601
/proc/meminfo: memFree=27175736/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=882.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405410 0 0 0 88171 60 0 0 25 0 1 0 25869058 1638563840 389192 4089446400 4194304 10345943 140736874594368 18446744073709551615 6756379 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389192 800 1502 0 398533 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1600160

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23603
/proc/meminfo: memFree=27148796/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=942.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405410 0 0 0 94171 61 0 0 25 0 1 0 25869058 1638563840 389192 4089446400 4194304 10345943 140736874594368 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389192 800 1502 0 398533 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1600160

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23605
/proc/meminfo: memFree=27121856/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1002.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405411 0 0 0 100170 61 0 0 25 0 1 0 25869058 1638563840 389193 4089446400 4194304 10345943 140736874594368 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389193 800 1502 0 398533 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1600160

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23606
/proc/meminfo: memFree=27091328/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1062.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405413 0 0 0 106170 62 0 0 25 0 1 0 25869058 1638563840 389195 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389195 800 1502 0 398533 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1600160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23607
/proc/meminfo: memFree=27060656/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1122.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405413 0 0 0 112169 63 0 0 25 0 1 0 25869058 1638563840 389195 4089446400 4194304 10345943 140736874594368 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389195 800 1502 0 398533 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1600160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23609
/proc/meminfo: memFree=27033828/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1182.31
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405414 0 0 0 118168 63 0 0 25 0 1 0 25869058 1638563840 389196 4089446400 4194304 10345943 140736874594368 18446744073709551615 6307370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389196 800 1502 0 398533 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1600160

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23611
/proc/meminfo: memFree=27005044/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1242.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405414 0 0 0 124168 64 0 0 25 0 1 0 25869058 1638563840 389196 4089446400 4194304 10345943 140736874594368 18446744073709551615 6466493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389196 800 1502 0 398533 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1600160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23613
/proc/meminfo: memFree=26972764/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1302.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405414 0 0 0 130168 65 0 0 25 0 1 0 25869058 1638563840 389196 4089446400 4194304 10345943 140736874594368 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389196 800 1502 0 398533 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1600160

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 23614
/proc/meminfo: memFree=26945204/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1362.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405414 0 0 0 136167 65 0 0 25 0 1 0 25869058 1638563840 389196 4089446400 4194304 10345943 140736874594368 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389196 800 1502 0 398533 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1600160

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 23615
/proc/meminfo: memFree=26914296/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1422.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405415 0 0 0 142167 66 0 0 25 0 1 0 25869058 1638563840 389197 4089446400 4194304 10345943 140736874594368 18446744073709551615 6804117 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389197 800 1502 0 398533 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1600160

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 23617
/proc/meminfo: memFree=26884856/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1482.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405415 0 0 0 148165 67 0 0 25 0 1 0 25869058 1638563840 389197 4089446400 4194304 10345943 140736874594368 18446744073709551615 6119753 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389197 800 1502 0 398533 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1600160

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 23619
/proc/meminfo: memFree=26853576/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1542.32
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405417 0 0 0 154164 68 0 0 25 0 1 0 25869058 1638563840 389199 4089446400 4194304 10345943 140736874594368 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389199 800 1502 0 398533 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1600160

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23621
/proc/meminfo: memFree=26824528/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1602.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405417 0 0 0 160164 69 0 0 25 0 1 0 25869058 1638563840 389199 4089446400 4194304 10345943 140736874594368 18446744073709551615 6804106 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389199 800 1502 0 398533 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1600160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23622
/proc/meminfo: memFree=26796344/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1662.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405418 0 0 0 166163 70 0 0 25 0 1 0 25869058 1638563840 389200 4089446400 4194304 10345943 140736874594368 18446744073709551615 6307366 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389200 800 1502 0 398533 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1600160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23623
/proc/meminfo: memFree=26766536/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1600160 CPUtime=1722.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 405418 0 0 0 172162 71 0 0 25 0 1 0 25869058 1638563840 389200 4089446400 4194304 10345943 140736874594368 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 400040 389200 800 1502 0 398533 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1600160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23625
/proc/meminfo: memFree=26725332/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1610844 CPUtime=1782.33
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 408437 0 0 0 178160 73 0 0 25 0 1 0 25869058 1649504256 392219 4089446400 4194304 10345943 140736874594368 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23573/statm: 402711 392219 800 1502 0 401204 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1610844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=27635204/32950940 swapFree=67111528/67111528
[pid=23573] ppid=23571 vsize=1610844 CPUtime=1800.04
/proc/23573/stat : 23573 (pbscip.linux.x8) R 23571 23573 23222 0 -1 4202496 408437 0 0 0 179931 73 0 0 25 0 1 0 25869058 1649504256 392219 4089446400 4194304 10345943 140736874594368 18446744073709551615 9138651 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23573/statm: 402711 392219 800 1502 0 401204 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1610844

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.07
CPU time (s): 1800.11
CPU user time (s): 1799.31
CPU system time (s): 0.792879
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1642364

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

runsolver used 2.97055 second user time and 6.16706 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-08 10:09:10
IDJOB=2705369
IDBENCH=79119
IDSOLVER=1214
FILE ID=node117/2705369-1278576549
PBS_JOBID= 11240219
Free space on /tmp= 73516 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.tag14.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-2705369-1278576549/watcher-2705369-1278576549 -o /tmp/evaluation-result-2705369-1278576549/solver-2705369-1278576549 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705369-1278576549.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5b4315c5a5371447c07276a6635f9ec4
RANDOM SEED=1581053821

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      29159836 kB
Buffers:        168120 kB
Cached:        3269340 kB
SwapCached:          0 kB
Active:        1627584 kB
Inactive:      1984500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      29159836 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30264 kB
Writeback:           0 kB
AnonPages:      173932 kB
Mapped:          17536 kB
Slab:           114232 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   322000 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= 73504 MiB
End job on node117 at 2010-07-08 10:39:12