Trace number 312204

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) 1199.51 1200.19

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1488855480-20-UNSAT.cnf
MD5SUM7bd0b6f2ea7f2de2ae8c9498c250cbcc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark593.246
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.65	c run March_dl for 5 seconds ... 
10.63/10.65	c Bin: Executing march_dl
10.63/10.65	c child exit by a signal
10.63/10.65	c march_dl returned code 137.
10.63/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.63/10.65	c Bin: Executing ubcsat2006
10.63/10.65	c child exited successfully
10.63/10.65	c ubcsat2006 returned code 0.
10.63/10.65	c satzilla computing base features
10.63/10.65	c satzilla doing unit-prop probe
10.63/10.65	c satzilla doing local search probe
10.63/10.65	c satzilla doing lobjois search-space size estimate
10.63/10.65	c satzilla's ranking:
10.63/10.65	c 1) minisat20+P: 0.856232
10.63/10.65	c 2) minisat20: 0.963942
10.63/10.65	c 3) march_dl: 1.253240
10.63/10.65	c 4) vallst+P: 1.968399
10.63/10.65	c 5) zchaff_rand+P: 2.272517
10.63/10.65	c 6) march_dl+P: 2.719360
10.63/10.65	c 7) kcnfs+P: 999.000000
10.63/10.65	c 8) kcnfs: 999.000000
10.63/10.65	c 9) vallst: 999.000000
10.63/10.65	c 10) zchaff_rand: 999.000000
10.63/10.65	c satzilla running minisat20 with preprocessing ... 
10.63/10.69	This is MiniSat 2.0 beta
10.63/10.69	WARNING: for repeatability, setting FPU to use double precision
10.63/10.69	============================[ Problem Statistics ]=============================
10.63/10.69	|                                                                             |
10.63/10.69	|  Number of variables:  1665                                                 |
10.63/10.69	|  Number of clauses:    5198                                                 |
10.63/10.69	|  Parsing time:         0.00         s                                       |
10.63/10.69	============================[ Search Statistics ]==============================
10.63/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.69	===============================================================================
10.63/10.69	|         0 |    1665     5198    14538 |     1732        0    nan |  0.000 % |
10.63/10.70	|       100 |    1665     5198    14538 |     1905      100     25 |  0.000 % |
10.63/10.71	|       251 |    1665     5198    14538 |     2096      251     22 |  0.000 % |
10.63/10.72	|       477 |    1665     5198    14538 |     2306      477     21 |  0.000 % |
10.63/10.75	|       816 |    1665     5198    14538 |     2536      816     22 |  0.000 % |
10.66/10.78	|      1323 |    1665     5198    14538 |     2790     1323     23 |  0.000 % |
10.66/10.84	|      2083 |    1665     5198    14538 |     3069     2083     24 |  0.000 % |
10.66/10.94	|      3222 |    1665     5198    14538 |     3376     1633     22 |  0.000 % |
10.66/11.09	|      4930 |    1665     5198    14538 |     3714     3341     22 |  0.000 % |
11.24/11.33	|      7492 |    1665     5198    14538 |     4085     2055     21 |  0.000 % |
11.65/11.72	|     11336 |    1665     5198    14538 |     4494     3804     23 |  0.000 % |
12.26/12.36	|     17106 |    1665     5198    14538 |     4943     2655     22 |  0.000 % |
13.18/13.31	|     25758 |    1665     5198    14538 |     5437     3718     24 |  0.000 % |
14.72/14.85	|     38733 |    1665     5198    14538 |     5981     5519     24 |  0.000 % |
17.17/17.29	|     58195 |    1665     5198    14538 |     6579     3488     23 |  0.000 % |
20.76/20.88	|     87387 |    1665     5198    14538 |     7237     5761     25 |  0.000 % |
26.70/26.76	|    131176 |    1665     5198    14538 |     7961     5236     26 |  0.000 % |
35.61/35.71	|    196860 |    1665     5198    14538 |     8757     6153     23 |  0.000 % |
49.86/50.00	|    295386 |    1665     5198    14538 |     9633     6647     27 |  0.000 % |
72.96/73.05	|    443178 |    1665     5198    14538 |    10596     7512     26 |  0.000 % |
106.98/107.11	|    664861 |    1665     5198    14538 |    11656     9105     24 |  0.000 % |
161.69/161.78	|    997387 |    1665     5198    14538 |    12822    11085     23 |  0.000 % |
248.56/248.71	|   1496175 |    1665     5198    14538 |    14104    10475     27 |  0.000 % |
386.58/386.73	|   2244358 |    1665     5198    14538 |    15514    10003     26 |  0.000 % |
598.05/598.31	|   3366634 |    1665     5198    14538 |    17066    13860     21 |  0.000 % |
952.66/953.04	|   5050045 |    1665     5198    14538 |    18772     9654     26 |  0.000 % |
1199.47/1200.07	c Preprocessing...
1199.47/1200.07	c Inital problem has 1665 variables, 4142 nary clauses (1035 binary clauses).
1199.47/1200.07	c Num non-binary clauses 4142, Average non-binary clause length 3.000
1199.47/1200.07	c Theory has no gaps
1199.47/1200.07	c Preprocessor runtime was 0.030 seconds.
1199.47/1200.07	c 
1199.47/1200.07	c Satisfiability of theory still undetermined.
1199.47/1200.07	c See file /tmp/65eLFo for simplified theory.
1199.47/1200.07	c Bin: Executing minisat20
1199.47/1200.07	c child exit by a signal
1199.47/1200.07	c minisat20 returned code 137.
1199.47/1200.07	c minisat20 returned code 137.
1199.47/1200.07	c satzilla running minisat20 ... 
1199.47/1200.07	c Bin: Executing minisat20
1199.47/1200.07	c minisat20 returned code 1.
1199.47/1200.07	c minisat20 returned code 1.
1199.47/1200.07	c satzilla running march_dl ... 
1199.47/1200.07	c Bin: Executing march_dl
1199.47/1200.07	c march_dl returned code 1.
1199.47/1200.07	c march_dl returned code 1.
1199.47/1200.07	c satzilla running vallst with preprocessing ... 
1199.47/1200.07	c Bin: Executing vallst
1199.47/1200.07	c vallst returned code 1.
1199.47/1200.07	c vallst returned code 1.
1199.47/1200.07	c satzilla running zchaff_rand with preprocessing ... 
1199.47/1200.07	c Bin: Executing zchaff_rand
1199.47/1200.07	c zchaff_rand returned code 1.
1199.47/1200.07	c zchaff_rand returned code 1.
1199.47/1200.07	c satzilla running march_dl with preprocessing ... 
1199.47/1200.07	c Bin: Executing march_dl
1199.47/1200.07	c march_dl returned code 1.
1199.47/1200.07	c march_dl returned code 1.
1199.47/1200.07	c satzilla running kcnfs with preprocessing ... 
1199.47/1200.07	c Bin: Executing kcnfs
1199.47/1200.07	c kcnfs returned code 1.
1199.47/1200.07	c kcnfs returned code 1.
1199.47/1200.07	c satzilla running kcnfs ... 
1199.47/1200.07	c Bin: Executing kcnfs
1199.47/1200.07	c kcnfs returned code 1.
1199.47/1200.07	c kcnfs returned code 1.
1199.47/1200.07	c satzilla running vallst ... 
1199.47/1200.07	c Bin: Executing vallst
1199.47/1200.07	c vallst returned code 1.
1199.47/1200.07	c vallst returned code 1.
1199.47/1200.07	c satzilla running zchaff_rand ... 
1199.47/1200.07	c Bin: Executing zchaff_rand
1199.47/1200.07	c zchaff_rand returned code 1.
1199.47/1200.07	c zchaff_rand returned code 1.
1199.47/1200.07	c ERROR: All Failed! 
1199.47/1200.07	c SATZILLA_TIME=1199.670000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-312204-1172583793 -o ROOT/results/node25/solver-312204-1172583793 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/312204-1172583793/SATzilla2007_C /tmp/evaluation/312204-1172583793/instance-312204-1172583793.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 0.98 1.00 3/64 13143
/proc/meminfo: memFree=1804896/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=0
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53001522 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 360 110 95 260 0 84 0
[pid=13144] ppid=13143 vsize=772 CPUtime=0
/proc/13144/stat : 13144 (march_dl) R 13143 13143 11188 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 53001522 790528 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13144/statm: 193 101 50 118 0 72 0

[startup+0.106712 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13143
/proc/meminfo: memFree=1804896/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=0
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53001522 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 360 110 95 260 0 84 0
[pid=13144] ppid=13143 vsize=2400 CPUtime=0.1
/proc/13144/stat : 13144 (march_dl) R 13143 13143 11188 0 -1 4194304 524 0 0 0 10 0 0 0 20 0 1 0 53001522 2457600 516 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13144/statm: 600 516 75 118 0 479 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3840

[startup+0.514749 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13143
/proc/meminfo: memFree=1804896/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=0
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53001522 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 360 110 95 260 0 84 0
[pid=13144] ppid=13143 vsize=2532 CPUtime=0.51
/proc/13144/stat : 13144 (march_dl) R 13143 13143 11188 0 -1 4194304 554 0 0 0 51 0 0 0 23 0 1 0 53001522 2592768 546 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13144/statm: 633 546 75 118 0 512 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3972

[startup+1.33482 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13145
/proc/meminfo: memFree=1802768/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=0
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53001522 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 360 110 95 260 0 84 0
[pid=13144] ppid=13143 vsize=2664 CPUtime=1.33
/proc/13144/stat : 13144 (march_dl) R 13143 13143 11188 0 -1 4194304 581 0 0 0 133 0 0 0 25 0 1 0 53001522 2727936 573 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551939 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13144/statm: 666 573 75 118 0 545 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4104

[startup+2.98097 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13145
/proc/meminfo: memFree=1802576/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=0
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53001522 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 360 110 95 260 0 84 0
[pid=13144] ppid=13143 vsize=2664 CPUtime=2.97
/proc/13144/stat : 13144 (march_dl) R 13143 13143 11188 0 -1 4194304 603 0 0 0 297 0 0 0 25 0 1 0 53001522 2727936 595 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13144/statm: 666 595 75 118 0 545 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4104

[startup+6.25727 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13146
/proc/meminfo: memFree=1803984/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=1440 CPUtime=4.99
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 135 622 0 0 0 0 499 0 16 0 1 0 53001522 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13143/statm: 360 111 96 260 0 84 0
[pid=13146] ppid=13143 vsize=6188 CPUtime=1.24
/proc/13146/stat : 13146 (ubcsat2006) R 13143 13143 11188 0 -1 4194304 323 0 0 0 108 16 0 0 25 0 1 0 53002022 6336512 306 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13146/statm: 1547 306 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7128 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13147
/proc/meminfo: memFree=1801616/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=2740 CPUtime=2.01
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 401 0 0 0 201 0 0 0 25 0 1 0 53002591 2805760 395 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 685 395 58 118 0 563 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5784

[startup+25.518 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13147
/proc/meminfo: memFree=1800656/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=3668 CPUtime=14.81
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 632 0 0 0 1481 0 0 0 25 0 1 0 53002591 3756032 626 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 917 626 58 118 0 795 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 6712

[startup+51.1433 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13147
/proc/meminfo: memFree=1799696/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=4592 CPUtime=40.42
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 861 0 0 0 4042 0 0 0 25 0 1 0 53002591 4702208 855 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 1148 855 58 118 0 1026 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7636

[startup+102.435 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13147
/proc/meminfo: memFree=1798800/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=5520 CPUtime=91.71
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1099 0 0 0 9170 1 0 0 25 0 1 0 53002591 5652480 1093 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525123 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 1380 1093 58 118 0 1258 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 8564

[startup+162.493 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 13147
/proc/meminfo: memFree=1797968/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=6384 CPUtime=151.75
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1285 0 0 0 15174 1 0 0 25 0 1 0 53002591 6537216 1279 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 1596 1279 58 118 0 1474 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 9428

[startup+222.547 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1797328/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=6924 CPUtime=211.78
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1433 0 0 0 21177 1 0 0 25 0 1 0 53002591 7090176 1427 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 1731 1427 58 118 0 1609 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 9968

[startup+282.601 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1796560/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=7720 CPUtime=271.83
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1621 0 0 0 27181 2 0 0 25 0 1 0 53002591 7905280 1615 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134530006 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 1930 1615 58 118 0 1808 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 10764

[startup+342.655 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1796112/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=8116 CPUtime=331.86
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1727 0 0 0 33184 2 0 0 25 0 1 0 53002591 8310784 1721 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2029 1721 58 118 0 1907 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 11160

[startup+402.717 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1795920/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=8256 CPUtime=391.9
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1773 0 0 0 39188 2 0 0 25 0 1 0 53002591 8454144 1767 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2064 1767 58 118 0 1942 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 11300

[startup+462.767 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1795728/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=8388 CPUtime=451.94
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 1814 0 0 0 45192 2 0 0 25 0 1 0 53002591 8589312 1808 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2097 1808 58 118 0 1975 0
Current children cumulated CPU time (s) 462.6

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

/proc/13147/statm: 2504 2197 58 118 0 2382 0
Current children cumulated CPU time (s) 762.81
Current children cumulated vsize (KiB) 13060

[startup+823.108 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1793680/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=10548 CPUtime=812.19
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2317 0 0 0 81215 4 0 0 25 0 1 0 53002591 10801152 2311 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525607 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2637 2311 58 118 0 2515 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 13592

[startup+883.163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1793616/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=10544 CPUtime=872.23
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2333 0 0 0 87219 4 0 0 25 0 1 0 53002591 10797056 2327 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2636 2327 58 118 0 2514 0
Current children cumulated CPU time (s) 882.89
Current children cumulated vsize (KiB) 13588

[startup+943.219 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1793424/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=10812 CPUtime=932.26
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2383 0 0 0 93222 4 0 0 25 0 1 0 53002591 11071488 2377 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2703 2377 58 118 0 2581 0
Current children cumulated CPU time (s) 942.92
Current children cumulated vsize (KiB) 13856

[startup+1003.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1792976/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11164 CPUtime=992.3
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2484 0 0 0 99226 4 0 0 25 0 1 0 53002591 11431936 2478 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2791 2478 58 118 0 2669 0
Current children cumulated CPU time (s) 1002.96
Current children cumulated vsize (KiB) 14208

[startup+1063.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13147
/proc/meminfo: memFree=1792784/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11432 CPUtime=1052.35
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2550 0 0 0 105231 4 0 0 25 0 1 0 53002591 11706368 2544 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2858 2544 58 118 0 2736 0
Current children cumulated CPU time (s) 1063.01
Current children cumulated vsize (KiB) 14476

[startup+1123.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 13271
/proc/meminfo: memFree=1791520/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11432 CPUtime=1112.35
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2555 0 0 0 111230 5 0 0 25 0 1 0 53002591 11706368 2549 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528264 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2858 2549 58 118 0 2736 0
Current children cumulated CPU time (s) 1123.01
Current children cumulated vsize (KiB) 14476

[startup+1183.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1172.36
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 117231 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1183.02
Current children cumulated vsize (KiB) 14740

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

[startup+1187.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1176.15
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 117610 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1186.81
Current children cumulated vsize (KiB) 14740

[startup+1193.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1182.7
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 118265 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1193.36
Current children cumulated vsize (KiB) 14740

[startup+1197.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1185.98
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 118593 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1196.64
Current children cumulated vsize (KiB) 14740

[startup+1198.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1187.62
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 118757 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1198.28
Current children cumulated vsize (KiB) 14740

[startup+1199.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=11696 CPUtime=1188.44
/proc/13147/stat : 13147 (minisat20) R 13143 13143 11188 0 -1 4194304 2622 0 0 0 118839 5 0 0 25 0 1 0 53002591 11976704 2616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13147/statm: 2924 2616 58 118 0 2802 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 14740

[startup+1199.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=3044 CPUtime=10.66
/proc/13143/stat : 13143 (SATzilla2007_C) S 13141 13143 11188 0 -1 4194304 1003 951 0 0 317 15 700 34 25 0 1 0 53001522 3117056 548 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13143/statm: 761 548 164 260 0 485 0
[pid=13147] ppid=13143 vsize=0 CPUtime=1188.81
/proc/13147/stat : 13147 (minisat20) D 13143 13143 11188 0 -1 4195332 2622 0 0 0 118876 5 0 0 25 0 1 0 53002591 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 18446744072100051646 0 0 17 1 0 0
/proc/13147/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 3044

[startup+1200.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13345
/proc/meminfo: memFree=1792208/2055920 swapFree=4183552/4192956
[pid=13143] ppid=13141 vsize=0 CPUtime=1199.49
/proc/13143/stat : 13143 (SATzilla2007_C) D 13141 13143 11188 0 -1 4194308 1016 3573 0 0 317 16 119576 40 18 0 1 0 53001522 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 0 0 0
/proc/13143/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1200.19
CPU time (s): 1199.51
CPU user time (s): 1198.94
CPU system time (s): 0.566913
CPU usage (%): 99.943
Max. virtual memory (cumulated for all children) (KiB): 14740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.94
system time used= 0.566913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4589
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= 27
involuntary context switches= 1733

runsolver used 0.771882 second user time and 2.52662 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Feb 27 13:43:13 UTC 2007

IDJOB= 312204
IDBENCH= 20334
IDSOLVER= 135
FILE ID= node25/312204-1172583793

PBS_JOBID= 3971913

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1488855480-20-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/312204-1172583793/SATzilla2007_C /tmp/evaluation/312204-1172583793/instance-312204-1172583793.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-312204-1172583793 -o ROOT/results/node25/solver-312204-1172583793 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/312204-1172583793/SATzilla2007_C /tmp/evaluation/312204-1172583793/instance-312204-1172583793.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  7bd0b6f2ea7f2de2ae8c9498c250cbcc

RANDOM SEED= 36608323

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1805368 kB
Buffers:         34092 kB
Cached:         168272 kB
SwapCached:       3676 kB
Active:         117720 kB
Inactive:        94744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805368 kB
SwapTotal:     4192956 kB
SwapFree:      4183552 kB
Dirty:            8428 kB
Writeback:           0 kB
Mapped:          15480 kB
Slab:            24136 kB
Committed_AS:   145080 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= 66552 MiB

End job on node25 on Tue Feb 27 14:04:56 UTC 2007