Trace number 422610

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, and are wall clock time (not CPU 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
SATzilla RANDOM? (exit code) 4998.95 5000.76

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1036103820-03.cnf
MD5SUM85e6669b731e40790ffff95698079292
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark251.158
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
Number of clauses of size over 50

Solver Data (download as text)

10.56/10.64	c run March_dl for 5 seconds ... 
10.56/10.64	c Bin: Executing march_dl
10.56/10.64	c child exit by a signal
10.56/10.64	c march_dl returned code 137.
10.56/10.64	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.64	c Bin: Executing ubcsat2006
10.56/10.64	c child exited successfully
10.56/10.64	c ubcsat2006 returned code 0.
10.56/10.64	c satzilla computing base features
10.56/10.64	c satzilla doing unit-prop probe
10.56/10.64	c satzilla doing local search probe
10.56/10.64	c satzilla doing lobjois search-space size estimate
10.56/10.64	c satzilla's ranking:
10.56/10.64	c 1) minisat20+P: 7.638438
10.56/10.64	c 2) march_dl: 11.137928
10.56/10.64	c 3) kcnfs: 11.598465
10.56/10.64	c 4) kcnfs+P: 999.000000
10.56/10.64	c 5) march_dl+P: 999.000000
10.56/10.64	c 6) vallst+P: 999.000000
10.56/10.64	c 7) zchaff_rand+P: 999.000000
10.56/10.64	c 8) vallst: 999.000000
10.56/10.64	c 9) zchaff_rand: 999.000000
10.56/10.64	c 10) minisat20: 999.000000
10.56/10.64	c satzilla running minisat20 with preprocessing ... 
10.67/10.71	This is MiniSat 2.0 beta
10.67/10.71	WARNING: for repeatability, setting FPU to use double precision
10.67/10.71	============================[ Problem Statistics ]=============================
10.67/10.71	|                                                                             |
10.67/10.71	|  Number of variables:  700                                                  |
10.67/10.71	|  Number of clauses:    14000                                                |
10.67/10.72	|  Parsing time:         0.01         s                                       |
10.67/10.72	============================[ Search Statistics ]==============================
10.67/10.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.72	===============================================================================
10.67/10.72	|         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
10.67/10.73	|       100 |     700    14000    70000 |     5133      100     82 |  0.000 % |
10.67/10.74	|       250 |     700    14000    70000 |     5646      250     97 |  0.000 % |
10.67/10.76	|       476 |     700    14000    70000 |     6211      476     99 |  0.000 % |
10.67/10.79	|       814 |     700    14000    70000 |     6832      814     97 |  0.000 % |
10.68/10.83	|      1320 |     700    14000    70000 |     7515     1320     95 |  0.000 % |
10.68/10.90	|      2080 |     700    14000    70000 |     8267     2080     94 |  0.000 % |
10.96/11.01	|      3223 |     700    14000    70000 |     9094     3223     96 |  0.000 % |
11.06/11.19	|      4931 |     700    14000    70000 |    10003     4931     97 |  0.000 % |
11.46/11.52	|      7495 |     700    14000    70000 |    11003     7495    102 |  0.000 % |
11.95/12.07	|     11339 |     700    14000    70000 |    12104     5707    103 |  0.000 % |
12.86/12.95	|     17106 |     700    14000    70000 |    13314    11474    105 |  0.000 % |
14.46/14.57	|     25757 |     700    14000    70000 |    14645    13342    106 |  0.000 % |
17.06/17.15	|     38731 |     700    14000    70000 |    16110    11410    106 |  0.000 % |
21.85/21.97	|     58192 |     700    14000    70000 |    17721    14531    113 |  0.000 % |
29.44/29.52	|     87384 |     700    14000    70000 |    19493    16783    109 |  0.000 % |
41.94/42.08	|    131173 |     700    14000    70000 |    21443    11241    104 |  0.000 % |
62.93/63.04	|    196857 |     700    14000    70000 |    23587    11897    103 |  0.000 % |
98.65/98.87	|    295383 |     700    14000    70000 |    25946    14379    104 |  0.000 % |
151.89/152.19	|    443173 |     700    14000    70000 |    28540    22644    106 |  0.000 % |
236.96/237.22	|    664856 |     700    14000    70000 |    31394    21630    106 |  0.000 % |
375.02/375.38	|    997382 |     700    14000    70000 |    34534    20958    106 |  0.000 % |
595.46/595.86	|   1496170 |     700    14000    70000 |    37987    26460    105 |  0.000 % |
963.04/963.57	|   2244353 |     700    14000    70000 |    41786    33244    111 |  0.000 % |
1540.86/1541.51	|   3366628 |     700    14000    70000 |    45965    33164    108 |  0.000 % |
2434.68/2435.68	|   5050041 |     700    14000    70000 |    50561    35876    108 |  0.000 % |
3921.00/3922.57	|   7575159 |     700    14000    70000 |    55618    50005    112 |  0.000 % |
4998.86/5000.75	c Preprocessing...
4998.86/5000.75	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
4998.86/5000.75	c Num non-binary clauses 14000, Average non-binary clause length 5.000
4998.86/5000.75	c Theory has no gaps
4998.86/5000.75	c Preprocessor runtime was 0.040 seconds.
4998.86/5000.75	c 
4998.86/5000.75	c Satisfiability of theory still undetermined.
4998.86/5000.75	c See file /tmp/kCLvWp for simplified theory.
4998.86/5000.75	c Bin: Executing minisat20
4998.86/5000.75	c child exit by a signal
4998.86/5000.75	c minisat20 returned code 137.
4998.86/5000.75	c minisat20 returned code 137.
4998.86/5000.75	c satzilla running march_dl ... 
4998.86/5000.75	c Bin: Executing march_dl
4998.86/5000.75	c march_dl returned code 1.
4998.86/5000.75	c march_dl returned code 1.
4998.86/5000.75	c satzilla running kcnfs ... 
4998.86/5000.75	c Bin: Executing kcnfs
4998.86/5000.75	c kcnfs returned code 1.
4998.86/5000.75	c kcnfs returned code 1.
4998.86/5000.75	c satzilla running kcnfs with preprocessing ... 
4998.86/5000.75	c Bin: Executing kcnfs
4998.86/5000.75	c kcnfs returned code 1.
4998.86/5000.75	c kcnfs returned code 1.
4998.86/5000.75	c satzilla running march_dl with preprocessing ... 
4998.86/5000.75	c Bin: Executing march_dl
4998.86/5000.75	c march_dl returned code 1.
4998.86/5000.75	c march_dl returned code 1.
4998.86/5000.75	c satzilla running vallst with preprocessing ... 
4998.86/5000.75	c Bin: Executing vallst
4998.86/5000.75	c vallst returned code 1.
4998.86/5000.75	c vallst returned code 1.
4998.86/5000.75	c satzilla running zchaff_rand with preprocessing ... 
4998.86/5000.75	c Bin: Executing zchaff_rand
4998.86/5000.75	c zchaff_rand returned code 1.
4998.86/5000.75	c zchaff_rand returned code 1.
4998.86/5000.75	c satzilla running vallst ... 
4998.86/5000.75	c Bin: Executing vallst
4998.86/5000.75	c vallst returned code 1.
4998.86/5000.75	c vallst returned code 1.
4998.86/5000.75	c satzilla running zchaff_rand ... 
4998.86/5000.75	c Bin: Executing zchaff_rand
4998.86/5000.75	c zchaff_rand returned code 1.
4998.86/5000.75	c zchaff_rand returned code 1.
4998.86/5000.75	c satzilla running minisat20 ... 
4998.86/5000.75	c Bin: Executing minisat20
4998.86/5000.75	c minisat20 returned code 1.
4998.86/5000.75	c minisat20 returned code 1.
4998.86/5000.75	c ERROR: All Failed! 
4998.86/5000.75	c SATZILLA_TIME=4999.700000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-422610-1177574385 -o ROOT/results/node69/solver-422610-1177574385 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/422610-1177574385/SATzilla2007_R /tmp/evaluation/422610-1177574385/instance-422610-1177574385.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 22641
/proc/meminfo: memFree=1713132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=768 CPUtime=0
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 99 0 0 0 0 0 0 0 19 0 1 0 233427976 786432 94 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 192 95 50 118 0 71 0

[startup+0.105236 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 22641
/proc/meminfo: memFree=1713132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=3220 CPUtime=0.09
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 1851 0 0 0 9 0 0 0 20 0 1 0 233427976 3297280 475 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 838 483 67 118 0 717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4660

[startup+0.201251 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 22641
/proc/meminfo: memFree=1713132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=3124 CPUtime=0.19
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 1934 0 0 0 19 0 0 0 20 0 1 0 233427976 3198976 501 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 781 501 67 118 0 660 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4564

[startup+0.301268 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 22641
/proc/meminfo: memFree=1713132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=3124 CPUtime=0.29
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 1936 0 0 0 29 0 0 0 20 0 1 0 233427976 3198976 503 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 781 503 67 118 0 660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4564

[startup+0.701332 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 22641
/proc/meminfo: memFree=1713132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=3124 CPUtime=0.69
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 1942 0 0 0 69 0 0 0 25 0 1 0 233427976 3198976 509 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 781 509 67 118 0 660 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4564

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22643
/proc/meminfo: memFree=1711132/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=17292 CPUtime=1.49
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 5487 0 0 0 148 1 0 0 25 0 1 0 233427976 17707008 3916 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134578521 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 4323 3916 71 118 0 4202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18732

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22643
/proc/meminfo: memFree=1695964/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=0
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 233427976 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 360 110 95 260 0 84 0
[pid=22642] ppid=22641 vsize=17932 CPUtime=3.09
/proc/22642/stat : 22642 (march_dl) R 22641 22641 22346 0 -1 4194304 6627 0 0 0 286 23 0 0 25 0 1 0 233427976 18362368 4245 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22642/statm: 4483 4245 72 118 0 4362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19372

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22644
/proc/meminfo: memFree=1711524/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=1440 CPUtime=5
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 133 7058 0 0 0 0 476 24 16 0 1 0 233427976 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22641/statm: 360 111 96 260 0 84 0
[pid=22644] ppid=22641 vsize=6188 CPUtime=1.28
/proc/22644/stat : 22644 (ubcsat2006) R 22641 22641 22346 0 -1 4194304 476 0 0 0 121 7 0 0 25 0 1 0 233428477 6336512 459 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22644/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22645
/proc/meminfo: memFree=1703012/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=7404 CPUtime=1.98
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 1594 0 0 0 197 1 0 0 25 0 1 0 233429047 7581696 1588 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 1851 1588 59 118 0 1729 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12200

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22645
/proc/meminfo: memFree=1698788/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=11512 CPUtime=14.76
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 2645 0 0 0 1475 1 0 0 25 0 1 0 233429047 11788288 2639 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 2878 2639 59 118 0 2756 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 16308

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22645
/proc/meminfo: memFree=1696804/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=13516 CPUtime=40.35
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 3122 0 0 0 4033 2 0 0 25 0 1 0 233429047 13840384 3116 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 3379 3116 59 118 0 3257 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 18312

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/72 22783
/proc/meminfo: memFree=1692444/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=16668 CPUtime=91.47
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 3906 0 0 0 9145 2 0 0 25 0 1 0 233429047 17068032 3900 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 4167 3900 59 118 0 4045 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 21464

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22843
/proc/meminfo: memFree=1691620/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=18420 CPUtime=151.41
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 4351 0 0 0 15138 3 0 0 25 0 1 0 233429047 18862080 4345 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 4605 4345 59 118 0 4483 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 23216

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22843
/proc/meminfo: memFree=1690660/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=19480 CPUtime=211.39
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 4605 0 0 0 21136 3 0 0 25 0 1 0 233429047 19947520 4599 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 4870 4599 59 118 0 4748 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 24276

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22843
/proc/meminfo: memFree=1688868/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=21328 CPUtime=271.37
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 5082 0 0 0 27133 4 0 0 25 0 1 0 233429047 21839872 5076 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 5332 5076 59 118 0 5210 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 26124

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 22843
/proc/meminfo: memFree=1688612/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=21592 CPUtime=331.35
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 5139 0 0 0 33131 4 0 0 25 0 1 0 233429047 22110208 5133 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 5398 5133 59 118 0 5276 0

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


[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46336 CPUtime=4709.88
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 470976 12 0 0 25 0 1 0 233429047 47448064 11306 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11584 11306 59 118 0 11462 0
Current children cumulated CPU time (s) 4720.56
Current children cumulated vsize (KiB) 51132

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46336 CPUtime=4769.85
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 476973 12 0 0 25 0 1 0 233429047 47448064 11306 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11584 11306 59 118 0 11462 0
Current children cumulated CPU time (s) 4780.53
Current children cumulated vsize (KiB) 51132

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46332 CPUtime=4829.84
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 482972 12 0 0 25 0 1 0 233429047 47443968 11305 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11583 11305 59 118 0 11461 0
Current children cumulated CPU time (s) 4840.52
Current children cumulated vsize (KiB) 51128

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46324 CPUtime=4889.82
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 488970 12 0 0 25 0 1 0 233429047 47435776 11303 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11581 11303 59 118 0 11459 0
Current children cumulated CPU time (s) 4900.5
Current children cumulated vsize (KiB) 51120

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46324 CPUtime=4949.8
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 494968 12 0 0 25 0 1 0 233429047 47435776 11303 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11581 11303 59 118 0 11459 0
Current children cumulated CPU time (s) 4960.48
Current children cumulated vsize (KiB) 51120

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

[startup+4966.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46324 CPUtime=4953.89
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 495377 12 0 0 25 0 1 0 233429047 47435776 11303 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11581 11303 59 118 0 11459 0
Current children cumulated CPU time (s) 4964.57
Current children cumulated vsize (KiB) 51120

[startup+4979.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1663268/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=46324 CPUtime=4966.69
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11371 0 0 0 496657 12 0 0 25 0 1 0 233429047 47435776 11303 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11581 11303 59 118 0 11459 0
Current children cumulated CPU time (s) 4977.37
Current children cumulated vsize (KiB) 51120

[startup+4992 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4979.48
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 497936 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4990.16
Current children cumulated vsize (KiB) 51912

[startup+4995.21 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4982.69
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498257 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4993.37
Current children cumulated vsize (KiB) 51912

[startup+4998.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4985.89
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498577 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4996.57
Current children cumulated vsize (KiB) 51912

[startup+5000 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4987.48
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498736 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4998.16
Current children cumulated vsize (KiB) 51912

[startup+5000.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4987.88
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498776 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4998.56
Current children cumulated vsize (KiB) 51912

[startup+5000.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4988.09
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498797 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4998.77
Current children cumulated vsize (KiB) 51912

[startup+5000.71 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 23043
/proc/meminfo: memFree=1662500/2055920 swapFree=4182928/4192956
[pid=22641] ppid=22639 vsize=4796 CPUtime=10.68
/proc/22641/stat : 22641 (SATzilla2007_R) S 22639 22641 22346 0 -1 4194304 1746 7540 0 0 337 18 678 35 25 0 1 0 233427976 4911104 1020 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22641/statm: 1199 1020 164 260 0 923 0
[pid=22645] ppid=22641 vsize=47116 CPUtime=4988.18
/proc/22645/stat : 22645 (minisat20) R 22641 22641 22346 0 -1 4194304 11556 0 0 0 498806 12 0 0 25 0 1 0 233429047 48246784 11488 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22645/statm: 11779 11488 59 118 0 11657 0
Current children cumulated CPU time (s) 4998.86
Current children cumulated vsize (KiB) 51912

Child status: 17
Real time (s): 5000.76
CPU time (s): 4998.95
CPU user time (s): 4998.27
CPU system time (s): 0.677896
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 51912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.27
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20855
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= 25
involuntary context switches= 8963

runsolver used 3.87441 second user time and 9.8805 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Thu Apr 26 07:59:45 UTC 2007

IDJOB= 422610
IDBENCH= 20046
IDSOLVER= 191
FILE ID= node69/422610-1177574385

PBS_JOBID= 4696824

Free space on /tmp= 66528 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1036103820-03.cnf
COMMAND LINE= /tmp/evaluation/422610-1177574385/SATzilla2007_R /tmp/evaluation/422610-1177574385/instance-422610-1177574385.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-422610-1177574385 -o ROOT/results/node69/solver-422610-1177574385 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/422610-1177574385/SATzilla2007_R /tmp/evaluation/422610-1177574385/instance-422610-1177574385.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  85e6669b731e40790ffff95698079292

RANDOM SEED= 170443286

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.264
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	: 5931.00
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.264
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:       1713604 kB
Buffers:         27260 kB
Cached:         243012 kB
SwapCached:       3836 kB
Active:         137756 kB
Inactive:       142224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713604 kB
SwapTotal:     4192956 kB
SwapFree:      4182928 kB
Dirty:            8684 kB
Writeback:           0 kB
Mapped:          15756 kB
Slab:            48248 kB
Committed_AS:  2307904 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB

End job on node69 on Thu Apr 26 09:23:06 UTC 2007