Trace number 1883931

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
BoolVar 2009-04-26? (MO) 53.8128 53.8345

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-65-60.opb
MD5SUMe2f35c503d924e79e4ebd2cc0bd6c322
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints124865
Number of constraints which are clauses124865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

9.34/9.34	------------------------
9.34/9.34	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
9.34/9.34	Size : 0, 253500, 0, 0, 0
9.34/9.34	Count : 0, 124865, 0, 0, 0
9.34/9.34	
9.34/9.34	Command line : minisat tmp.dimacs %var 
9.34/9.34	
9.34/9.34	------------------------
9.34/9.36	This is MiniSat 2.0 beta
9.34/9.36	WARNING: for repeatability, setting FPU to use double precision
9.34/9.36	============================[ Problem Statistics ]=============================
9.34/9.36	|                                                                             |
9.34/9.36	|  Number of variables:  3900                                                 |
9.34/9.36	|  Number of clauses:    124865                                               |
9.40/9.45	|  Parsing time:         0.08         s                                       |
13.43/13.41	============================[ Search Statistics ]==============================
13.43/13.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.43/13.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.43/13.41	===============================================================================
13.43/13.41	|         0 |    3835   124800   490880 |    41600        0    nan |  0.000 % |
13.43/13.43	|       100 |    3835   124800   490880 |    45760      100    342 |  0.000 % |
13.43/13.45	|       251 |    3835   124800   490880 |    50336      251    337 |  0.000 % |
13.43/13.50	|       478 |    3835   124800   490880 |    55369      478    506 |  0.000 % |
13.54/13.54	|       815 |    3835   124800   490880 |    60906      815    432 |  0.000 % |
13.64/13.61	|      1321 |    3835   124800   490880 |    66997     1321    396 |  0.000 % |
13.74/13.71	|      2082 |    3835   124800   490880 |    73696     2082    376 |  0.000 % |
13.95/13.90	|      3221 |    3835   124800   490880 |    81066     3221    375 |  0.000 % |
14.25/14.22	|      4929 |    3835   124800   490880 |    89173     4929    376 |  0.000 % |
14.75/14.73	|      7491 |    3835   124800   490880 |    98090     7491    399 |  0.000 % |
15.84/15.88	|     11337 |    3835   124800   490880 |   107899    11337    412 |  0.000 % |
18.34/18.36	|     17104 |    3835   124800   490880 |   118689    17104    430 |  0.000 % |
22.75/22.76	|     25754 |    3835   124800   490880 |   130558    25754    446 |  0.000 % |
33.14/33.11	|     38730 |    3835   124800   490880 |   143614    38730    551 |  0.000 % |

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-1883931-1245238128/watcher-1883931-1245238128 -o /tmp/evaluation-result-1883931-1245238128/solver-1883931-1245238128 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883931-1245238128.opb minisat %dimacs %var 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.82 3/64 3247
/proc/meminfo: memFree=1758848/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=18576 CPUtime=0
/proc/3247/stat : 3247 (runsolver) D 3245 3247 3162 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 191412613 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 253307186471 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/3247/statm: 4644 284 249 26 0 2626 0

[startup+0.0188199 s]
/proc/loadavg: 1.00 0.97 0.82 3/64 3247
/proc/meminfo: memFree=1758848/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=10964 CPUtime=0
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 838 0 0 0 0 0 0 0 18 0 2 0 191412613 11227136 575 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 2741 575 279 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.103562 s]
/proc/loadavg: 1.00 0.97 0.82 3/64 3247
/proc/meminfo: memFree=1758848/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1684412 CPUtime=0.1
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 2857 0 1 0 9 1 0 0 18 0 9 0 191412613 1724837888 2352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421103 2352 1215 9 0 416014 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684412

[startup+0.301566 s]
/proc/loadavg: 1.00 0.97 0.82 3/64 3247
/proc/meminfo: memFree=1758848/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1684868 CPUtime=0.31
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 4309 0 1 0 30 1 0 0 18 0 9 0 191412613 1725304832 3736 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421217 3736 1364 9 0 416128 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1684868

[startup+0.701601 s]
/proc/loadavg: 1.00 0.97 0.82 3/64 3247
/proc/meminfo: memFree=1758848/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1686104 CPUtime=0.72
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 7887 0 1 0 69 3 0 0 18 0 9 0 191412613 1726570496 6764 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421526 6771 2154 9 0 416437 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1686104

[startup+1.50168 s]
/proc/loadavg: 1.00 0.97 0.82 2/73 3256
/proc/meminfo: memFree=1734712/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1684596 CPUtime=1.51
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 12413 0 1 0 146 5 0 0 18 0 9 0 191412613 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421149 10409 2154 9 0 416060 0
[pid=3247/tid=3249] ppid=3245 vsize=1684596 CPUtime=0.92
/proc/3247/task/3249/stat : 3249 (java) R 3245 3247 3162 0 -1 64 2236 0 1 0 91 1 0 0 17 0 9 0 191412615 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4126362376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1684596 CPUtime=0.53
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 9166 0 0 0 50 3 0 0 16 0 9 0 191412616 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1684596 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191412616 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1684596 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191412616 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1684596 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191412618 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1684596 CPUtime=0.04
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 279 0 0 0 4 0 0 0 16 0 9 0 191412618 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1684596 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 191412618 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1684596 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191412618 1725026304 10409 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1684596

[startup+3.10182 s]
/proc/loadavg: 1.00 0.97 0.82 2/73 3256
/proc/meminfo: memFree=1715640/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1684660 CPUtime=3.16
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 17454 0 1 0 308 8 0 0 18 0 9 0 191412613 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421165 14433 2162 9 0 416076 0
[pid=3247/tid=3249] ppid=3245 vsize=1684660 CPUtime=2.14
/proc/3247/task/3249/stat : 3249 (java) R 3245 3247 3162 0 -1 64 2545 0 1 0 213 1 0 0 18 0 9 0 191412615 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1684660 CPUtime=0.9
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 13855 0 0 0 85 5 0 0 16 0 9 0 191412616 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1684660 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191412616 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1684660 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191412616 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1684660 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191412618 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1684660 CPUtime=0.08
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 322 0 0 0 8 0 0 0 16 0 9 0 191412618 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1684660 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 191412618 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1684660 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191412618 1725091840 14433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1684660

[startup+6.3023 s]
/proc/loadavg: 1.00 0.97 0.82 2/73 3256
/proc/meminfo: memFree=1678776/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1684628 CPUtime=6.36
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 35434 0 1 0 621 15 0 0 18 0 9 0 191412613 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421157 26352 2163 9 0 416068 0
[pid=3247/tid=3249] ppid=3245 vsize=1684628 CPUtime=4.29
/proc/3247/task/3249/stat : 3249 (java) R 3245 3247 3162 0 -1 64 2990 0 1 0 427 2 0 0 17 0 9 0 191412615 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1684628 CPUtime=1.94
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 31371 0 0 0 182 12 0 0 16 0 9 0 191412616 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1684628 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191412616 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1684628 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191412616 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1684628 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191412618 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1684628 CPUtime=0.1
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 191412618 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1684628 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 191412618 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1684628 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191412618 1725059072 26352 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 1684628

[startup+12.7029 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 3260
/proc/meminfo: memFree=1594392/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1685600 CPUtime=9.4
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 54661 0 1 0 916 24 0 0 18 0 12 0 191412613 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421400 39293 2166 9 0 416311 0
[pid=3258] ppid=3247 vsize=14000 CPUtime=3.33
/proc/3258/stat : 3258 (minisat) R 3247 3247 3162 0 -1 4194304 3357 0 0 0 332 1 0 0 25 0 1 0 191413548 14336000 3337 1992294400 134512640 135156773 4294956080 18446744073709551615 134538474 0 4 0 3 0 0 0 17 0 0 0
/proc/3258/statm: 3500 3337 73 157 0 3340 0
[pid=3247/tid=3249] ppid=3245 vsize=1685600 CPUtime=6.05
/proc/3247/task/3249/stat : 3249 (java) S 3245 3247 3162 0 -1 64 3823 0 1 0 602 3 0 0 18 0 12 0 191412615 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1685600 CPUtime=3.21
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 49644 0 0 0 302 19 0 0 16 0 12 0 191412616 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191412618 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1685600 CPUtime=0.1
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 341 0 0 0 10 0 0 0 15 0 12 0 191412618 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191412618 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 191412618 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3257] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3257/stat : 3257 (java) S 3245 3247 3162 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 191413548 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3247/tid=3259] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3259/stat : 3259 (java) S 3245 3247 3162 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 191413550 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3247/tid=3260] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3260/stat : 3260 (java) S 3245 3247 3162 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191413550 1726054400 39293 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 1699600

[startup+25.501 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 3260
/proc/meminfo: memFree=1538648/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1685600 CPUtime=9.41
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 54744 0 1 0 917 24 0 0 18 0 12 0 191412613 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421400 39296 2166 9 0 416311 0
[pid=3258] ppid=3247 vsize=71068 CPUtime=16.13
/proc/3258/stat : 3258 (minisat) R 3247 3247 3162 0 -1 4194304 17904 0 0 0 1605 8 0 0 25 0 1 0 191413548 72773632 17636 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/3258/statm: 17767 17636 75 157 0 17607 0
[pid=3247/tid=3249] ppid=3245 vsize=1685600 CPUtime=6.05
/proc/3247/task/3249/stat : 3249 (java) S 3245 3247 3162 0 -1 64 3823 0 1 0 602 3 0 0 18 0 12 0 191412615 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1685600 CPUtime=3.21
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 49644 0 0 0 302 19 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1685600 CPUtime=0.1
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3257] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3257/stat : 3257 (java) S 3245 3247 3162 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 191413548 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3247/tid=3259] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3259/stat : 3259 (java) S 3245 3247 3162 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3247/tid=3260] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3260/stat : 3260 (java) S 3245 3247 3162 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1756668

[startup+51.1014 s]
/proc/loadavg: 1.00 0.97 0.83 2/77 3260
/proc/meminfo: memFree=1457880/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1685600 CPUtime=9.41
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 54744 0 1 0 917 24 0 0 18 0 12 0 191412613 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421400 39296 2166 9 0 416311 0
[pid=3258] ppid=3247 vsize=151268 CPUtime=41.72
/proc/3258/stat : 3258 (minisat) R 3247 3247 3162 0 -1 4194304 37967 0 0 0 4150 22 0 0 25 0 1 0 191413548 154898432 37699 1992294400 134512640 135156773 4294956080 18446744073709551615 134556389 0 4 0 3 0 0 0 17 0 0 0
/proc/3258/statm: 37817 37699 75 157 0 37657 0
[pid=3247/tid=3249] ppid=3245 vsize=1685600 CPUtime=6.05
/proc/3247/task/3249/stat : 3249 (java) S 3245 3247 3162 0 -1 64 3823 0 1 0 602 3 0 0 18 0 12 0 191412615 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1685600 CPUtime=3.21
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 49644 0 0 0 302 19 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1685600 CPUtime=0.1
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) R 3245 3247 3162 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3257] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3257/stat : 3257 (java) S 3245 3247 3162 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 191413548 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3247/tid=3259] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3259/stat : 3259 (java) S 3245 3247 3162 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3247/tid=3260] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3260/stat : 3260 (java) S 3245 3247 3162 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1836868



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+53.7026 s]
/proc/loadavg: 1.00 0.97 0.83 3/77 3260
/proc/meminfo: memFree=1450200/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=1685600 CPUtime=9.41
/proc/3247/stat : 3247 (java) S 3245 3247 3162 0 -1 0 54744 0 1 0 917 24 0 0 18 0 12 0 191412613 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 421400 39296 2166 9 0 416311 0
[pid=3258] ppid=3247 vsize=157760 CPUtime=44.33
/proc/3258/stat : 3258 (minisat) R 3247 3247 3162 0 -1 4194304 39584 0 0 0 4410 23 0 0 25 0 1 0 191413548 161546240 39316 1992294400 134512640 135156773 4294956080 18446744073709551615 134553325 0 4 0 3 0 0 0 17 0 0 0
/proc/3258/statm: 39440 39316 75 157 0 39280 0
[pid=3247/tid=3249] ppid=3245 vsize=1685600 CPUtime=6.05
/proc/3247/task/3249/stat : 3249 (java) S 3245 3247 3162 0 -1 64 3823 0 1 0 602 3 0 0 18 0 12 0 191412615 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3250] ppid=3245 vsize=1685600 CPUtime=3.21
/proc/3247/task/3250/stat : 3250 (java) S 3245 3247 3162 0 -1 64 49644 0 0 0 302 19 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3251] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3251/stat : 3251 (java) S 3245 3247 3162 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3252] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3252/stat : 3252 (java) S 3245 3247 3162 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191412616 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3253] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3253/stat : 3253 (java) S 3245 3247 3162 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3254] ppid=3245 vsize=1685600 CPUtime=0.1
/proc/3247/task/3254/stat : 3254 (java) S 3245 3247 3162 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3255] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3255/stat : 3255 (java) S 3245 3247 3162 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3247/tid=3256] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3256/stat : 3256 (java) S 3245 3247 3162 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 191412618 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3247/tid=3257] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3257/stat : 3257 (java) S 3245 3247 3162 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 191413548 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=3247/tid=3259] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3259/stat : 3259 (java) S 3245 3247 3162 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3247/tid=3260] ppid=3245 vsize=1685600 CPUtime=0
/proc/3247/task/3260/stat : 3260 (java) S 3245 3247 3162 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191413550 1726054400 39296 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.74
Current children cumulated vsize (KiB) 1843360

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

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

[startup+53.8141 s]
/proc/loadavg: 1.00 0.97 0.83 2/67 3262
/proc/meminfo: memFree=1631568/2055920 swapFree=4181500/4192956
[pid=3247] ppid=3245 vsize=0 CPUtime=53.77
/proc/3247/stat : 3247 (java) Z 3245 3247 3162 0 -1 12 55232 39586 59 0 917 25 4410 25 16 0 2 0 191412613 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.77
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 53.8345
CPU time (s): 53.8128
CPU user time (s): 53.2839
CPU system time (s): 0.528919
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 1843360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.2839
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94818
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1930
involuntary context switches= 551

runsolver used 0.080987 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 13:28:49
IDJOB=1883931
IDBENCH=2586
IDSOLVER=688
FILE ID=node25/1883931-1245238128
PBS_JOBID= 9372313
Free space on /tmp= 66308 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883931-1245238128/watcher-1883931-1245238128 -o /tmp/evaluation-result-1883931-1245238128/solver-1883931-1245238128 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883931-1245238128.opb minisat %dimacs %var

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

MD5SUM BENCH= e2f35c503d924e79e4ebd2cc0bd6c322
RANDOM SEED=1752050774

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759400 kB
Buffers:         62644 kB
Cached:         155872 kB
SwapCached:       5884 kB
Active:         101832 kB
Inactive:       125160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759400 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:            3980 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            55580 kB
Committed_AS:   226132 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883931-1245238128.opb

Free space on /tmp at the end= 66308 MiB
End job on node25 at 2009-06-17 13:29:44