Trace number 1883676

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-26UNSAT 9.67853 9.60023

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.67853
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
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

5.29/5.22	------------------------
5.29/5.22	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
5.29/5.22	Size : 0, 177854, 0, 0, 20711
5.29/5.22	Count : 0, 76318, 0, 0, 381
5.29/5.22	
5.29/5.22	Command line : minisat tmp.dimacs %var 
5.29/5.22	
5.29/5.22	------------------------
5.29/5.24	This is MiniSat 2.0 beta
5.29/5.24	WARNING: for repeatability, setting FPU to use double precision
5.29/5.24	============================[ Problem Statistics ]=============================
5.29/5.24	|                                                                             |
5.29/5.24	|  Number of variables:  30930                                                |
5.29/5.24	|  Number of clauses:    85059                                                |
5.32/5.33	|  Parsing time:         0.08         s                                       |
6.17/6.17	============================[ Search Statistics ]==============================
6.17/6.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.17/6.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.17/6.17	===============================================================================
6.17/6.17	|         0 |    7328    39110   122379 |    13036        0    nan |  0.000 % |
6.27/6.24	|       101 |    7304    39110   122379 |    14340       98     10 |  1.610 % |
6.27/6.29	|       251 |    7294    39110   122379 |    15774      248     11 |  1.610 % |
6.47/6.44	|       476 |    7294    39110   122379 |    17351      473     17 |  1.610 % |
6.77/6.72	|       813 |    7267    37990   119663 |    19086      810     18 |  1.610 % |
7.17/7.11	|      1320 |    7267    37990   119663 |    20995     1317     20 |  1.610 % |
7.68/7.68	|      2080 |    7267    37990   119663 |    23095     2077     19 |  1.610 % |
8.88/8.81	|      3219 |    7267    37990   119663 |    25404     3216     19 |  1.610 % |
9.57/9.56	===============================================================================
9.57/9.56	restarts              : 8
9.57/9.56	conflicts             : 3982           (929 /sec)
9.57/9.56	decisions             : 21636          (0.55 % random) (5048 /sec)
9.57/9.56	propagations          : 5579060        (1301588 /sec)
9.57/9.56	conflict literals     : 68781          (62.34 % deleted)
9.57/9.56	Memory used           : 17.01 MB
9.57/9.56	CPU time              : 4.28635 s
9.57/9.56	
9.57/9.56	s UNSATISFIABLE

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-1883676-1245195257/watcher-1883676-1245195257 -o /tmp/evaluation-result-1883676-1245195257/solver-1883676-1245195257 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883676-1245195257.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.07 1.02 1.00 3/64 14750
/proc/meminfo: memFree=1830384/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=152 CPUtime=0
/proc/14750/stat : 14750 (java) R 14748 14750 12952 0 -1 0 221 0 0 0 0 0 0 0 18 0 1 0 72234553 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 11957028 0 0 4096 0 0 0 0 17 0 0 0
/proc/14750/statm: 38 26 19 9 0 4 0

[startup+0.0826931 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 14750
/proc/meminfo: memFree=1830384/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684452 CPUtime=0.08
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 3041 0 1 0 6 2 0 0 18 0 9 0 72234553 1724878848 2531 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421113 2531 1221 9 0 416024 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1684452

[startup+0.102536 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 14750
/proc/meminfo: memFree=1830384/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684452 CPUtime=0.12
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 3059 0 1 0 10 2 0 0 18 0 9 0 72234553 1724878848 2549 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421113 2549 1226 9 0 416024 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1684452

[startup+0.301711 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 14750
/proc/meminfo: memFree=1830384/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684776 CPUtime=0.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 5368 0 1 0 30 2 0 0 18 0 9 0 72234553 1725210624 4651 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421194 4651 2154 9 0 416105 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1684776

[startup+0.701748 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 14750
/proc/meminfo: memFree=1830384/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684524 CPUtime=0.73
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 7348 0 1 0 69 4 0 0 18 0 9 0 72234553 1724952576 6314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421131 6316 2154 9 0 416042 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1684524

[startup+1.50283 s]
/proc/loadavg: 1.07 1.02 1.00 2/73 14759
/proc/meminfo: memFree=1808040/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684672 CPUtime=1.59
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 11276 0 1 0 153 6 0 0 18 0 9 0 72234553 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421168 9263 2161 9 0 416079 0
[pid=14750/tid=14752] ppid=14748 vsize=1684672 CPUtime=1
/proc/14750/task/14752/stat : 14752 (java) R 14748 14750 12952 0 -1 64 2247 0 1 0 98 2 0 0 17 0 9 0 72234554 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4126457303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1684672 CPUtime=0.47
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 7966 0 0 0 44 3 0 0 16 0 9 0 72234555 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1684672 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 72234555 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1684672 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 72234555 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1684672 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72234557 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1684672 CPUtime=0.09
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 328 0 0 0 9 0 0 0 16 0 9 0 72234557 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1684672 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 72234557 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1684672 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 72234557 1725104128 9263 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1684672

[startup+3.10296 s]
/proc/loadavg: 1.07 1.02 1.00 2/73 14759
/proc/meminfo: memFree=1786408/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1684656 CPUtime=3.18
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 20730 0 1 0 308 10 0 0 18 0 9 0 72234553 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421164 17712 2161 9 0 416075 0
[pid=14750/tid=14752] ppid=14748 vsize=1684656 CPUtime=1.97
/proc/14750/task/14752/stat : 14752 (java) R 14748 14750 12952 0 -1 64 2545 0 1 0 195 2 0 0 17 0 9 0 72234554 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4126520004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1684656 CPUtime=1.08
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 17120 0 0 0 102 6 0 0 16 0 9 0 72234555 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1684656 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 72234555 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1684656 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 72234555 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1684656 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 72234557 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1684656 CPUtime=0.09
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 330 0 0 0 9 0 0 0 16 0 9 0 72234557 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1684656 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 72234557 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1684656 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 72234557 1725087744 17712 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1684656

[startup+6.30124 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 14763
/proc/meminfo: memFree=1712648/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1685628 CPUtime=5.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 32680 0 1 0 517 15 0 0 18 0 12 0 72234553 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421407 28344 2164 9 0 416318 0
[pid=14761] ppid=14750 vsize=17412 CPUtime=1.05
/proc/14761/stat : 14761 (minisat) R 14750 14750 12952 0 -1 4194304 4747 0 0 0 102 3 0 0 25 0 1 0 72235076 17829888 4028 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14761/statm: 4353 4028 74 157 0 4193 0
[pid=14750/tid=14752] ppid=14748 vsize=1685628 CPUtime=3.18
/proc/14750/task/14752/stat : 14752 (java) S 14748 14750 12952 0 -1 64 3138 0 1 0 315 3 0 0 18 0 12 0 72234554 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1685628 CPUtime=2.02
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 28262 0 0 0 191 11 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1685628 CPUtime=0.1
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 404 0 0 0 10 0 0 0 16 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14760] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14760/stat : 14760 (java) S 14748 14750 12952 0 -1 64 68 0 0 0 0 0 0 0 18 0 12 0 72235076 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=14750/tid=14762] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14762/stat : 14762 (java) S 14748 14750 12952 0 -1 64 41 0 0 0 0 0 0 0 15 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=14750/tid=14763] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14763/stat : 14763 (java) S 14748 14750 12952 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1703040

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

[startup+7.90238 s]
/proc/loadavg: 1.07 1.02 1.00 3/77 14763
/proc/meminfo: memFree=1707528/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1685628 CPUtime=5.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 32682 0 1 0 517 15 0 0 18 0 12 0 72234553 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421407 28344 2164 9 0 416318 0
[pid=14761] ppid=14750 vsize=17412 CPUtime=2.65
/proc/14761/stat : 14761 (minisat) R 14750 14750 12952 0 -1 4194304 4747 0 0 0 262 3 0 0 25 0 1 0 72235076 17829888 4028 1992294400 134512640 135156773 4294956080 18446744073709551615 134556213 0 4 0 3 0 0 0 17 0 0 0
/proc/14761/statm: 4353 4028 74 157 0 4193 0
[pid=14750/tid=14752] ppid=14748 vsize=1685628 CPUtime=3.18
/proc/14750/task/14752/stat : 14752 (java) S 14748 14750 12952 0 -1 64 3138 0 1 0 315 3 0 0 18 0 12 0 72234554 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1685628 CPUtime=2.02
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 28262 0 0 0 191 11 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1685628 CPUtime=0.1
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 404 0 0 0 10 0 0 0 16 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14760] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14760/stat : 14760 (java) S 14748 14750 12952 0 -1 64 68 0 0 0 0 0 0 0 18 0 12 0 72235076 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=14750/tid=14762] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14762/stat : 14762 (java) S 14748 14750 12952 0 -1 64 43 0 0 0 0 0 0 0 15 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=14750/tid=14763] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14763/stat : 14763 (java) S 14748 14750 12952 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1703040

[startup+8.70245 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 14763
/proc/meminfo: memFree=1707528/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1685628 CPUtime=5.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 32682 0 1 0 517 15 0 0 18 0 12 0 72234553 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421407 28344 2164 9 0 416318 0
[pid=14761] ppid=14750 vsize=17412 CPUtime=3.46
/proc/14761/stat : 14761 (minisat) R 14750 14750 12952 0 -1 4194304 4747 0 0 0 343 3 0 0 25 0 1 0 72235076 17829888 4028 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/14761/statm: 4353 4028 74 157 0 4193 0
[pid=14750/tid=14752] ppid=14748 vsize=1685628 CPUtime=3.18
/proc/14750/task/14752/stat : 14752 (java) S 14748 14750 12952 0 -1 64 3138 0 1 0 315 3 0 0 18 0 12 0 72234554 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1685628 CPUtime=2.02
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 28262 0 0 0 191 11 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1685628 CPUtime=0.1
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 404 0 0 0 10 0 0 0 16 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14760] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14760/stat : 14760 (java) S 14748 14750 12952 0 -1 64 68 0 0 0 0 0 0 0 18 0 12 0 72235076 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=14750/tid=14762] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14762/stat : 14762 (java) S 14748 14750 12952 0 -1 64 43 0 0 0 0 0 0 0 15 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=14750/tid=14763] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14763/stat : 14763 (java) S 14748 14750 12952 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1703040

[startup+9.10248 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 14763
/proc/meminfo: memFree=1707528/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1685628 CPUtime=5.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 32682 0 1 0 517 15 0 0 18 0 12 0 72234553 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421407 28344 2164 9 0 416318 0
[pid=14761] ppid=14750 vsize=17412 CPUtime=3.85
/proc/14761/stat : 14761 (minisat) R 14750 14750 12952 0 -1 4194304 4747 0 0 0 382 3 0 0 25 0 1 0 72235076 17829888 4028 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/14761/statm: 4353 4028 74 157 0 4193 0
[pid=14750/tid=14752] ppid=14748 vsize=1685628 CPUtime=3.18
/proc/14750/task/14752/stat : 14752 (java) S 14748 14750 12952 0 -1 64 3138 0 1 0 315 3 0 0 18 0 12 0 72234554 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1685628 CPUtime=2.02
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 28262 0 0 0 191 11 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1685628 CPUtime=0.1
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 404 0 0 0 10 0 0 0 16 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14760] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14760/stat : 14760 (java) S 14748 14750 12952 0 -1 64 68 0 0 0 0 0 0 0 18 0 12 0 72235076 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=14750/tid=14762] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14762/stat : 14762 (java) S 14748 14750 12952 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=14750/tid=14763] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14763/stat : 14763 (java) S 14748 14750 12952 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 1703040

[startup+9.50252 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 14763
/proc/meminfo: memFree=1707528/2055920 swapFree=4192044/4192956
[pid=14750] ppid=14748 vsize=1685628 CPUtime=5.32
/proc/14750/stat : 14750 (java) S 14748 14750 12952 0 -1 0 32682 0 1 0 517 15 0 0 18 0 12 0 72234553 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14750/statm: 421407 28344 2164 9 0 416318 0
[pid=14761] ppid=14750 vsize=17412 CPUtime=4.25
/proc/14761/stat : 14761 (minisat) R 14750 14750 12952 0 -1 4194304 4747 0 0 0 422 3 0 0 25 0 1 0 72235076 17829888 4028 1992294400 134512640 135156773 4294956080 18446744073709551615 134556239 0 4 0 3 0 0 0 17 0 0 0
/proc/14761/statm: 4353 4028 74 157 0 4193 0
[pid=14750/tid=14752] ppid=14748 vsize=1685628 CPUtime=3.18
/proc/14750/task/14752/stat : 14752 (java) S 14748 14750 12952 0 -1 64 3138 0 1 0 315 3 0 0 18 0 12 0 72234554 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14748 vsize=1685628 CPUtime=2.02
/proc/14750/task/14753/stat : 14753 (java) S 14748 14750 12952 0 -1 64 28262 0 0 0 191 11 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14748 14750 12952 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14755] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14748 14750 12952 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 72234555 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14756] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14756/stat : 14756 (java) S 14748 14750 12952 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14757] ppid=14748 vsize=1685628 CPUtime=0.1
/proc/14750/task/14757/stat : 14757 (java) S 14748 14750 12952 0 -1 64 404 0 0 0 10 0 0 0 16 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14748 14750 12952 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14759] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14759/stat : 14759 (java) S 14748 14750 12952 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 72234557 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14760] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14760/stat : 14760 (java) S 14748 14750 12952 0 -1 64 68 0 0 0 0 0 0 0 18 0 12 0 72235076 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=14750/tid=14762] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14762/stat : 14762 (java) S 14748 14750 12952 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=14750/tid=14763] ppid=14748 vsize=1685628 CPUtime=0
/proc/14750/task/14763/stat : 14763 (java) S 14748 14750 12952 0 -1 64 12 0 0 0 0 0 0 0 19 0 12 0 72235077 1726083072 28344 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 1703040

Child status: 0
Real time (s): 9.60023
CPU time (s): 9.67853
CPU user time (s): 9.46656
CPU system time (s): 0.211967
CPU usage (%): 100.816
Max. virtual memory (cumulated for all children) (KiB): 1706656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.46656
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37530
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 819
involuntary context switches= 304

runsolver used 0.018997 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node41 at 2009-06-17 01:34:18
IDJOB=1883676
IDBENCH=1453
IDSOLVER=688
FILE ID=node41/1883676-1245195257
PBS_JOBID= 9368285
Free space on /tmp= 65960 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.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-1883676-1245195257/watcher-1883676-1245195257 -o /tmp/evaluation-result-1883676-1245195257/solver-1883676-1245195257 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883676-1245195257.opb minisat %dimacs %var

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=1709140167

node41.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.216
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.216
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:       1830800 kB
Buffers:         19044 kB
Cached:         125652 kB
SwapCached:        416 kB
Active:          74512 kB
Inactive:        82664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830800 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            3288 kB
Writeback:           0 kB
Mapped:          21532 kB
Slab:            53960 kB
Committed_AS:    65788 kB
PageTables:       1364 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-1883676-1245195257.opb

Free space on /tmp at the end= 65960 MiB
End job on node41 at 2009-06-17 01:34:27