Trace number 2705352

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

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf9.ucl--soft-0-100-0.wbo
MD5SUMdc71b65304b6880f364f240c3456eef4
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark39.406
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11476
Total number of constraints33090
Number of soft constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1665779
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1665778
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2705352-1278576548.wbo>
0.29/0.36	c original problem has 77656 variables (44566 bin, 0 int, 33090 impl, 0 cont) and 66181 constraints
0.29/0.36	c problem read
0.29/0.36	c presolving settings loaded
12.89/12.94	o 1665778
12.89/12.94	c feasible solution found by trivial heuristic, objective value  1.665778e+06
12.89/12.94	c presolving:
12.99/13.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 354 chg sides, 708 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
12.99/13.07	c (round 2) 0 del vars, 1 del conss, 33090 chg bounds, 354 chg sides, 708 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
13.99/14.06	c    (13.7s) probing: 101/44566 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
13.99/14.06	c    (13.7s) probing aborted: 100/100 successive totally useless probings
13.99/14.07	c presolving (3 rounds):
13.99/14.07	c  0 deleted vars, 1 deleted constraints, 33090 tightened bounds, 0 added holes, 354 changed sides, 708 changed coefficients
13.99/14.07	c  65472 implications, 0 cliques
13.99/14.07	c presolved problem has 77656 variables (44566 bin, 0 int, 33090 impl, 0 cont) and 66180 constraints
13.99/14.07	c       1 constraints of type <varbound>
13.99/14.07	c   33089 constraints of type <linear>
13.99/14.07	c   33090 constraints of type <indicator>
13.99/14.07	c transformed objective value is always integral (scale: 1)
13.99/14.07	c Presolving Time: 13.49
13.99/14.07	c - non default parameters ----------------------------------------------------------------------
13.99/14.07	c # SCIP version 1.2.1.3
13.99/14.07	c 
13.99/14.07	c # frequency for displaying node information lines
13.99/14.07	c # [type: int, range: [-1,2147483647], default: 100]
13.99/14.07	c display/freq = 10000
13.99/14.07	c 
13.99/14.07	c # maximal time in seconds to run
13.99/14.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.07	c limits/time = 1789.65
13.99/14.07	c 
13.99/14.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.99/14.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.07	c limits/memory = 3420
13.99/14.07	c 
13.99/14.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.99/14.07	c # [type: int, range: [1,2], default: 1]
13.99/14.07	c timing/clocktype = 2
13.99/14.07	c 
13.99/14.07	c # should presolving try to simplify inequalities
13.99/14.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.07	c constraints/linear/simplifyinequalities = TRUE
13.99/14.07	c 
13.99/14.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.99/14.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.07	c constraints/indicator/addCouplingCons = TRUE
13.99/14.07	c 
13.99/14.07	c # should presolving try to simplify knapsacks
13.99/14.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.07	c constraints/knapsack/simplifyinequalities = TRUE
13.99/14.07	c 
13.99/14.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.99/14.07	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.07	c separating/rapidlearning/freq = 0
13.99/14.07	c 
13.99/14.07	c -----------------------------------------------------------------------------------------------
13.99/14.07	c start solving
13.99/14.09	c 
14.19/14.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.19/14.26	c t13.9s|     1 |     0 |     0 |     - | 251M|   0 |   0 |  77k|  66k|  77k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
14.19/14.30	c  13.9s|     1 |     0 |   201 |     - | 251M|   0 |  33 |  77k|  66k|  77k| 201 | 201 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
14.59/14.67	c  14.3s|     1 |     0 |   367 |     - | 251M|   0 |  38 |  77k|  66k|  77k| 416 | 416 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
15.09/15.15	c  14.8s|     1 |     0 |   583 |     - | 252M|   0 |  69 |  77k|  66k|  77k| 644 | 644 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
15.99/16.07	c  15.7s|     1 |     0 |   838 |     - | 253M|   0 | 246 |  77k|  66k|  77k| 876 | 876 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
17.19/17.22	c  16.9s|     1 |     0 |  1137 |     - | 253M|   0 | 402 |  77k|  66k|  77k|1113 |1113 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
18.49/18.55	c  18.2s|     1 |     0 |  1389 |     - | 253M|   0 |  96 |  77k|  66k|  77k|1345 |1345 |   0 |   0 | 0.000000e+00 | 1.665778e+06 |    Inf 
19.59/19.66	c  19.3s|     1 |     2 |  1389 |     - | 254M|   0 |  96 |  77k|  66k|  77k|1345 |1345 |   0 |  33 | 0.000000e+00 | 1.665778e+06 |    Inf 
611.10/611.14	c   611s| 10000 | 10001 |178300 |  17.7 | 456M| 133 | 333 |  77k|  66k|  77k|1824 |  79k|   0 |5305 | 0.000000e+00 | 1.665778e+06 |    Inf 
1130.42/1130.45	c  1130s| 20000 | 20001 |340454 |  17.0 | 657M| 133 | 239 |  77k|  66k|  77k|1835 | 157k|   0 |7185 | 0.000000e+00 | 1.665778e+06 |    Inf 
1646.54/1646.54	c  1646s| 30000 | 30001 |504783 |  16.8 | 857M| 133 | 109 |  77k|  66k|  77k|1824 | 235k|   0 |8234 | 0.000000e+00 | 1.665778e+06 |    Inf 
1790.04/1790.02	c 
1790.04/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.02	c Solving Time (sec) : 1789.66
1790.04/1790.02	c Solving Nodes      : 32852
1790.04/1790.02	c Primal Bound       : +1.66577800000000e+06 (3 solutions)
1790.04/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.02	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705352-1278576548/watcher-2705352-1278576548 -o /tmp/evaluation-result-2705352-1278576548/solver-2705352-1278576548 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705352-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.94 1.99 1.91 4/178 21647
/proc/meminfo: memFree=28881024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=12524 CPUtime=0
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 1975 0 0 0 0 0 0 0 23 0 1 0 25868738 12824576 1894 4089446400 4194304 10345943 140737245614032 18446744073709551615 9134648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21647/statm: 3131 1894 429 1502 0 1624 0

[startup+0.0706479 s]
/proc/loadavg: 1.94 1.99 1.91 4/178 21647
/proc/meminfo: memFree=28881024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=33176 CPUtime=0.06
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 7157 0 0 0 6 0 0 0 23 0 1 0 25868738 33972224 7076 4089446400 4194304 10345943 140737245614032 18446744073709551615 5754857 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21647/statm: 8294 7076 430 1502 0 6787 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33176

[startup+0.100642 s]
/proc/loadavg: 1.94 1.99 1.91 4/178 21647
/proc/meminfo: memFree=28881024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=41204 CPUtime=0.09
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 9175 0 0 0 9 0 0 0 23 0 1 0 25868738 42192896 9079 4089446400 4194304 10345943 140737245614032 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21647/statm: 10301 9079 430 1502 0 8794 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41204

[startup+0.300607 s]
/proc/loadavg: 1.94 1.99 1.91 4/178 21647
/proc/meminfo: memFree=28881024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=95412 CPUtime=0.29
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 22693 0 0 0 27 2 0 0 23 0 1 0 25868738 97701888 22597 4089446400 4194304 10345943 140737245614032 18446744073709551615 4424487 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21647/statm: 23853 22597 430 1502 0 22346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95412

[startup+0.700535 s]
/proc/loadavg: 1.94 1.99 1.91 4/178 21647
/proc/meminfo: memFree=28881024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=255116 CPUtime=0.69
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 61800 0 0 0 64 5 0 0 25 0 1 0 25868738 261238784 61314 4089446400 4194304 10345943 140737245614032 18446744073709551615 4286839 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 63779 61314 504 1502 0 62272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 255116

[startup+1.50039 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21648
/proc/meminfo: memFree=28624840/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=265632 CPUtime=1.49
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 63905 0 0 0 143 6 0 0 25 0 1 0 25868738 272007168 63419 4089446400 4194304 10345943 140737245614032 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 66408 63419 509 1502 0 64901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 265632

[startup+3.10011 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21648
/proc/meminfo: memFree=28623848/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=265632 CPUtime=3.09
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 63905 0 0 0 303 6 0 0 25 0 1 0 25868738 272007168 63419 4089446400 4194304 10345943 140737245614032 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 66408 63419 509 1502 0 64901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 265632

[startup+6.30053 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21648
/proc/meminfo: memFree=28620812/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=265632 CPUtime=6.29
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 63905 0 0 0 623 6 0 0 25 0 1 0 25868738 272007168 63419 4089446400 4194304 10345943 140737245614032 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 66408 63419 509 1502 0 64901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 265632

[startup+12.7004 s]
/proc/loadavg: 1.95 1.99 1.91 3/179 21648
/proc/meminfo: memFree=28618452/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=265632 CPUtime=12.69
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 63905 0 0 0 1263 6 0 0 25 0 1 0 25868738 272007168 63419 4089446400 4194304 10345943 140737245614032 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 66408 63419 509 1502 0 64901 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 265632

[startup+25.5001 s]
/proc/loadavg: 1.96 1.99 1.91 3/179 21648
/proc/meminfo: memFree=28405184/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=25.49
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120872 0 0 0 2536 13 0 0 25 0 1 0 25868738 491159552 115402 4089446400 4194304 10345943 140737245614032 18446744073709551615 6916088 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115402 761 1502 0 118405 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 479648

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 1.91 3/179 21650
/proc/meminfo: memFree=28406012/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=51.09
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120875 0 0 0 5092 17 0 0 25 0 1 0 25868738 491159552 115405 4089446400 4194304 10345943 140737245614032 18446744073709551615 6518612 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115405 762 1502 0 118405 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 479648

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21650
/proc/meminfo: memFree=28405116/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=102.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120878 0 0 0 10208 22 0 0 25 0 1 0 25868738 491159552 115408 4089446400 4194304 10345943 140737245614032 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115408 763 1502 0 118405 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 479648

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21652
/proc/meminfo: memFree=28403720/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=162.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120882 0 0 0 16205 25 0 0 25 0 1 0 25868738 491159552 115412 4089446400 4194304 10345943 140737245614032 18446744073709551615 6702715 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115412 763 1502 0 118405 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 479648

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21654
/proc/meminfo: memFree=28401316/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=222.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120887 0 0 0 22202 28 0 0 25 0 1 0 25868738 491159552 115417 4089446400 4194304 10345943 140737245614032 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115417 763 1502 0 118405 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 479648

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21656
/proc/meminfo: memFree=28401280/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=282.29
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120899 0 0 0 28198 31 0 0 25 0 1 0 25868738 491159552 115429 4089446400 4194304 10345943 140737245614032 18446744073709551615 5615616 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115429 763 1502 0 118405 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 479648

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21657
/proc/meminfo: memFree=28388324/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=479648 CPUtime=342.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 120903 0 0 0 34196 34 0 0 25 0 1 0 25868738 491159552 115433 4089446400 4194304 10345943 140737245614032 18446744073709551615 5926647 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 119912 115433 763 1502 0 118405 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 479648

[startup+402.301 s]
/proc/loadavg: 2.03 2.00 1.92 3/179 21658
/proc/meminfo: memFree=28362504/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=485304 CPUtime=402.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 122536 0 0 0 40191 39 0 0 25 0 1 0 25868738 496951296 117066 4089446400 4194304 10345943 140737245614032 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 121326 117066 763 1502 0 119819 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 485304

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 21660
/proc/meminfo: memFree=28315716/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=508340 CPUtime=462.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 147473 0 0 0 46185 45 0 0 25 0 1 0 25868738 520540160 122393 4089446400 4194304 10345943 140737245614032 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 127085 122393 763 1502 0 125578 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 508340

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21662
/proc/meminfo: memFree=28268656/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=530640 CPUtime=522.31
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 154169 0 0 0 52182 49 0 0 25 0 1 0 25868738 543375360 127869 4089446400 4194304 10345943 140737245614032 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 132660 127869 763 1502 0 131153 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 530640

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21667
/proc/meminfo: memFree=28222332/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=551540 CPUtime=582.3
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 159771 0 0 0 58178 52 0 0 25 0 1 0 25868738 564776960 133471 4089446400 4194304 10345943 140737245614032 18446744073709551615 7489028 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 137885 133471 763 1502 0 136378 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 551540

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21668
/proc/meminfo: memFree=28176708/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=573256 CPUtime=642.31
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 168204 0 0 0 64174 57 0 0 25 0 1 0 25868738 587014144 139096 4089446400 4194304 10345943 140737245614032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 143314 139096 763 1502 0 141807 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 573256

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21673
/proc/meminfo: memFree=28057024/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=640696 CPUtime=822.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 337017 0 0 0 82145 87 0 0 25 0 1 0 25868738 656072704 155840 4089446400 4194304 10345943 140737245614032 18446744073709551615 6777354 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 160174 155840 763 1502 0 158667 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 640696

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21675
/proc/meminfo: memFree=28024100/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=664520 CPUtime=882.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 363977 0 0 0 88138 94 0 0 25 0 1 0 25868738 680468480 161629 4089446400 4194304 10345943 140737245614032 18446744073709551615 6119739 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 166130 161629 763 1502 0 164623 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 664520

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 21676
/proc/meminfo: memFree=27977804/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=693772 CPUtime=942.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 378755 0 0 0 94134 98 0 0 25 0 1 0 25868738 710422528 168779 4089446400 4194304 10345943 140737245614032 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 173443 168779 763 1502 0 171936 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 693772

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 21677
/proc/meminfo: memFree=27947616/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=711108 CPUtime=1002.31
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 418935 0 0 0 100126 105 0 0 25 0 1 0 25868738 728174592 173368 4089446400 4194304 10345943 140737245614032 18446744073709551615 6119418 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 177777 173368 763 1502 0 176270 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 711108

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21679
/proc/meminfo: memFree=27911360/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=737208 CPUtime=1062.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 440603 0 0 0 106121 111 0 0 25 0 1 0 25868738 754900992 179734 4089446400 4194304 10345943 140737245614032 18446744073709551615 6777639 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 184302 179734 763 1502 0 182795 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 737208

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21681
/proc/meminfo: memFree=27876952/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=760400 CPUtime=1122.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 455891 0 0 0 112117 115 0 0 25 0 1 0 25868738 778649600 185752 4089446400 4194304 10345943 140737245614032 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 190100 185752 763 1502 0 188593 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 760400

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21683
/proc/meminfo: memFree=27836988/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=789648 CPUtime=1182.33
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 464320 0 0 0 118113 120 0 0 25 0 1 0 25868738 808599552 192963 4089446400 4194304 10345943 140737245614032 18446744073709551615 6119548 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 197412 192963 763 1502 0 195905 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 789648

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21684
/proc/meminfo: memFree=27802964/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=814240 CPUtime=1242.32
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 474134 0 0 0 124109 123 0 0 25 0 1 0 25868738 833781760 199096 4089446400 4194304 10345943 140737245614032 18446744073709551615 5032128 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 203560 199096 763 1502 0 202053 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 814240

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21685
/proc/meminfo: memFree=27767328/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=832876 CPUtime=1302.34
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 480052 0 0 0 130107 127 0 0 25 0 1 0 25868738 852865024 203951 4089446400 4194304 10345943 140737245614032 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 208219 203951 763 1502 0 206712 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 832876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21687
/proc/meminfo: memFree=27719520/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=857288 CPUtime=1362.33
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 486025 0 0 0 136103 130 0 0 25 0 1 0 25868738 877862912 209924 4089446400 4194304 10345943 140737245614032 18446744073709551615 6864640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 214322 209924 763 1502 0 212815 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 857288

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21689
/proc/meminfo: memFree=27675348/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=879356 CPUtime=1422.34
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 512097 0 0 0 142099 135 0 0 25 0 1 0 25868738 900460544 215500 4089446400 4194304 10345943 140737245614032 18446744073709551615 6342451 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 219839 215500 763 1502 0 218332 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 879356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21691
/proc/meminfo: memFree=27634604/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=898660 CPUtime=1482.33
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 530897 0 0 0 148093 140 0 0 25 0 1 0 25868738 920227840 220410 4089446400 4194304 10345943 140737245614032 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 224665 220410 763 1502 0 223158 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 898660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21692
/proc/meminfo: memFree=27588560/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=920484 CPUtime=1542.33
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 538290 0 0 0 154091 142 0 0 25 0 1 0 25868738 942575616 225739 4089446400 4194304 10345943 140737245614032 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 230121 225739 763 1502 0 228614 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 920484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21693
/proc/meminfo: memFree=27550792/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=941556 CPUtime=1602.33
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 546702 0 0 0 160088 145 0 0 25 0 1 0 25868738 964153344 231144 4089446400 4194304 10345943 140737245614032 18446744073709551615 5926520 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 235389 231144 763 1502 0 233882 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 941556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21695
/proc/meminfo: memFree=27498900/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=967888 CPUtime=1662.34
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 553291 0 0 0 166084 150 0 0 25 0 1 0 25868738 991117312 237733 4089446400 4194304 10345943 140737245614032 18446744073709551615 6804110 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 241972 237733 763 1502 0 240465 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 967888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21697
/proc/meminfo: memFree=27456560/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=993068 CPUtime=1722.34
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 559590 0 0 0 172080 154 0 0 25 0 1 0 25868738 1016901632 244032 4089446400 4194304 10345943 140737245614032 18446744073709551615 6702709 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 248267 244032 763 1502 0 246760 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 993068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27946596/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=1017160 CPUtime=1782.34
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 585588 0 0 0 178074 160 0 0 25 0 1 0 25868738 1041571840 249922 4089446400 4194304 10345943 140737245614032 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21647/statm: 254290 249922 763 1502 0 252783 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1017160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21726
/proc/meminfo: memFree=27933524/32950904 swapFree=67111528/67111528
[pid=21647] ppid=21645 vsize=1019668 CPUtime=1800.04
/proc/21647/stat : 21647 (pbscip.linux.x8) R 21645 21647 21187 0 -1 4202496 586077 0 0 0 179844 160 0 0 25 0 1 0 25868738 1044140032 250411 4089446400 4194304 10345943 140737245614032 18446744073709551615 4246683 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21647/statm: 254917 250411 763 1502 0 253410 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1019668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.09
CPU user time (s): 1798.45
CPU system time (s): 1.63775
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1019668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.63775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586077
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= 3
involuntary context switches= 3950

runsolver used 2.80557 second user time and 6.72798 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-08 10:09:09
IDJOB=2705352
IDBENCH=79115
IDSOLVER=1214
FILE ID=node121/2705352-1278576548
PBS_JOBID= 11240211
Free space on /tmp= 73656 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.rf9.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-2705352-1278576548/watcher-2705352-1278576548 -o /tmp/evaluation-result-2705352-1278576548/solver-2705352-1278576548 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705352-1278576548.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dc71b65304b6880f364f240c3456eef4
RANDOM SEED=198113926

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      28881676 kB
Buffers:        153192 kB
Cached:        3567644 kB
SwapCached:          0 kB
Active:        1552924 kB
Inactive:      2356004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28881676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27520 kB
Writeback:           0 kB
AnonPages:      187528 kB
Mapped:          17532 kB
Slab:            96796 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   337660 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= 73644 MiB
End job on node121 at 2010-07-08 10:39:11