Trace number 2693111

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.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.08 1802.05

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-25s.smv--soft-0-100-0.wbo
MD5SUM241801650d5a008aecc3546be621c5b9
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.082986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5072
Total number of constraints12829
Number of soft constraints12829
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 647371
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 647370
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693111-1277931486.wbo>
0.09/0.16	c original problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25659 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
2.38/2.43	o 647370
2.38/2.43	c feasible solution found by trivial heuristic, objective value  6.473700e+05
2.38/2.43	c presolving:
2.38/2.48	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.48/2.52	c (round 2) 0 del vars, 1 del conss, 12829 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.88/2.97	c    (2.8s) probing: 101/17901 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.88/2.97	c    (2.8s) probing aborted: 100/100 successive totally useless probings
2.88/2.97	c presolving (3 rounds):
2.88/2.97	c  0 deleted vars, 1 deleted constraints, 12829 tightened bounds, 0 added holes, 554 changed sides, 1108 changed coefficients
2.88/2.97	c  12829 implications, 0 cliques
2.88/2.97	c presolved problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25658 constraints
2.88/2.97	c   12829 constraints of type <indicator>
2.88/2.97	c       1 constraints of type <varbound>
2.88/2.97	c   12828 constraints of type <linear>
2.88/2.97	c transformed objective value is always integral (scale: 1)
2.88/2.97	c Presolving Time: 2.68
2.88/2.97	c - non default parameters ----------------------------------------------------------------------
2.88/2.97	c # SCIP version 1.2.1.2
2.88/2.97	c 
2.88/2.97	c # frequency for displaying node information lines
2.88/2.97	c # [type: int, range: [-1,2147483647], default: 100]
2.88/2.97	c display/freq = 10000
2.88/2.97	c 
2.88/2.97	c # maximal time in seconds to run
2.88/2.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.97	c limits/time = 1799.85
2.88/2.97	c 
2.88/2.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.88/2.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.97	c limits/memory = 3420
2.88/2.97	c 
2.88/2.97	c # should presolving try to simplify inequalities
2.88/2.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.97	c constraints/linear/simplifyinequalities = TRUE
2.88/2.97	c 
2.88/2.97	c # should presolving try to simplify knapsacks
2.88/2.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.97	c constraints/knapsack/simplifyinequalities = TRUE
2.88/2.97	c 
2.88/2.97	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.88/2.97	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.97	c separating/rapidlearning/freq = 0
2.88/2.97	c 
2.88/2.97	c -----------------------------------------------------------------------------------------------
2.88/2.97	c start solving
2.88/2.98	c 
2.98/3.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.98/3.09	c t 2.9s|     1 |     0 |     0 |     - |  96M|   0 |   0 |  30k|  25k|  30k|   0 |   0 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
3.08/3.10	c   2.9s|     1 |     0 |   201 |     - |  96M|   0 |   0 |  30k|  25k|  30k| 201 | 201 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
3.08/3.12	c   2.9s|     1 |     0 |   334 |     - |  97M|   0 |   0 |  30k|  25k|  30k| 401 | 401 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
3.08/3.14	c   2.9s|     1 |     0 |   544 |     - |  97M|   0 |  34 |  30k|  25k|  30k| 601 | 601 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
3.08/3.17	o 647330
3.08/3.17	c y 2.9s|     1 |     0 |   544 |     - |  97M|   0 |  34 |  30k|  25k|  30k| 601 | 601 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
3.29/3.36	c   3.1s|     1 |     0 |   741 |     - |  98M|   0 | 111 |  30k|  25k|  30k| 815 | 815 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
3.78/3.80	c   3.5s|     1 |     0 |  1205 |     - |  98M|   0 | 273 |  30k|  25k|  30k|1071 |1071 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
4.28/4.32	c   4.1s|     1 |     0 |  1501 |     - |  99M|   0 | 502 |  30k|  25k|  30k|1359 |1359 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
4.67/4.79	c   4.5s|     1 |     0 |  1866 |     - | 100M|   0 | 706 |  30k|  25k|  30k|1674 |1674 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
5.49/5.55	c   5.2s|     1 |     2 |  2536 |     - | 101M|   0 | 706 |  30k|  25k|  30k|1674 |1674 |   0 |  33 | 0.000000e+00 | 6.473300e+05 |    Inf 
365.28/365.34	c   357s| 10000 | 10001 |145615 |  14.4 | 221M| 355 |  70 |  30k|  25k|  30k|1586 |1674 |   0 |5212 | 0.000000e+00 | 6.473300e+05 |    Inf 
553.59/553.64	c   542s| 20000 | 20001 |201691 |  10.0 | 306M| 377 | 399 |  30k|  25k|  30k|1586 |1674 |   0 |5844 | 0.000000e+00 | 6.473300e+05 |    Inf 
721.20/721.23	c   707s| 30000 | 30001 |239123 |   7.9 | 390M| 377 | 482 |  30k|  25k|  30k|1586 |1674 |   0 |6174 | 0.000000e+00 | 6.473300e+05 |    Inf 
899.30/899.39	c   882s| 40000 | 40001 |288046 |   7.2 | 475M| 377 | 349 |  30k|  25k|  30k|1586 |1674 |   0 |6754 | 0.000000e+00 | 6.473300e+05 |    Inf 
1077.41/1077.44	c  1057s| 50000 | 50001 |337257 |   6.7 | 560M| 377 | 329 |  30k|  25k|  30k|1586 |1674 |   0 |7383 | 0.000000e+00 | 6.473300e+05 |    Inf 
1246.82/1246.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.82/1246.82	c  1224s| 60000 | 60001 |385555 |   6.4 | 645M| 377 | 478 |  30k|  25k|  30k|1586 |1674 |   0 |7677 | 0.000000e+00 | 6.473300e+05 |    Inf 
1416.92/1416.91	c  1391s| 70000 | 70001 |434856 |   6.2 | 729M| 377 | 256 |  30k|  25k|  30k|1586 |1674 |   0 |7717 | 0.000000e+00 | 6.473300e+05 |    Inf 
1581.73/1581.75	c  1553s| 80000 | 80001 |477661 |   5.9 | 814M| 377 | 324 |  30k|  25k|  30k|1586 |1674 |   0 |7743 | 0.000000e+00 | 6.473300e+05 |    Inf 
1742.33/1742.33	c  1711s| 90000 | 90001 |525192 |   5.8 | 899M| 377 | 135 |  30k|  25k|  30k|1586 |1674 |   0 |7785 | 0.000000e+00 | 6.473300e+05 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.02	c 
1800.03/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.02	c Solving Time (sec) : 1768.04
1800.03/1800.02	c Solving Nodes      : 93230
1800.03/1800.02	c Primal Bound       : +6.47330000000000e+05 (102 solutions)
1800.03/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.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-2693111-1277931486/watcher-2693111-1277931486 -o /tmp/evaluation-result-2693111-1277931486/solver-2693111-1277931486 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693111-1277931486.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.91 2.08 2.05 2/197 15580
/proc/meminfo: memFree=31249360/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=11116 CPUtime=0
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 1703 0 0 0 0 0 0 0 25 0 1 0 134445326 11382784 1623 4089446400 4194304 9819077 140733526815504 18446744073709551615 4679971 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15580/statm: 2779 1623 392 1374 0 1400 0

[startup+0.0470219 s]
/proc/loadavg: 1.91 2.08 2.05 2/197 15580
/proc/meminfo: memFree=31249360/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=24152 CPUtime=0.04
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 4958 0 0 0 4 0 0 0 25 0 1 0 134445326 24731648 4878 4089446400 4194304 9819077 140733526815504 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15580/statm: 6038 4878 392 1374 0 4659 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24152

[startup+0.100995 s]
/proc/loadavg: 1.91 2.08 2.05 2/197 15580
/proc/meminfo: memFree=31249360/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=39456 CPUtime=0.09
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 8816 0 0 0 9 0 0 0 25 0 1 0 134445326 40402944 8736 4089446400 4194304 9819077 140733526815504 18446744073709551615 4384992 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15580/statm: 9864 8736 392 1374 0 8485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39456

[startup+0.300852 s]
/proc/loadavg: 1.91 2.08 2.05 2/197 15580
/proc/meminfo: memFree=31249360/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=115212 CPUtime=0.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 27317 0 0 0 26 3 0 0 25 0 1 0 134445326 117977088 26846 4089446400 4194304 9819077 140733526815504 18446744073709551615 4415347 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15580/statm: 28803 26846 463 1374 0 27424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115212

[startup+0.700892 s]
/proc/loadavg: 1.91 2.08 2.05 2/197 15580
/proc/meminfo: memFree=31249360/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=117256 CPUtime=0.69
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 27703 0 0 0 66 3 0 0 25 0 1 0 134445326 120070144 27232 4089446400 4194304 9819077 140733526815504 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15580/statm: 29314 27232 469 1374 0 27935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117256

[startup+1.50064 s]
/proc/loadavg: 1.91 2.08 2.05 2/198 15583
/proc/meminfo: memFree=31141596/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=117256 CPUtime=1.48
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 27703 0 0 0 145 3 0 0 25 0 1 0 134445326 120070144 27232 4089446400 4194304 9819077 140733526815504 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15580/statm: 29314 27232 469 1374 0 27935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117256

[startup+3.1004 s]
/proc/loadavg: 2.00 2.10 2.06 4/200 15585
/proc/meminfo: memFree=31138364/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=143476 CPUtime=3.08
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 34753 0 0 0 301 7 0 0 25 0 1 0 134445326 146919424 33189 4089446400 4194304 9819077 140733526815504 18446744073709551615 6567608 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 35869 33189 639 1374 0 34490 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 143476

[startup+6.30089 s]
/proc/loadavg: 2.00 2.10 2.06 4/200 15585
/proc/meminfo: memFree=31082068/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=160064 CPUtime=6.28
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 114348 0 0 0 608 20 0 0 25 0 1 0 134445326 163905536 36124 4089446400 4194304 9819077 140733526815504 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 40016 36127 699 1374 0 38637 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 160064

[startup+12.7008 s]
/proc/loadavg: 2.15 2.13 2.06 4/200 15585
/proc/meminfo: memFree=31069792/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=159588 CPUtime=12.68
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 321741 0 0 0 1216 52 0 0 25 0 1 0 134445326 163418112 36166 4089446400 4194304 9819077 140733526815504 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 39897 36170 700 1374 0 38518 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 159588

[startup+25.5005 s]
/proc/loadavg: 2.28 2.16 2.07 4/200 15586
/proc/meminfo: memFree=31060956/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=161800 CPUtime=25.48
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 628066 0 0 0 2450 98 0 0 25 0 1 0 134445326 165683200 37300 4089446400 4194304 9819077 140733526815504 18446744073709551615 5507443 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 40450 37300 700 1374 0 39071 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 161800

[startup+51.1009 s]
/proc/loadavg: 2.53 2.22 2.10 4/200 15587
/proc/meminfo: memFree=31050008/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=166220 CPUtime=51.08
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 1362020 0 0 0 4903 205 0 0 25 0 1 0 134445326 170209280 38240 4089446400 4194304 9819077 140733526815504 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 41555 38240 700 1374 0 40176 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 166220

[startup+102.307 s]
/proc/loadavg: 2.73 2.32 2.14 4/200 15588
/proc/meminfo: memFree=31029720/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=175092 CPUtime=102.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 2590607 0 0 0 9834 395 0 0 25 0 1 0 134445326 179294208 40677 4089446400 4194304 9819077 140733526815504 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 43773 40677 701 1374 0 42394 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 175092

[startup+162.301 s]
/proc/loadavg: 2.93 2.46 2.19 4/200 15589
/proc/meminfo: memFree=30994796/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=200492 CPUtime=162.28
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 3233765 0 0 0 15722 506 0 0 25 0 1 0 134445326 205303808 47087 4089446400 4194304 9819077 140733526815504 18446744073709551615 7816363 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 50123 47087 701 1374 0 48744 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 200492

[startup+222.3 s]
/proc/loadavg: 2.92 2.54 2.23 4/200 15600
/proc/meminfo: memFree=30974376/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=212024 CPUtime=222.28
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 3885863 0 0 0 21606 622 0 0 25 0 1 0 134445326 217112576 50060 4089446400 4194304 9819077 140733526815504 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 53006 50060 701 1374 0 51627 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 212024

[startup+282.301 s]
/proc/loadavg: 2.93 2.60 2.28 4/200 15602
/proc/meminfo: memFree=30945140/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=235360 CPUtime=282.28
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 4369085 0 0 0 27516 712 0 0 25 0 1 0 134445326 241008640 56018 4089446400 4194304 9819077 140733526815504 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 58840 56018 701 1374 0 57461 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 235360

[startup+342.301 s]
/proc/loadavg: 2.93 2.66 2.31 4/200 15603
/proc/meminfo: memFree=30911460/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=263732 CPUtime=342.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 4903205 0 0 0 33417 812 0 0 25 0 1 0 134445326 270061568 62992 4089446400 4194304 9819077 140733526815504 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 65933 62992 701 1374 0 64554 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 263732

[startup+402.3 s]
/proc/loadavg: 2.83 2.68 2.34 4/200 15605
/proc/meminfo: memFree=30876676/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=294444 CPUtime=402.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 5414979 0 0 0 39325 904 0 0 25 0 1 0 134445326 301510656 70793 4089446400 4194304 9819077 140733526815504 18446744073709551615 7220450 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 73611 70793 701 1374 0 72232 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 294444

[startup+462.3 s]
/proc/loadavg: 2.78 2.70 2.37 4/200 15606
/proc/meminfo: memFree=30850080/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=317360 CPUtime=462.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 5977647 0 0 0 45221 1008 0 0 25 0 1 0 134445326 324976640 76410 4089446400 4194304 9819077 140733526815504 18446744073709551615 6361788 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 79340 76410 701 1374 0 77961 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 317360

[startup+522.301 s]
/proc/loadavg: 2.89 2.74 2.40 4/200 15608
/proc/meminfo: memFree=30819364/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=344320 CPUtime=522.29
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 6464120 0 0 0 51130 1099 0 0 25 0 1 0 134445326 352583680 83218 4089446400 4194304 9819077 140733526815504 18446744073709551615 4561075 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 86080 83218 701 1374 0 84701 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 344320

[startup+582.301 s]
/proc/loadavg: 2.89 2.76 2.43 4/200 15610
/proc/meminfo: memFree=30792992/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=368756 CPUtime=582.3
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 7069798 0 0 0 57028 1202 0 0 25 0 1 0 134445326 377606144 89262 4089446400 4194304 9819077 140733526815504 18446744073709551615 6671137 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 92189 89262 701 1374 0 90810 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 368756

[startup+642.3 s]
/proc/loadavg: 3.24 2.87 2.48 4/200 15611
/proc/meminfo: memFree=30758772/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=398672 CPUtime=642.31
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 7500004 0 0 0 62942 1289 0 0 25 0 1 0 134445326 408240128 96740 4089446400 4194304 9819077 140733526815504 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15580/statm: 99668 96740 701 1374 0 98289 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 398672

[startup+702.301 s]

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

/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 10403743 0 0 0 98394 1836 0 0 25 0 1 0 134445326 588017664 140727 4089446400 4194304 9819077 140733526815504 18446744073709551615 6567641 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 143559 140727 701 1374 0 142180 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 574236

[startup+1062.3 s]
/proc/loadavg: 2.24 2.66 2.53 3/197 15670
/proc/meminfo: memFree=30620948/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=600508 CPUtime=1062.31
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 11051145 0 0 0 104274 1957 0 0 25 0 1 0 134445326 614920192 147370 4089446400 4194304 9819077 140733526815504 18446744073709551615 8679253 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 150127 147370 701 1374 0 148748 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 600508

[startup+1122.3 s]
/proc/loadavg: 2.09 2.54 2.50 3/197 15672
/proc/meminfo: memFree=30583964/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=628908 CPUtime=1122.3
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 11631485 0 0 0 110156 2074 0 0 25 0 1 0 134445326 644001792 154452 4089446400 4194304 9819077 140733526815504 18446744073709551615 6372759 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 157227 154452 701 1374 0 155848 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 628908

[startup+1182.3 s]
/proc/loadavg: 2.03 2.44 2.47 3/197 15674
/proc/meminfo: memFree=30548352/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=655484 CPUtime=1182.31
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 12092216 0 0 0 116058 2173 0 0 25 0 1 0 134445326 671215616 161293 4089446400 4194304 9819077 140733526815504 18446744073709551615 7230654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 163940 161294 701 1374 0 162561 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 655484

[startup+1242.3 s]
/proc/loadavg: 2.01 2.35 2.43 3/197 15675
/proc/meminfo: memFree=30510732/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=688040 CPUtime=1242.31
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 12551728 0 0 0 121961 2270 0 0 25 0 1 0 134445326 704552960 169409 4089446400 4194304 9819077 140733526815504 18446744073709551615 7226253 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 172010 169409 701 1374 0 170631 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 688040

[startup+1302.3 s]
/proc/loadavg: 2.00 2.29 2.40 3/197 15677
/proc/meminfo: memFree=30473736/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=717124 CPUtime=1302.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 13008103 0 0 0 127857 2375 0 0 25 0 1 0 134445326 734334976 176518 4089446400 4194304 9819077 140733526815504 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 179281 176518 701 1374 0 177902 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 717124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.23 2.37 3/197 15678
/proc/meminfo: memFree=30440852/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=748636 CPUtime=1362.31
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 13449106 0 0 0 133761 2470 0 0 25 0 1 0 134445326 766603264 183932 4089446400 4194304 9819077 140733526815504 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 187159 183932 701 1374 0 185780 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 748636

[startup+1422.31 s]
/proc/loadavg: 2.00 2.19 2.35 3/197 15680
/proc/meminfo: memFree=30401500/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=777580 CPUtime=1422.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 13905580 0 0 0 139665 2567 0 0 25 0 1 0 134445326 796241920 191146 4089446400 4194304 9819077 140733526815504 18446744073709551615 6513120 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 194395 191146 701 1374 0 193016 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 777580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.15 2.32 3/197 15682
/proc/meminfo: memFree=30371216/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=806588 CPUtime=1482.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 14355039 0 0 0 145568 2664 0 0 25 0 1 0 134445326 825946112 198413 4089446400 4194304 9819077 140733526815504 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 201647 198413 701 1374 0 200268 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 806588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.12 2.30 3/197 15683
/proc/meminfo: memFree=30330740/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=837832 CPUtime=1542.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 14785558 0 0 0 151475 2757 0 0 25 0 1 0 134445326 857939968 206287 4089446400 4194304 9819077 140733526815504 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 209458 206287 701 1374 0 208079 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 837832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.10 2.28 3/197 15685
/proc/meminfo: memFree=30290900/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=869848 CPUtime=1602.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 15217056 0 0 0 157378 2854 0 0 25 0 1 0 134445326 890724352 214301 4089446400 4194304 9819077 140733526815504 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 217462 214299 701 1374 0 216083 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 869848

[startup+1662.3 s]
/proc/loadavg: 2.00 2.08 2.26 3/197 15686
/proc/meminfo: memFree=30256268/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=901024 CPUtime=1662.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 15655915 0 0 0 163281 2951 0 0 25 0 1 0 134445326 922648576 222088 4089446400 4194304 9819077 140733526815504 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 225256 222088 701 1374 0 223877 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 901024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.24 3/197 15688
/proc/meminfo: memFree=30223748/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=928764 CPUtime=1722.32
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16127085 0 0 0 169179 3053 0 0 25 0 1 0 134445326 951054336 229060 4089446400 4194304 9819077 140733526815504 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 232191 229060 701 1374 0 230812 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 928764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.22 3/197 15690
/proc/meminfo: memFree=30184036/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=960240 CPUtime=1782.33
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16582028 0 0 0 175078 3155 0 0 25 0 1 0 134445326 983285760 236961 4089446400 4194304 9819077 140733526815504 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 240060 236961 701 1374 0 238681 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 960240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.04 2.22 3/197 15690
/proc/meminfo: memFree=30175724/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=967656 CPUtime=1800.03
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16718426 0 0 0 176816 3187 0 0 25 0 1 0 134445326 990879744 238825 4089446400 4194304 9819077 140733526815504 18446744073709551615 8679253 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15580/statm: 241914 238825 701 1374 0 240535 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 967656

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15580

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.04 2.22 3/198 15691
/proc/meminfo: memFree=30175468/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=967420 CPUtime=1801.43
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16718579 0 0 0 176956 3187 0 0 25 0 1 0 134445326 990638080 238766 4089446400 4194304 9819077 140733526815504 18446744073709551615 8679111 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15580/statm: 241855 238766 701 1374 0 240476 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 967420

[startup+1801.81 s]
/proc/loadavg: 2.00 2.04 2.22 3/198 15691
/proc/meminfo: memFree=30175584/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=967420 CPUtime=1801.83
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16718579 0 0 0 176996 3187 0 0 25 0 1 0 134445326 990638080 238766 4089446400 4194304 9819077 140733526815504 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15580/statm: 241855 238766 701 1374 0 240476 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 967420

[startup+1802 s]
/proc/loadavg: 2.00 2.04 2.22 3/198 15691
/proc/meminfo: memFree=30175584/32950904 swapFree=67111528/67111528
[pid=15580] ppid=15578 vsize=967420 CPUtime=1802.03
/proc/15580/stat : 15580 (pbscip.linux.x8) R 15578 15580 15128 0 -1 4202496 16718579 0 0 0 177016 3187 0 0 25 0 1 0 134445326 990638080 238766 4089446400 4194304 9819077 140733526815504 18446744073709551615 4241136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15580/statm: 241855 238766 701 1374 0 240476 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 967420

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.05
CPU time (s): 1802.08
CPU user time (s): 1770.17
CPU system time (s): 31.9151
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 967656

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

runsolver used 2.85757 second user time and 5.76312 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 22:58:06
IDJOB=2693111
IDBENCH=79316
IDSOLVER=1205
FILE ID=node121/2693111-1277931486
PBS_JOBID= 11197389
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-25s.smv--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-2693111-1277931486/watcher-2693111-1277931486 -o /tmp/evaluation-result-2693111-1277931486/solver-2693111-1277931486 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693111-1277931486.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 241801650d5a008aecc3546be621c5b9
RANDOM SEED=1933260195

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.75
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.876
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.876
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.876
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:      31249888 kB
Buffers:        212448 kB
Cached:        1107008 kB
SwapCached:          0 kB
Active:         743072 kB
Inactive:       809568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31249888 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7404 kB
Writeback:           0 kB
AnonPages:      232936 kB
Mapped:          20356 kB
Slab:            82072 kB
PageTables:       5576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1657296 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= 74204 MiB
End job on node121 at 2010-06-30 23:28:08