Trace number 2693883

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.06 1802.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-0-100-0.wbo
MD5SUMdaa4650c03ccc8f8b44e19f0217c9b39
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark0.323949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints19477
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 989271
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 989270
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2693883-1277931920.wbo>
0.19/0.24	c original problem has 45786 variables (26309 bin, 0 int, 0 impl, 19477 cont) and 38955 constraints
0.19/0.24	c problem read
0.19/0.24	c presolving settings loaded
0.19/0.24	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
5.89/5.93	o 989270
5.89/5.93	c feasible solution found by trivial heuristic, objective value  9.892700e+05
5.89/5.93	c presolving:
5.89/6.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 19477 impls, 0 clqs
5.99/6.05	c (round 2) 0 del vars, 1 del conss, 19477 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 19477 impls, 0 clqs
6.59/6.64	c    (6.3s) probing: 101/26309 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
6.59/6.64	c    (6.3s) probing aborted: 100/100 successive totally useless probings
6.59/6.64	c presolving (3 rounds):
6.59/6.64	c  0 deleted vars, 1 deleted constraints, 19477 tightened bounds, 0 added holes, 262 changed sides, 524 changed coefficients
6.59/6.64	c  19477 implications, 0 cliques
6.59/6.64	c presolved problem has 45786 variables (26309 bin, 0 int, 0 impl, 19477 cont) and 38954 constraints
6.59/6.64	c   19477 constraints of type <indicator>
6.59/6.64	c       1 constraints of type <varbound>
6.59/6.64	c   19476 constraints of type <linear>
6.59/6.64	c transformed objective value is always integral (scale: 1)
6.59/6.64	c Presolving Time: 6.23
6.59/6.64	c - non default parameters ----------------------------------------------------------------------
6.59/6.64	c # SCIP version 1.2.1.2
6.59/6.64	c 
6.59/6.64	c # frequency for displaying node information lines
6.59/6.64	c # [type: int, range: [-1,2147483647], default: 100]
6.59/6.64	c display/freq = 10000
6.59/6.64	c 
6.59/6.64	c # maximal time in seconds to run
6.59/6.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.59/6.64	c limits/time = 1799.77
6.59/6.64	c 
6.59/6.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.59/6.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.59/6.64	c limits/memory = 3420
6.59/6.64	c 
6.59/6.64	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.59/6.64	c # [type: int, range: [-1,2147483647], default: 1]
6.59/6.64	c lp/solvefreq = -1
6.59/6.64	c 
6.59/6.64	c # should presolving try to simplify inequalities
6.59/6.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.59/6.64	c constraints/linear/simplifyinequalities = TRUE
6.59/6.64	c 
6.59/6.64	c # should presolving try to simplify knapsacks
6.59/6.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.59/6.64	c constraints/knapsack/simplifyinequalities = TRUE
6.59/6.64	c 
6.59/6.64	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.59/6.64	c # [type: int, range: [-1,2147483647], default: -1]
6.59/6.64	c separating/rapidlearning/freq = 0
6.59/6.64	c 
6.59/6.64	c -----------------------------------------------------------------------------------------------
6.59/6.64	c start solving
6.59/6.66	c 
6.69/6.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.77	c t 6.5s|     1 |     2 |     0 |     - | 132M|   0 |   - |  45k|  38k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
66.09/66.16	c  65.8s| 10000 | 10001 |     0 |   0.0 | 141M|9999 |   - |  45k|  38k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
115.09/115.11	c   115s| 20000 | 19932 |     0 |   0.0 | 155M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 297 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
232.59/232.69	c   232s| 30000 | 29855 |     0 |   0.0 | 162M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 633 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
330.60/330.69	c   330s| 40000 | 39852 |     0 |   0.0 | 166M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 636 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
419.20/419.23	c   418s| 50000 | 49852 |     0 |   0.0 | 170M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 636 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
510.40/510.45	c   509s| 60000 | 59848 |     0 |   0.0 | 174M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 640 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
599.11/599.16	c   598s| 70000 | 69846 |     0 |   0.0 | 177M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 643 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
693.11/693.14	c   692s| 80000 | 79843 |     0 |   0.0 | 181M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 663 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
781.31/781.31	c   780s| 90000 | 89843 |     0 |   0.0 | 185M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 663 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
863.71/863.78	c   862s|100000 | 99839 |     0 |   0.0 | 189M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 683 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
951.21/951.24	c   950s|110000 |109839 |     0 |   0.0 | 193M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 683 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1038.32/1038.34	c  1037s|120000 |119839 |     0 |   0.0 | 197M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 683 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1125.92/1125.91	c  1124s|130000 |129839 |     0 |   0.0 | 201M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 683 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1212.62/1212.60	c  1211s|140000 |139839 |     0 |   0.0 | 205M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 683 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1292.92/1292.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1292.92/1292.90	c  1291s|150000 |149837 |     0 |   0.0 | 209M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 693 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1372.73/1372.76	c  1371s|160000 |159833 |     0 |   0.0 | 212M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1458.42/1458.47	c  1456s|170000 |169833 |     0 |   0.0 | 216M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1543.83/1543.88	c  1541s|180000 |179833 |     0 |   0.0 | 220M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1628.33/1628.37	c  1626s|190000 |189833 |     0 |   0.0 | 224M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1711.93/1711.98	c  1709s|200000 |199833 |     0 |   0.0 | 228M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1795.44/1795.45	c  1793s|210000 |209833 |     0 |   0.0 | 232M|  19k|   - |  45k|  39k|   0 |   0 |   0 | 713 |   0 | 0.000000e+00 | 9.892700e+05 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1797.24
1800.03/1800.00	c Solving Nodes      : 210722
1800.03/1800.00	c Primal Bound       : +9.89270000000000e+05 (2 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	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-2693883-1277931920/watcher-2693883-1277931920 -o /tmp/evaluation-result-2693883-1277931920/solver-2693883-1277931920 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693883-1277931920.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: 2.84 2.78 2.52 4/178 28345
/proc/meminfo: memFree=31369892/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=8272 CPUtime=0
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 1546 0 0 0 0 0 0 0 25 0 1 0 166831471 8470528 1469 4089446400 4194304 7136930 140736647498000 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28345/statm: 2068 1469 275 719 0 1347 0

[startup+0.0235201 s]
/proc/loadavg: 2.84 2.78 2.52 4/178 28345
/proc/meminfo: memFree=31369892/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=14060 CPUtime=0.01
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 3011 0 0 0 1 0 0 0 25 0 1 0 166831471 14397440 2934 4089446400 4194304 7136930 140736647498000 18446744073709551615 6166869 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28345/statm: 3515 2934 275 719 0 2794 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14060

[startup+0.100505 s]
/proc/loadavg: 2.84 2.78 2.52 4/178 28345
/proc/meminfo: memFree=31369892/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=33620 CPUtime=0.09
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 7917 0 0 0 9 0 0 0 25 0 1 0 166831471 34426880 7825 4089446400 4194304 7136930 140736647498000 18446744073709551615 6285791 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28345/statm: 8405 7825 275 719 0 7684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33620

[startup+0.300473 s]
/proc/loadavg: 2.84 2.78 2.52 4/178 28345
/proc/meminfo: memFree=31369892/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=110616 CPUtime=0.29
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 27406 0 0 0 27 2 0 0 25 0 1 0 166831471 113270784 26905 4089446400 4194304 7136930 140736647498000 18446744073709551615 4914068 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 27654 26905 289 719 0 26933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110616

[startup+0.7004 s]
/proc/loadavg: 2.84 2.78 2.52 4/178 28345
/proc/meminfo: memFree=31369892/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=158448 CPUtime=0.69
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 38085 0 0 0 66 3 0 0 25 0 1 0 166831471 162250752 37584 4089446400 4194304 7136930 140736647498000 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 39612 37584 323 719 0 38891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158448

[startup+1.50026 s]
/proc/loadavg: 2.84 2.78 2.52 3/179 28346
/proc/meminfo: memFree=31220092/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=158448 CPUtime=1.49
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 38085 0 0 0 146 3 0 0 25 0 1 0 166831471 162250752 37584 4089446400 4194304 7136930 140736647498000 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 39612 37584 323 719 0 38891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158448

[startup+3.10098 s]
/proc/loadavg: 2.78 2.77 2.52 3/179 28346
/proc/meminfo: memFree=31220752/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=158448 CPUtime=3.09
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 38085 0 0 0 306 3 0 0 25 0 1 0 166831471 162250752 37584 4089446400 4194304 7136930 140736647498000 18446744073709551615 6350753 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 39612 37584 323 719 0 38891 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 158448

[startup+6.30041 s]
/proc/loadavg: 2.78 2.77 2.52 3/179 28346
/proc/meminfo: memFree=31220628/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=167152 CPUtime=6.29
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 41901 0 0 0 623 6 0 0 25 0 1 0 166831471 171163648 39892 4089446400 4194304 7136930 140736647498000 18446744073709551615 5500550 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 41788 39892 389 719 0 41067 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 167152

[startup+12.7003 s]
/proc/loadavg: 2.66 2.74 2.51 3/179 28347
/proc/meminfo: memFree=31201916/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=171036 CPUtime=12.69
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 43273 0 0 0 1261 8 0 0 25 0 1 0 166831471 175140864 40724 4089446400 4194304 7136930 140736647498000 18446744073709551615 4826989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 42759 40724 386 719 0 42038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 171036

[startup+25.501 s]
/proc/loadavg: 2.56 2.71 2.50 3/179 28347
/proc/meminfo: memFree=31196956/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=173736 CPUtime=25.49
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 43980 0 0 0 2539 10 0 0 25 0 1 0 166831471 177905664 41431 4089446400 4194304 7136930 140736647498000 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 43434 41431 386 719 0 42713 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173736

[startup+51.1005 s]
/proc/loadavg: 2.44 2.67 2.49 3/179 28348
/proc/meminfo: memFree=31180128/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=177496 CPUtime=51.1
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 44911 0 0 0 5094 16 0 0 25 0 1 0 166831471 181755904 42362 4089446400 4194304 7136930 140736647498000 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28345/statm: 44374 42362 386 719 0 43653 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 177496

[startup+102.307 s]
/proc/loadavg: 2.17 2.56 2.46 3/179 28349
/proc/meminfo: memFree=31115612/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=193584 CPUtime=102.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 48958 0 0 0 10202 28 0 0 25 0 1 0 166831471 198230016 46409 4089446400 4194304 7136930 140736647498000 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 48396 46409 393 719 0 47675 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 193584

[startup+162.301 s]
/proc/loadavg: 2.06 2.45 2.43 3/179 28351
/proc/meminfo: memFree=31083472/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=204956 CPUtime=162.29
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 51441 0 0 0 16191 38 0 0 25 0 1 0 166831471 209874944 48881 4089446400 4194304 7136930 140736647498000 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 51239 48881 393 719 0 50518 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 204956

[startup+222.3 s]
/proc/loadavg: 2.02 2.37 2.40 3/179 28352
/proc/meminfo: memFree=31056788/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=208056 CPUtime=222.29
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 52239 0 0 0 22181 48 0 0 25 0 1 0 166831471 213049344 49679 4089446400 4194304 7136930 140736647498000 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 52014 49679 393 719 0 51293 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208056

[startup+282.301 s]
/proc/loadavg: 2.01 2.30 2.37 3/179 28354
/proc/meminfo: memFree=31028096/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=209992 CPUtime=282.29
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 52771 0 0 0 28174 55 0 0 25 0 1 0 166831471 215031808 50211 4089446400 4194304 7136930 140736647498000 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 52498 50211 393 719 0 51777 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209992

[startup+342.3 s]
/proc/loadavg: 2.06 2.26 2.35 3/179 28356
/proc/meminfo: memFree=30997944/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=211332 CPUtime=342.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 53114 0 0 0 34168 62 0 0 25 0 1 0 166831471 216403968 50554 4089446400 4194304 7136930 140736647498000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 52833 50554 393 719 0 52112 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 211332

[startup+402.301 s]
/proc/loadavg: 2.02 2.21 2.33 3/179 28357
/proc/meminfo: memFree=30963564/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=214568 CPUtime=402.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 53961 0 0 0 40160 70 0 0 25 0 1 0 166831471 219717632 51401 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 53642 51401 393 719 0 52921 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 214568

[startup+462.3 s]
/proc/loadavg: 2.00 2.17 2.31 3/179 28359
/proc/meminfo: memFree=30932392/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=217412 CPUtime=462.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 54704 0 0 0 46152 78 0 0 25 0 1 0 166831471 222629888 52144 4089446400 4194304 7136930 140736647498000 18446744073709551615 5892216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 54353 52144 393 719 0 53632 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 217412

[startup+522.301 s]
/proc/loadavg: 2.00 2.13 2.28 3/179 28360
/proc/meminfo: memFree=30900868/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=218580 CPUtime=522.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 55023 0 0 0 52144 86 0 0 25 0 1 0 166831471 223825920 52463 4089446400 4194304 7136930 140736647498000 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 54645 52463 393 719 0 53924 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218580

[startup+582.301 s]
/proc/loadavg: 2.00 2.11 2.26 3/179 28362
/proc/meminfo: memFree=30867984/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=223836 CPUtime=582.3
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 55839 0 0 0 58137 93 0 0 25 0 1 0 166831471 229208064 53279 4089446400 4194304 7136930 140736647498000 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 55959 53279 393 719 0 55238 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 223836

[startup+642.301 s]
/proc/loadavg: 2.04 2.10 2.25 3/179 28364
/proc/meminfo: memFree=30835100/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=226428 CPUtime=642.31
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 56520 0 0 0 64129 102 0 0 25 0 1 0 166831471 231862272 53960 4089446400 4194304 7136930 140736647498000 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 56607 53960 393 719 0 55886 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 226428

[startup+702.301 s]

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

/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 61249 0 0 0 100080 151 0 0 25 0 1 0 166831471 250540032 58689 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 61167 58689 393 719 0 60446 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 244668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 28375
/proc/meminfo: memFree=30601852/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=246352 CPUtime=1062.31
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 61698 0 0 0 106072 159 0 0 25 0 1 0 166831471 252264448 59138 4089446400 4194304 7136930 140736647498000 18446744073709551615 5892303 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 61588 59138 393 719 0 60867 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 246352

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 28376
/proc/meminfo: memFree=30567464/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=249448 CPUtime=1122.31
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 62498 0 0 0 112064 167 0 0 25 0 1 0 166831471 255434752 59938 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 62362 59938 393 719 0 61641 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 249448

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 28378
/proc/meminfo: memFree=30532476/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=252164 CPUtime=1182.32
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 63200 0 0 0 118057 175 0 0 25 0 1 0 166831471 258215936 60640 4089446400 4194304 7136930 140736647498000 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 63041 60640 393 719 0 62320 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 252164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 28380
/proc/meminfo: memFree=30498212/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=254620 CPUtime=1242.32
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 63843 0 0 0 124049 183 0 0 25 0 1 0 166831471 260730880 61283 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 63655 61283 393 719 0 62934 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 254620

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.10 4/179 28381
/proc/meminfo: memFree=30466068/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=257604 CPUtime=1302.32
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 64619 0 0 0 130041 191 0 0 25 0 1 0 166831471 263786496 62059 4089446400 4194304 7136930 140736647498000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 64401 62059 393 719 0 63680 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 257604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 28383
/proc/meminfo: memFree=30432432/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=261252 CPUtime=1362.32
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 65547 0 0 0 136033 199 0 0 25 0 1 0 166831471 267522048 62987 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 65313 62987 393 719 0 64592 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 261252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 28384
/proc/meminfo: memFree=30397052/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=263576 CPUtime=1422.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 66160 0 0 0 142027 206 0 0 25 0 1 0 166831471 269901824 63600 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436346 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 65894 63600 393 719 0 65173 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 263576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 28386
/proc/meminfo: memFree=30368008/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=265264 CPUtime=1482.32
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 66624 0 0 0 148018 214 0 0 25 0 1 0 166831471 271630336 64064 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 66316 64064 393 719 0 65595 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 265264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 28388
/proc/meminfo: memFree=30333252/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=269400 CPUtime=1542.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 67666 0 0 0 154012 221 0 0 25 0 1 0 166831471 275865600 65106 4089446400 4194304 7136930 140736647498000 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 67350 65106 393 719 0 66629 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 269400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 28389
/proc/meminfo: memFree=30301716/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=271604 CPUtime=1602.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 68246 0 0 0 160002 231 0 0 25 0 1 0 166831471 278122496 65686 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 67901 65686 393 719 0 67180 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 271604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 28391
/proc/meminfo: memFree=30269064/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=274328 CPUtime=1662.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 68946 0 0 0 165993 240 0 0 25 0 1 0 166831471 280911872 66386 4089446400 4194304 7136930 140736647498000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 68582 66386 393 719 0 67861 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 274328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 28392
/proc/meminfo: memFree=30238916/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=281132 CPUtime=1722.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 69648 0 0 0 171985 248 0 0 25 0 1 0 166831471 287879168 67088 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 70283 67088 393 719 0 69562 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 281132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 28394
/proc/meminfo: memFree=30203168/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=283720 CPUtime=1782.33
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 70331 0 0 0 177977 256 0 0 25 0 1 0 166831471 290529280 67771 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 70930 67771 393 719 0 70209 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 283720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.85 1.97 2.04 2/171 28416
/proc/meminfo: memFree=31299428/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=284108 CPUtime=1800.03
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 70437 0 0 0 179745 258 0 0 25 0 1 0 166831471 290926592 67877 4089446400 4194304 7136930 140736647498000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28345/statm: 71027 67877 393 719 0 70306 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 284108

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28345

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

[startup+1801.4 s]
/proc/loadavg: 1.85 1.97 2.04 2/172 28417
/proc/meminfo: memFree=31299172/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=284108 CPUtime=1801.43
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 70437 0 0 0 179885 258 0 0 25 0 1 0 166831471 290926592 67877 4089446400 4194304 7136930 140736647498000 18446744073709551615 6350546 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28345/statm: 71027 67877 393 719 0 70306 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 284108

[startup+1801.81 s]
/proc/loadavg: 1.78 1.95 2.03 2/172 28417
/proc/meminfo: memFree=31299572/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=284108 CPUtime=1801.83
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 70437 0 0 0 179925 258 0 0 25 0 1 0 166831471 290926592 67877 4089446400 4194304 7136930 140736647498000 18446744073709551615 6350768 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28345/statm: 71027 67877 393 719 0 70306 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 284108

[startup+1802 s]
/proc/loadavg: 1.78 1.95 2.03 2/172 28417
/proc/meminfo: memFree=31299572/32951124 swapFree=67111528/67111528
[pid=28345] ppid=28343 vsize=284108 CPUtime=1802.03
/proc/28345/stat : 28345 (pbscip.linux.x8) R 28343 28345 27924 0 -1 4202496 70437 0 0 0 179945 258 0 0 25 0 1 0 166831471 290926592 67877 4089446400 4194304 7136930 140736647498000 18446744073709551615 6350631 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28345/statm: 71027 67877 393 719 0 70306 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 284108

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.06
CPU user time (s): 1799.46
CPU system time (s): 2.5976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 284108

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

runsolver used 2.81857 second user time and 6.24905 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 23:05:20
IDJOB=2693883
IDBENCH=79329
IDSOLVER=1206
FILE ID=node119/2693883-1277931920
PBS_JOBID= 11197425
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693883-1277931920/watcher-2693883-1277931920 -o /tmp/evaluation-result-2693883-1277931920/solver-2693883-1277931920 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693883-1277931920.wbo -t 1800 -m 3800

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

MD5SUM BENCH= daa4650c03ccc8f8b44e19f0217c9b39
RANDOM SEED=270167336

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
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:     32951124 kB
MemFree:      31370420 kB
Buffers:        217764 kB
Cached:         960532 kB
SwapCached:          0 kB
Active:         777140 kB
Inactive:       656976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31370420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9140 kB
Writeback:           0 kB
AnonPages:      256152 kB
Mapped:          16792 kB
Slab:            80400 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   411348 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= 74208 MiB
End job on node119 at 2010-06-30 23:35:22