Trace number 2693299

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.1 1802.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-0-100-0.wbo
MD5SUM850df9cd01e268299cdca754cc055f3b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark23.5114
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints16157
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 812826
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 812825
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2693299-1277932805.wbo>
0.19/0.20	c original problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32315 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
3.69/3.72	o 812825
3.69/3.72	c feasible solution found by trivial heuristic, objective value  8.128250e+05
3.69/3.72	c presolving:
6.39/6.40	c    (6.2s) probing: 627/21117 (3.0%) - 0 fixings, 0 aggregations, 126 implications, 0 bound changes
6.39/6.40	c    (6.2s) probing aborted: 100/100 successive totally useless probings
6.39/6.40	c (round 1) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16346 impls, 0 clqs
6.39/6.47	c (round 2) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 196 upgd conss, 16346 impls, 0 clqs
6.89/6.99	c    (6.7s) probing: 751/21117 (3.6%) - 0 fixings, 0 aggregations, 185 implications, 0 bound changes
6.89/6.99	c    (6.7s) probing aborted: 100/100 successive totally useless probings
6.99/7.00	c presolving (3 rounds):
6.99/7.00	c  0 deleted vars, 1 deleted constraints, 16157 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.99/7.00	c  16597 implications, 0 cliques
6.99/7.00	c presolved problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32314 constraints
6.99/7.00	c   16157 constraints of type <indicator>
6.99/7.00	c     196 constraints of type <varbound>
6.99/7.00	c   15961 constraints of type <linear>
6.99/7.00	c transformed objective value is always integral (scale: 1)
6.99/7.00	c Presolving Time: 6.64
6.99/7.00	c - non default parameters ----------------------------------------------------------------------
6.99/7.00	c # SCIP version 1.2.1.2
6.99/7.00	c 
6.99/7.00	c # frequency for displaying node information lines
6.99/7.00	c # [type: int, range: [-1,2147483647], default: 100]
6.99/7.00	c display/freq = 10000
6.99/7.00	c 
6.99/7.00	c # maximal time in seconds to run
6.99/7.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.99/7.00	c limits/time = 1799.8
6.99/7.00	c 
6.99/7.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.99/7.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.99/7.00	c limits/memory = 3420
6.99/7.00	c 
6.99/7.00	c # should presolving try to simplify inequalities
6.99/7.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.99/7.00	c constraints/linear/simplifyinequalities = TRUE
6.99/7.00	c 
6.99/7.00	c # should presolving try to simplify knapsacks
6.99/7.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.99/7.00	c constraints/knapsack/simplifyinequalities = TRUE
6.99/7.00	c 
6.99/7.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.99/7.00	c # [type: int, range: [-1,2147483647], default: -1]
6.99/7.00	c separating/rapidlearning/freq = 0
6.99/7.00	c 
6.99/7.00	c -----------------------------------------------------------------------------------------------
6.99/7.00	c start solving
6.99/7.01	c 
7.09/7.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.09/7.13	c t 6.9s|     1 |     0 |     0 |     - | 118M|   0 |   0 |  37k|  32k|  37k|   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.09/7.15	c   6.9s|     1 |     0 |    61 |     - | 118M|   0 |   0 |  37k|  32k|  37k| 114 | 114 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.09/7.17	c   6.9s|     1 |     0 |   256 |     - | 118M|   0 |   0 |  37k|  32k|  37k| 309 | 309 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.09/7.19	c   6.9s|     1 |     2 |   256 |     - | 118M|   0 |   0 |  37k|  32k|  37k| 309 | 309 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
224.69/224.79	c   215s| 10000 | 10001 |   973 |   0.1 | 222M|5435 |   0 |  37k|  32k|  37k| 607 | 929 |   0 | 219 | 0.000000e+00 | 8.128250e+05 |    Inf 
463.41/463.46	c   445s| 20000 | 20001 |  1817 |   0.1 | 322M|5449 |   0 |  37k|  32k|  37k| 743 |1747 |   0 | 287 | 0.000000e+00 | 8.128250e+05 |    Inf 
707.82/707.87	c   682s| 30000 | 30001 |  2866 |   0.1 | 422M|5449 |   0 |  37k|  32k|  37k| 606 |2776 |   0 | 391 | 0.000000e+00 | 8.128250e+05 |    Inf 
998.92/998.94	c   963s| 40000 | 40001 |  4220 |   0.1 | 522M|5449 |   0 |  37k|  32k|  37k| 858 |4164 |   0 | 481 | 0.000000e+00 | 8.128250e+05 |    Inf 
1265.83/1265.88	o 803557
1265.83/1265.88	c y1222s| 49288 | 49287 |  5661 |   0.1 | 616M|5449 |   1 |  37k|  32k|  37k| 828 |5796 |   0 | 676 | 0.000000e+00 | 8.035570e+05 |    Inf 
1286.74/1286.71	c  1243s| 50000 | 50001 |  5744 |   0.1 | 623M|5449 |   0 |  37k|  32k|  37k| 891 |5859 |   0 | 686 | 0.000000e+00 | 8.035570e+05 |    Inf 
1582.65/1582.64	c  1534s| 60000 | 60001 |  6990 |   0.1 | 723M|5449 |   0 |  37k|  32k|  37k| 312 |7167 |   0 | 769 | 0.000000e+00 | 8.035570e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.02	c 
1800.06/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.02	c Solving Time (sec) : 1748.41
1800.06/1800.02	c Solving Nodes      : 66736
1800.06/1800.02	c Primal Bound       : +8.03557000000000e+05 (8 solutions)
1800.06/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.06/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-2693299-1277932805/watcher-2693299-1277932805 -o /tmp/evaluation-result-2693299-1277932805/solver-2693299-1277932805 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693299-1277932805.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.10 2.06 2.17 4/196 29002
/proc/meminfo: memFree=31126252/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=11112 CPUtime=0
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 1702 0 0 0 0 0 0 0 25 0 1 0 168883616 11378688 1622 4089446400 4194304 9819077 140736466107888 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29002/statm: 2778 1622 392 1374 0 1399 0

[startup+0.0351879 s]
/proc/loadavg: 2.10 2.06 2.17 4/196 29002
/proc/meminfo: memFree=31126252/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=20732 CPUtime=0.02
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 4107 0 0 0 2 0 0 0 25 0 1 0 168883616 21229568 4027 4089446400 4194304 9819077 140736466107888 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29002/statm: 5183 4027 392 1374 0 3804 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20732

[startup+0.101172 s]
/proc/loadavg: 2.10 2.06 2.17 4/196 29002
/proc/meminfo: memFree=31126252/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=36612 CPUtime=0.09
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 8086 0 0 0 8 1 0 0 25 0 1 0 168883616 37490688 8006 4089446400 4194304 9819077 140736466107888 18446744073709551615 4388983 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29002/statm: 9153 8006 392 1374 0 7774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36612

[startup+0.301139 s]
/proc/loadavg: 2.10 2.06 2.17 4/196 29002
/proc/meminfo: memFree=31126252/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=113624 CPUtime=0.29
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 27667 0 0 0 25 4 0 0 25 0 1 0 168883616 116350976 27197 4089446400 4194304 9819077 140736466107888 18446744073709551615 4461648 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 28406 27197 435 1374 0 27027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113624

[startup+0.700992 s]
/proc/loadavg: 2.10 2.06 2.17 4/196 29002
/proc/meminfo: memFree=31126252/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=136100 CPUtime=0.69
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 32248 0 0 0 64 5 0 0 25 0 1 0 168883616 139366400 31756 4089446400 4194304 9819077 140736466107888 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 34025 31756 469 1374 0 32646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136100

[startup+1.50091 s]
/proc/loadavg: 2.10 2.06 2.17 3/197 29003
/proc/meminfo: memFree=31000880/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=136100 CPUtime=1.49
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 32248 0 0 0 144 5 0 0 25 0 1 0 168883616 139366400 31756 4089446400 4194304 9819077 140736466107888 18446744073709551615 8679263 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 34025 31756 469 1374 0 32646 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136100

[startup+3.10061 s]
/proc/loadavg: 2.10 2.06 2.17 3/197 29003
/proc/meminfo: memFree=31000632/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=136100 CPUtime=3.09
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 32248 0 0 0 304 5 0 0 25 0 1 0 168883616 139366400 31756 4089446400 4194304 9819077 140736466107888 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 34025 31756 469 1374 0 32646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136100

[startup+6.301 s]
/proc/loadavg: 2.09 2.06 2.17 3/197 29003
/proc/meminfo: memFree=30993548/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=143136 CPUtime=6.29
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 34452 0 0 0 623 6 0 0 25 0 1 0 168883616 146571264 33587 4089446400 4194304 9819077 140736466107888 18446744073709551615 5496930 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 35784 33587 515 1374 0 34405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143136

[startup+12.7008 s]
/proc/loadavg: 2.16 2.08 2.18 3/197 29004
/proc/meminfo: memFree=30969864/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=172116 CPUtime=12.69
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 228863 0 0 0 1236 33 0 0 25 0 1 0 168883616 176246784 39811 4089446400 4194304 9819077 140736466107888 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 43029 39811 651 1374 0 41650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 172116

[startup+25.5004 s]
/proc/loadavg: 2.13 2.07 2.17 3/197 29004
/proc/meminfo: memFree=30964284/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=178232 CPUtime=25.49
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 680363 0 0 0 2459 90 0 0 25 0 1 0 168883616 182509568 41364 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 44558 41364 651 1374 0 43179 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178232

[startup+51.1006 s]
/proc/loadavg: 2.08 2.07 2.17 3/197 29004
/proc/meminfo: memFree=30948680/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=190280 CPUtime=51.09
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 1579699 0 0 0 4905 204 0 0 25 0 1 0 168883616 194846720 44425 4089446400 4194304 9819077 140736466107888 18446744073709551615 5813304 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 47570 44425 651 1374 0 46191 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 190280

[startup+102.307 s]
/proc/loadavg: 2.03 2.05 2.16 3/197 29006
/proc/meminfo: memFree=30920912/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=214840 CPUtime=102.29
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 3440365 0 0 0 9782 447 0 0 25 0 1 0 168883616 219996160 50130 4089446400 4194304 9819077 140736466107888 18446744073709551615 6590247 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 53710 50130 658 1374 0 52331 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 214840

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.15 3/197 29008
/proc/meminfo: memFree=30886156/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=242896 CPUtime=162.3
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 5548389 0 0 0 15509 721 0 0 25 0 1 0 168883616 248725504 57632 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 60724 57632 660 1374 0 59345 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 242896

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/197 29009
/proc/meminfo: memFree=30854880/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=272536 CPUtime=222.3
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 7313187 0 0 0 21268 962 0 0 25 0 1 0 168883616 279076864 64982 4089446400 4194304 9819077 140736466107888 18446744073709551615 6513120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 68134 64982 660 1374 0 66755 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 272536

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.12 3/197 29011
/proc/meminfo: memFree=30826080/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=299176 CPUtime=282.3
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 9015508 0 0 0 27038 1192 0 0 25 0 1 0 168883616 306356224 71651 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 74794 71651 660 1374 0 73415 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 299176

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.11 3/197 29012
/proc/meminfo: memFree=30795288/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=322640 CPUtime=342.31
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 10553761 0 0 0 32831 1400 0 0 25 0 1 0 168883616 330383360 77620 4089446400 4194304 9819077 140736466107888 18446744073709551615 4827522 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 80660 77620 660 1374 0 79281 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 322640

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/197 29014
/proc/meminfo: memFree=30766860/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=346268 CPUtime=402.3
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 12080914 0 0 0 38627 1603 0 0 25 0 1 0 168883616 354578432 83509 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 86567 83509 660 1374 0 85188 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 346268

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/197 29016
/proc/meminfo: memFree=30739920/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=370244 CPUtime=462.3
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 13637341 0 0 0 44410 1820 0 0 25 0 1 0 168883616 379129856 89598 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 92561 89598 660 1374 0 91182 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 370244

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/197 29017
/proc/meminfo: memFree=30710012/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=394892 CPUtime=522.31
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 15045605 0 0 0 50222 2009 0 0 25 0 1 0 168883616 404369408 95706 4089446400 4194304 9819077 140736466107888 18446744073709551615 6003331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 98723 95706 660 1374 0 97344 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 394892

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/197 29019
/proc/meminfo: memFree=30674764/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=417952 CPUtime=582.31
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 16346809 0 0 0 56045 2186 0 0 25 0 1 0 168883616 427982848 101486 4089446400 4194304 9819077 140736466107888 18446744073709551615 6361622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 104488 101486 660 1374 0 103109 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 417952

[startup+642.3 s]
/proc/loadavg: 2.24 2.05 2.09 3/197 29020
/proc/meminfo: memFree=30647440/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=442584 CPUtime=642.32
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 17770334 0 0 0 61844 2388 0 0 25 0 1 0 168883616 453206016 107626 4089446400 4194304 9819077 140736466107888 18446744073709551615 7487779 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29002/statm: 110646 107626 660 1374 0 109267 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 442584

[startup+702.301 s]

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

/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 26279303 0 0 0 96686 3547 0 0 25 0 1 0 168883616 582082560 139246 4089446400 4194304 9819077 140736466107888 18446744073709551615 4227212 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 142110 139246 660 1374 0 140731 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 568440

[startup+1062.3 s]
/proc/loadavg: 1.01 1.36 1.76 2/171 29056
/proc/meminfo: memFree=30819276/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=589372 CPUtime=1062.33
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 27791982 0 0 0 102480 3753 0 0 25 0 1 0 168883616 603516928 144508 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697618 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 147343 144508 660 1374 0 145964 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 589372

[startup+1122.3 s]
/proc/loadavg: 1.00 1.29 1.71 2/171 29057
/proc/meminfo: memFree=30797548/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=610696 CPUtime=1122.33
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 29254052 0 0 0 108276 3957 0 0 25 0 1 0 168883616 625352704 149689 4089446400 4194304 9819077 140736466107888 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 152674 149689 660 1374 0 151295 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 610696

[startup+1182.3 s]
/proc/loadavg: 1.00 1.24 1.66 2/171 29059
/proc/meminfo: memFree=30776328/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=631160 CPUtime=1182.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 30344143 0 0 0 114125 4109 0 0 25 0 1 0 168883616 646307840 154922 4089446400 4194304 9819077 140736466107888 18446744073709551615 4826962 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 157790 154922 660 1374 0 156411 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 631160

[startup+1242.3 s]
/proc/loadavg: 1.00 1.19 1.62 2/171 29060
/proc/meminfo: memFree=30755972/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=652840 CPUtime=1242.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 31578337 0 0 0 119953 4281 0 0 25 0 1 0 168883616 668508160 160152 4089446400 4194304 9819077 140736466107888 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 163210 160152 660 1374 0 161831 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 652840

[startup+1302.3 s]
/proc/loadavg: 1.00 1.15 1.57 2/171 29062
/proc/meminfo: memFree=30732492/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=673016 CPUtime=1302.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 32579353 0 0 0 125809 4425 0 0 25 0 1 0 168883616 689168384 165885 4089446400 4194304 9819077 140736466107888 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 168254 165885 677 1374 0 166875 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 673016

[startup+1362.3 s]
/proc/loadavg: 1.00 1.12 1.54 2/171 29064
/proc/meminfo: memFree=30711772/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=693688 CPUtime=1362.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 33292142 0 0 0 131702 4532 0 0 25 0 1 0 168883616 710336512 171056 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 173422 171056 677 1374 0 172043 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 693688

[startup+1422.31 s]
/proc/loadavg: 1.00 1.10 1.50 2/171 29065
/proc/meminfo: memFree=30689792/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=715384 CPUtime=1422.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 33921976 0 0 0 137606 4628 0 0 25 0 1 0 168883616 732553216 176565 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 178846 176565 677 1374 0 177467 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 715384

[startup+1482.3 s]
/proc/loadavg: 1.00 1.08 1.47 2/171 29067
/proc/meminfo: memFree=30671424/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=734656 CPUtime=1482.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 34412286 0 0 0 143527 4707 0 0 25 0 1 0 168883616 752287744 181321 4089446400 4194304 9819077 140736466107888 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 183664 181321 677 1374 0 182285 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 734656

[startup+1542.3 s]
/proc/loadavg: 1.00 1.06 1.43 2/171 29068
/proc/meminfo: memFree=30653664/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=751492 CPUtime=1542.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 35048058 0 0 0 149437 4797 0 0 25 0 1 0 168883616 769527808 185588 4089446400 4194304 9819077 140736466107888 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 187873 185588 677 1374 0 186494 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 751492

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.41 2/171 29070
/proc/meminfo: memFree=30636152/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=769588 CPUtime=1602.34
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 35794877 0 0 0 155333 4901 0 0 25 0 1 0 168883616 788058112 190039 4089446400 4194304 9819077 140736466107888 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 192397 190039 677 1374 0 191018 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 769588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.38 2/171 29072
/proc/meminfo: memFree=30615664/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=790236 CPUtime=1662.35
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 36524500 0 0 0 161221 5014 0 0 25 0 1 0 168883616 809201664 195106 4089446400 4194304 9819077 140736466107888 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 197559 195106 677 1374 0 196180 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 790236

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/171 29073
/proc/meminfo: memFree=30597176/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=807948 CPUtime=1722.35
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 36972363 0 0 0 167156 5079 0 0 25 0 1 0 168883616 827338752 199729 4089446400 4194304 9819077 140736466107888 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 201987 199729 677 1374 0 200608 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 807948

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.33 2/171 29075
/proc/meminfo: memFree=30575332/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=831760 CPUtime=1782.35
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 37184166 0 0 0 173109 5126 0 0 25 0 1 0 168883616 851722240 205124 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 207940 205124 677 1374 0 206561 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 831760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.02 1.32 2/171 29075
/proc/meminfo: memFree=30569984/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=837156 CPUtime=1800.06
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 37317098 0 0 0 174858 5148 0 0 25 0 1 0 168883616 857247744 206434 4089446400 4194304 9819077 140736466107888 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/29002/statm: 209289 206434 677 1374 0 207910 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 837156

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29002

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 29076
/proc/meminfo: memFree=30569976/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=837156 CPUtime=1801.45
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 37317098 0 0 0 174997 5148 0 0 25 0 1 0 168883616 857247744 206434 4089446400 4194304 9819077 140736466107888 18446744073709551615 8679243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29002/statm: 209289 206434 677 1374 0 207910 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 837156

[startup+1801.81 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 29076
/proc/meminfo: memFree=30569976/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=837156 CPUtime=1801.86
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 37317098 0 0 0 175038 5148 0 0 25 0 1 0 168883616 857247744 206434 4089446400 4194304 9819077 140736466107888 18446744073709551615 4561481 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29002/statm: 209289 206434 677 1374 0 207910 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 837156

[startup+1802 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 29076
/proc/meminfo: memFree=30569976/32950928 swapFree=67111528/67111528
[pid=29002] ppid=29000 vsize=837156 CPUtime=1802.05
/proc/29002/stat : 29002 (pbscip.linux.x8) R 29000 29002 28326 0 -1 4202496 37317098 0 0 0 175057 5148 0 0 25 0 1 0 168883616 857247744 206434 4089446400 4194304 9819077 140736466107888 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29002/statm: 209289 206434 677 1374 0 207910 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 837156

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.1
CPU user time (s): 1750.58
CPU system time (s): 51.5192
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 899564

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

runsolver used 2.84557 second user time and 6.68698 second system time

The end

Launcher Data

Begin job on node114 at 2010-06-30 23:20:05
IDJOB=2693299
IDBENCH=79345
IDSOLVER=1205
FILE ID=node114/2693299-1277932805
PBS_JOBID= 11197407
Free space on /tmp= 74208 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/PB10/oliveras/j30/normalized-j3029_8-unsat--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-2693299-1277932805/watcher-2693299-1277932805 -o /tmp/evaluation-result-2693299-1277932805/solver-2693299-1277932805 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693299-1277932805.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 850df9cd01e268299cdca754cc055f3b
RANDOM SEED=1586921889

node114.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.819
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.63
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.819
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.819
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.82
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.819
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.67
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.819
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.82
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.819
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.819
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.83
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.819
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	: 5447.01
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31126780 kB
Buffers:        218756 kB
Cached:        1131968 kB
SwapCached:          0 kB
Active:         754856 kB
Inactive:       925020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31126780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6664 kB
Writeback:           0 kB
AnonPages:      329572 kB
Mapped:          20376 kB
Slab:            80716 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1652156 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 node114 at 2010-06-30 23:50:07