Trace number 368800

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 CRAFTED? (exit code) 4998.96 5000.43

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv6.sat05-565.reshuffled-07.cnf
MD5SUMcd0ae54367b5a9ed0b37080c845fb42a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables792
Number of clauses2557
Sum of the clauses size6840
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2864
Number of clauses of size 31692
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

10.67/10.71	c run March_dl for 5 seconds ... 
10.67/10.71	c Bin: Executing march_dl
10.67/10.71	c child exit by a signal
10.67/10.71	c march_dl returned code 137.
10.67/10.71	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.71	c Bin: Executing ubcsat2006
10.67/10.71	c child exited successfully
10.67/10.71	c ubcsat2006 returned code 0.
10.67/10.71	c satzilla computing base features
10.67/10.71	c satzilla doing unit-prop probe
10.67/10.71	c satzilla doing local search probe
10.67/10.71	c satzilla doing lobjois search-space size estimate
10.67/10.71	c satzilla's ranking:
10.67/10.71	c 1) minisat20: 0.485466
10.67/10.71	c 2) minisat20+P: 2.138577
10.67/10.71	c 3) vallst+P: 3.444377
10.67/10.71	c 4) zchaff_rand+P: 3.456164
10.67/10.71	c 5) march_dl+P: 3.611365
10.67/10.71	c 6) march_dl: 3.683389
10.67/10.71	c 7) kcnfs+P: 999.000000
10.67/10.71	c 8) kcnfs: 999.000000
10.67/10.71	c 9) vallst: 999.000000
10.67/10.71	c 10) zchaff_rand: 999.000000
10.67/10.71	c satzilla running minisat20 ... 
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:  792                                                  |
10.67/10.71	|  Number of clauses:    2557                                                 |
10.67/10.71	|  Parsing time:         0.00         s                                       |
10.67/10.71	============================[ Search Statistics ]==============================
10.67/10.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.71	===============================================================================
10.67/10.71	|         0 |     792     2557     6840 |      852        0    nan |  0.000 % |
10.67/10.72	|       100 |     792     2557     6840 |      937      100     33 |  0.000 % |
10.67/10.73	|       250 |     792     2557     6840 |     1031      250     29 |  0.000 % |
10.67/10.74	|       476 |     792     2557     6840 |     1134      476     44 |  0.002 % |
10.67/10.76	|       814 |     792     2557     6840 |     1247      814     40 |  0.002 % |
10.67/10.79	|      1321 |     792     2557     6840 |     1372     1321     46 |  0.000 % |
10.68/10.84	|      2080 |     792     2557     6840 |     1509     1243     44 |  0.000 % |
10.86/10.92	|      3220 |     792     2557     6840 |     1660     1511     46 |  0.000 % |
10.96/11.04	|      4929 |     792     2557     6840 |     1827     1248     45 |  0.000 % |
11.15/11.23	|      7493 |     792     2557     6840 |     2009     1804     36 |  0.000 % |
11.45/11.57	|     11337 |     792     2557     6840 |     2210     1226     39 |  0.000 % |
12.06/12.11	|     17103 |     792     2557     6840 |     2431     2268     45 |  0.000 % |
12.85/12.93	|     25752 |     792     2557     6840 |     2674     1831     46 |  0.000 % |
14.26/14.33	|     38726 |     792     2557     6840 |     2942     1992     47 |  0.000 % |
16.55/16.67	|     58187 |     792     2557     6840 |     3236     2769     48 |  0.000 % |
20.05/20.15	|     87379 |     792     2557     6840 |     3560     3068     49 |  0.000 % |
25.35/25.41	|    131169 |     792     2557     6840 |     3916     3391     47 |  0.000 % |
33.14/33.26	|    196854 |     792     2557     6840 |     4308     3346     51 |  0.000 % |
47.93/48.03	|    295381 |     792     2557     6840 |     4738     4299     60 |  0.000 % |
68.92/69.03	|    443170 |     792     2557     6840 |     5212     3477     40 |  0.000 % |
100.72/100.88	|    664853 |     792     2557     6840 |     5734     4108     61 |  0.000 % |
150.61/150.74	|    997379 |     792     2557     6840 |     6307     4053     55 |  0.000 % |
232.88/233.01	|   1496168 |     792     2557     6840 |     6938     4569     48 |  0.000 % |
362.25/362.44	|   2244350 |     792     2557     6840 |     7632     4266     49 |  0.000 % |
548.50/548.78	|   3366626 |     792     2557     6840 |     8395     4595     50 |  0.000 % |
829.73/830.03	|   5050039 |     792     2557     6840 |     9234     4672     50 |  0.000 % |
1298.21/1298.67	|   7575156 |     792     2557     6840 |    10158     6192     57 |  0.000 % |
2001.05/2001.71	|  11362832 |     792     2557     6840 |    11174     6048     49 |  0.000 % |
3095.24/3096.24	|  17044344 |     792     2557     6840 |    12291     8468     60 |  0.000 % |
4907.03/4908.56	|  25566613 |     792     2557     6840 |    13520     9137     65 |  0.000 % |
4998.90/5000.41	c Bin: Executing minisat20
4998.90/5000.41	c child exit by a signal
4998.90/5000.41	c minisat20 returned code 137.
4998.90/5000.41	c minisat20 returned code 137.
4998.90/5000.41	c satzilla running minisat20 with preprocessing ... 
4998.90/5000.42	c Preprocessing...
4998.90/5000.42	c Inital problem has 792 variables, 1693 nary clauses (864 binary clauses).
4998.90/5000.42	c Num non-binary clauses 1693, Average non-binary clause length 3.019
4998.90/5000.42	c Theory has no gaps
4998.90/5000.42	c Preprocessor runtime was 0.010 seconds.
4998.90/5000.42	c 
4998.90/5000.42	c Satisfiability of theory still undetermined.
4998.90/5000.42	c See file /tmp/TMIJoX for simplified theory.
4998.90/5000.42	c Bin: Executing minisat20
4998.90/5000.42	c minisat20 returned code 1.
4998.90/5000.42	c minisat20 returned code 1.
4998.90/5000.42	c satzilla running vallst with preprocessing ... 
4998.90/5000.42	c Bin: Executing vallst
4998.90/5000.42	c vallst returned code 1.
4998.90/5000.42	c vallst returned code 1.
4998.90/5000.42	c satzilla running zchaff_rand with preprocessing ... 
4998.90/5000.42	c Bin: Executing zchaff_rand
4998.90/5000.42	c zchaff_rand returned code 1.
4998.90/5000.42	c zchaff_rand returned code 1.
4998.90/5000.42	c satzilla running march_dl with preprocessing ... 
4998.90/5000.42	c Bin: Executing march_dl
4998.90/5000.42	c march_dl returned code 1.
4998.90/5000.42	c march_dl returned code 1.
4998.90/5000.42	c satzilla running march_dl ... 
4998.90/5000.42	c Bin: Executing march_dl
4998.90/5000.42	c march_dl returned code 1.
4998.90/5000.42	c march_dl returned code 1.
4998.90/5000.42	c satzilla running kcnfs with preprocessing ... 
4998.90/5000.42	c Bin: Executing kcnfs
4998.90/5000.42	c kcnfs returned code 1.
4998.90/5000.42	c kcnfs returned code 1.
4998.90/5000.42	c satzilla running kcnfs ... 
4998.90/5000.42	c Bin: Executing kcnfs
4998.90/5000.42	c kcnfs returned code 1.
4998.90/5000.42	c kcnfs returned code 1.
4998.90/5000.42	c satzilla running vallst ... 
4998.90/5000.42	c Bin: Executing vallst
4998.90/5000.42	c vallst returned code 1.
4998.90/5000.42	c vallst returned code 1.
4998.90/5000.42	c satzilla running zchaff_rand ... 
4998.90/5000.42	c Bin: Executing zchaff_rand
4998.90/5000.42	c zchaff_rand returned code 1.
4998.90/5000.42	c zchaff_rand returned code 1.
4998.90/5000.42	c ERROR: All Failed! 
4998.90/5000.42	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-368800-1177266522 -o ROOT/results/node44/solver-368800-1177266522 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368800-1177266522/SATzilla2007_C /tmp/evaluation/368800-1177266522/instance-368800-1177266522.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: 0.85 0.97 0.99 3/77 3702
/proc/meminfo: memFree=1681800/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) R 3700 3702 3646 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=636 CPUtime=0
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 90 0 0 0 0 0 0 0 18 0 1 0 174563921 651264 85 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 158 85 50 118 0 37 0

[startup+0.064732 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 3702
/proc/meminfo: memFree=1681800/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1524 CPUtime=0.06
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 324 0 0 0 6 0 0 0 19 0 1 0 174563921 1560576 315 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134566043 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 381 315 75 118 0 260 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2964

[startup+0.101735 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 3702
/proc/meminfo: memFree=1681800/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1524 CPUtime=0.09
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 329 0 0 0 9 0 0 0 19 0 1 0 174563921 1560576 320 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134566772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 381 320 75 118 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2964

[startup+0.301755 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 3702
/proc/meminfo: memFree=1681800/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1524 CPUtime=0.29
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 337 0 0 0 29 0 0 0 21 0 1 0 174563921 1560576 328 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134568002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 381 328 75 118 0 260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.701796 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 3702
/proc/meminfo: memFree=1681800/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1524 CPUtime=0.69
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 341 0 0 0 69 0 0 0 25 0 1 0 174563921 1560576 332 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134567217 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 381 332 75 118 0 260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2964

[startup+1.50188 s]
/proc/loadavg: 0.85 0.97 0.99 2/79 3704
/proc/meminfo: memFree=1680632/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1656 CPUtime=1.49
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 345 0 0 0 149 0 0 0 25 0 1 0 174563921 1695744 336 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 414 336 75 118 0 293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3096

[startup+3.10104 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 3704
/proc/meminfo: memFree=1680504/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=0
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 174563921 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3702/statm: 360 110 95 260 0 84 0
[pid=3703] ppid=3702 vsize=1656 CPUtime=3.09
/proc/3703/stat : 3703 (march_dl) R 3702 3702 3646 0 -1 4194304 349 0 0 0 309 0 0 0 25 0 1 0 174563921 1695744 340 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527737 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3703/statm: 414 340 75 118 0 293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3096

[startup+6.30137 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 3705
/proc/meminfo: memFree=1680896/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1440 CPUtime=4.99
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 135 352 0 0 0 0 499 0 16 0 1 0 174563921 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 360 111 96 260 0 84 0
[pid=3705] ppid=3702 vsize=6188 CPUtime=1.28
/proc/3705/stat : 3705 (ubcsat2006) R 3702 3702 3646 0 -1 4194304 277 0 0 0 108 20 0 0 25 0 1 0 174564421 6336512 260 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3705/statm: 1547 260 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.701 s]
/proc/loadavg: 0.88 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1680192/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=2604 CPUtime=1.97
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 326 0 0 0 197 0 0 0 25 0 1 0 174564993 2666496 320 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 651 320 58 118 0 529 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 4364

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1679624/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=3144 CPUtime=14.77
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 449 0 0 0 1477 0 0 0 25 0 1 0 174564993 3219456 443 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 786 443 58 118 0 664 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 4904

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1679176/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=3656 CPUtime=40.35
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 593 0 0 0 4035 0 0 0 25 0 1 0 174564993 3743744 587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535686 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 914 587 58 118 0 792 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 5416

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1678408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=4504 CPUtime=91.54
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 791 0 0 0 9153 1 0 0 25 0 1 0 174564993 4612096 785 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 1126 785 58 118 0 1004 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 6264

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1678088/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=4748 CPUtime=151.52
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 871 0 0 0 15151 1 0 0 25 0 1 0 174564993 4861952 865 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 1187 865 58 118 0 1065 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 6508

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1677768/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=5140 CPUtime=211.51
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 961 0 0 0 21149 2 0 0 25 0 1 0 174564993 5263360 955 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528288 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 1285 955 58 118 0 1163 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 6900

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1677704/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=5140 CPUtime=271.49
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 969 0 0 0 27147 2 0 0 25 0 1 0 174564993 5263360 963 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 1285 963 58 118 0 1163 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 6900

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 3706
/proc/meminfo: memFree=1677384/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=5468 CPUtime=331.48
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 1047 0 0 0 33145 3 0 0 25 0 1 0 174564993 5599232 1041 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 1367 1041 58 118 0 1245 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670664/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12020 CPUtime=4710.2
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 470984 36 0 0 25 0 1 0 174564993 12308480 2685 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3005 2685 58 118 0 2883 0
Current children cumulated CPU time (s) 4720.88
Current children cumulated vsize (KiB) 13780

[startup+4782.3 s]
/proc/loadavg: 1.07 1.02 1.00 3/79 3908
/proc/meminfo: memFree=1670728/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4770.19
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 476982 37 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4780.87
Current children cumulated vsize (KiB) 13668

[startup+4842.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 3908
/proc/meminfo: memFree=1670728/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4830.16
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 482979 37 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4840.84
Current children cumulated vsize (KiB) 13668

[startup+4902.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670792/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4890.15
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 488977 38 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4900.83
Current children cumulated vsize (KiB) 13668

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670728/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4950.13
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 494975 38 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4960.81
Current children cumulated vsize (KiB) 13668

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670728/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4954.13
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 495375 38 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4964.81
Current children cumulated vsize (KiB) 13668

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670728/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=11908 CPUtime=4966.92
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2755 0 0 0 496654 38 0 0 25 0 1 0 174564993 12193792 2664 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 2977 2664 58 118 0 2855 0
Current children cumulated CPU time (s) 4977.6
Current children cumulated vsize (KiB) 13668

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4979.72
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 497934 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4990.4
Current children cumulated vsize (KiB) 14064

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4982.92
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498254 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4993.6
Current children cumulated vsize (KiB) 14064

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4986.12
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498574 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4996.8
Current children cumulated vsize (KiB) 14064

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4986.92
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498654 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4997.6
Current children cumulated vsize (KiB) 14064

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4987.72
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498734 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525688 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4998.4
Current children cumulated vsize (KiB) 14064

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4988.12
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498774 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4998.8
Current children cumulated vsize (KiB) 14064

[startup+5000.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3908
/proc/meminfo: memFree=1670408/2055920 swapFree=4156104/4192956
[pid=3702] ppid=3700 vsize=1760 CPUtime=10.68
/proc/3702/stat : 3702 (SATzilla2007_C) S 3700 3702 3646 0 -1 4194304 614 635 0 0 307 27 700 34 25 0 1 0 174563921 1802240 266 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 440 266 157 260 0 164 0
[pid=3706] ppid=3702 vsize=12304 CPUtime=4988.22
/proc/3706/stat : 3706 (minisat20) R 3702 3702 3646 0 -1 4194304 2833 0 0 0 498784 38 0 0 25 0 1 0 174564993 12599296 2742 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3706/statm: 3076 2742 58 118 0 2954 0
Current children cumulated CPU time (s) 4998.9
Current children cumulated vsize (KiB) 14064

Child status: 17
Real time (s): 5000.43
CPU time (s): 4998.96
CPU user time (s): 4997.95
CPU system time (s): 1.01584
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 14064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.95
system time used= 1.01585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4246
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= 23
involuntary context switches= 23119

runsolver used 4.96824 second user time and 13.222 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Apr 22 18:28:42 UTC 2007

IDJOB= 368800
IDBENCH= 24663
IDSOLVER= 179
FILE ID= node44/368800-1177266522

PBS_JOBID= 4650696

Free space on /tmp= 66406 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv6.sat05-565.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368800-1177266522/SATzilla2007_C /tmp/evaluation/368800-1177266522/instance-368800-1177266522.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-368800-1177266522 -o ROOT/results/node44/solver-368800-1177266522 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368800-1177266522/SATzilla2007_C /tmp/evaluation/368800-1177266522/instance-368800-1177266522.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  cd0ae54367b5a9ed0b37080c845fb42a

RANDOM SEED= 64244334

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1682208 kB
Buffers:         47396 kB
Cached:         234752 kB
SwapCached:      13788 kB
Active:         159384 kB
Inactive:       146780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682208 kB
SwapTotal:     4192956 kB
SwapFree:      4156104 kB
Dirty:            8580 kB
Writeback:           0 kB
Mapped:          32076 kB
Slab:            52976 kB
Committed_AS:  1404696 kB
PageTables:       1736 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= 66406 MiB

End job on node44 on Sun Apr 22 19:52:03 UTC 2007