Trace number 298387

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.76 1200.08

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1211740352-20.UNSAT.shuffled.cnf
MD5SUM49141385aac03f506711f7c91a24b9ac
Bench CategoryRANDOM (random 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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.84/10.93	c run March_dl for 5 seconds ... 
10.84/10.93	c Bin: Executing march_dl
10.84/10.93	c child exit by a signal
10.84/10.93	c march_dl returned code 137.
10.84/10.93	c run saps (UBCSAT implementation) for 2 seconds ... 
10.84/10.93	c Bin: Executing ubcsat2006
10.84/10.93	c child exited successfully
10.84/10.93	c ubcsat2006 returned code 0.
10.84/10.93	c satzilla computing base features
10.84/10.93	c satzilla doing unit-prop probe
10.84/10.93	c satzilla doing local search probe
10.84/10.93	c satzilla doing lobjois search-space size estimate
10.84/10.93	c satzilla's ranking:
10.84/10.93	c 1) minisat20+P: -2.419697
10.84/10.93	c 2) minisat20: -0.246436
10.84/10.93	c 3) march_dl+P: 0.954364
10.84/10.93	c 4) vallst+P: 1.615524
10.84/10.93	c 5) march_dl: 1.880005
10.84/10.93	c 6) zchaff_rand+P: 6.014988
10.84/10.93	c 7) kcnfs+P: 999.000000
10.84/10.93	c 8) kcnfs: 999.000000
10.84/10.93	c 9) vallst: 999.000000
10.84/10.93	c 10) zchaff_rand: 999.000000
10.84/10.93	c satzilla running minisat20 with preprocessing ... 
10.84/10.94	This is MiniSat 2.0 beta
10.84/10.94	WARNING: for repeatability, setting FPU to use double precision
10.84/10.94	============================[ Problem Statistics ]=============================
10.84/10.94	|                                                                             |
10.84/10.94	|  Number of variables:  500                                                  |
10.84/10.94	|  Number of clauses:    2130                                                 |
10.84/10.94	|  Parsing time:         0.00         s                                       |
10.84/10.94	============================[ Search Statistics ]==============================
10.84/10.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.94	===============================================================================
10.84/10.94	|         0 |     500     2130     6390 |      710        0    nan |  0.000 % |
10.84/10.94	|       100 |     500     2130     6390 |      781      100     20 |  0.000 % |
10.84/10.95	|       250 |     500     2130     6390 |      859      250     20 |  0.000 % |
10.84/10.95	|       475 |     500     2130     6390 |      945      475     21 |  0.000 % |
10.91/10.96	|       813 |     500     2130     6390 |     1039      813     21 |  0.000 % |
10.91/10.98	|      1320 |     500     2130     6390 |     1143      780     21 |  0.000 % |
10.91/11.01	|      2079 |     500     2130     6390 |     1257      951     19 |  0.000 % |
10.91/11.06	|      3218 |     500     2130     6390 |     1383      773     19 |  0.000 % |
10.91/11.13	|      4926 |     500     2130     6390 |     1521     1055     19 |  0.000 % |
10.91/11.23	|      7488 |     500     2130     6390 |     1674     1255     20 |  0.000 % |
11.34/11.42	|     11332 |     500     2130     6390 |     1841     1626     22 |  0.000 % |
11.64/11.70	|     17098 |     500     2130     6390 |     2025     1702     22 |  0.000 % |
12.05/12.14	|     25748 |     500     2130     6390 |     2228     2047     21 |  0.000 % |
12.67/12.80	|     38724 |     500     2130     6390 |     2451     1356     18 |  0.000 % |
13.80/13.85	|     58185 |     500     2130     6390 |     2696     2065     20 |  0.000 % |
15.34/15.48	|     87377 |     500     2130     6390 |     2965     2391     21 |  0.000 % |
17.89/17.97	|    131166 |     500     2130     6390 |     3262     2471     21 |  0.000 % |
21.89/22.02	|    196851 |     500     2130     6390 |     3588     1780     23 |  0.000 % |
28.24/28.34	|    295380 |     500     2130     6390 |     3947     1910     21 |  0.000 % |
37.96/38.11	|    443170 |     500     2130     6390 |     4342     3682     22 |  0.000 % |
53.23/53.30	|    664853 |     500     2130     6390 |     4776     3261     23 |  0.000 % |
76.80/76.97	|    997379 |     500     2130     6390 |     5254     2504     22 |  0.000 % |
113.48/113.56	|   1496168 |     500     2130     6390 |     5779     5137     24 |  0.000 % |
171.06/171.25	|   2244350 |     500     2130     6390 |     6357     4061     22 |  0.000 % |
262.05/262.20	|   3366624 |     500     2130     6390 |     6993     4203     23 |  0.000 % |
404.57/404.78	|   5050035 |     500     2130     6390 |     7692     3773     20 |  0.000 % |
631.72/632.02	|   7575151 |     500     2130     6390 |     8461     7555     25 |  0.000 % |
982.95/983.29	|  11362826 |     500     2130     6390 |     9308     7915     21 |  0.000 % |
1199.65/1200.07	c Preprocessing...
1199.65/1200.07	c Inital problem has 500 variables, 2130 nary clauses (0 binary clauses).
1199.65/1200.07	c Num non-binary clauses 2130, Average non-binary clause length 3.000
1199.65/1200.07	c Theory has no gaps
1199.65/1200.07	c Preprocessor runtime was 0.000 seconds.
1199.65/1200.07	c 
1199.65/1200.07	c Satisfiability of theory still undetermined.
1199.65/1200.07	c See file /tmp/fF54gC for simplified theory.
1199.65/1200.07	c Bin: Executing minisat20
1199.65/1200.07	c child exit by a signal
1199.65/1200.07	c minisat20 returned code 137.
1199.65/1200.07	c minisat20 returned code 137.
1199.65/1200.07	c satzilla running minisat20 ... 
1199.65/1200.07	c Bin: Executing minisat20
1199.65/1200.07	c minisat20 returned code 1.
1199.65/1200.07	c minisat20 returned code 1.
1199.65/1200.07	c satzilla running march_dl with preprocessing ... 
1199.65/1200.07	c Bin: Executing march_dl
1199.65/1200.07	c march_dl returned code 1.
1199.65/1200.07	c march_dl returned code 1.
1199.65/1200.07	c satzilla running vallst with preprocessing ... 
1199.65/1200.07	c Bin: Executing vallst
1199.65/1200.07	c vallst returned code 1.
1199.65/1200.07	c vallst returned code 1.
1199.65/1200.07	c satzilla running march_dl ... 
1199.65/1200.07	c Bin: Executing march_dl
1199.65/1200.07	c march_dl returned code 1.
1199.65/1200.07	c march_dl returned code 1.
1199.65/1200.07	c satzilla running zchaff_rand with preprocessing ... 
1199.65/1200.07	c Bin: Executing zchaff_rand
1199.65/1200.07	c zchaff_rand returned code 1.
1199.65/1200.08	c zchaff_rand returned code 1.
1199.65/1200.08	c satzilla running kcnfs with preprocessing ... 
1199.65/1200.08	c Bin: Executing kcnfs
1199.65/1200.08	c kcnfs returned code 1.
1199.65/1200.08	c kcnfs returned code 1.
1199.65/1200.08	c satzilla running kcnfs ... 
1199.65/1200.08	c Bin: Executing kcnfs
1199.65/1200.08	c kcnfs returned code 1.
1199.65/1200.08	c kcnfs returned code 1.
1199.65/1200.08	c satzilla running vallst ... 
1199.65/1200.08	c Bin: Executing vallst
1199.65/1200.08	c vallst returned code 1.
1199.65/1200.08	c vallst returned code 1.
1199.65/1200.08	c satzilla running zchaff_rand ... 
1199.65/1200.08	c Bin: Executing zchaff_rand
1199.65/1200.08	c zchaff_rand returned code 1.
1199.65/1200.08	c zchaff_rand returned code 1.
1199.65/1200.08	c ERROR: All Failed! 
1199.65/1200.08	c SATZILLA_TIME=1199.920000

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/node63/watcher-298387-1171855150 -o ROOT/results/node63/solver-298387-1171855150 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298387-1171855150/SATzilla2007_C /tmp/evaluation/298387-1171855150/instance-298387-1171855150.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: 1.00 1.00 1.00 3/64 25476
/proc/meminfo: memFree=509216/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=0
/proc/25476/stat : 25476 (SATzilla2007_C) R 25474 25476 24617 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 205472454 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25476/statm: 360 110 95 260 0 84 0
[pid=25477] ppid=25476 vsize=764 CPUtime=0
/proc/25477/stat : 25477 (march_dl) R 25476 25476 24617 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 205472454 782336 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25477/statm: 191 96 52 118 0 70 0

[startup+0.106858 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25476
/proc/meminfo: memFree=509216/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=0
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205472454 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25476/statm: 360 110 95 260 0 84 0
[pid=25477] ppid=25476 vsize=1188 CPUtime=0.1
/proc/25477/stat : 25477 (march_dl) R 25476 25476 24617 0 -1 4194304 256 0 0 0 10 0 0 0 19 0 1 0 205472454 1216512 248 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25477/statm: 297 248 74 118 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2628

[startup+0.5149 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25476
/proc/meminfo: memFree=509216/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=0
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205472454 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25476/statm: 360 110 95 260 0 84 0
[pid=25477] ppid=25476 vsize=1320 CPUtime=0.51
/proc/25477/stat : 25477 (march_dl) R 25476 25476 24617 0 -1 4194304 269 0 0 0 51 0 0 0 23 0 1 0 205472454 1351680 261 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528374 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25477/statm: 330 261 74 118 0 209 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2760

[startup+1.33499 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25478
/proc/meminfo: memFree=508304/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=0
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205472454 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25476/statm: 360 110 95 260 0 84 0
[pid=25477] ppid=25476 vsize=1320 CPUtime=1.33
/proc/25477/stat : 25477 (march_dl) R 25476 25476 24617 0 -1 4194304 275 0 0 0 133 0 0 0 25 0 1 0 205472454 1351680 267 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531219 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25477/statm: 330 267 74 118 0 209 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2760

[startup+2.97116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25478
/proc/meminfo: memFree=508112/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=0
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205472454 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25476/statm: 360 110 95 260 0 84 0
[pid=25477] ppid=25476 vsize=1320 CPUtime=2.96
/proc/25477/stat : 25477 (march_dl) R 25476 25476 24617 0 -1 4194304 283 0 0 0 296 0 0 0 25 0 1 0 205472454 1351680 275 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25477/statm: 330 275 74 118 0 209 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2760

[startup+6.25751 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25479
/proc/meminfo: memFree=508368/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=1440 CPUtime=4.99
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 135 289 0 0 0 0 499 0 16 0 1 0 205472454 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25476/statm: 360 111 96 260 0 84 0
[pid=25479] ppid=25476 vsize=6188 CPUtime=1.25
/proc/25479/stat : 25479 (ubcsat2006) R 25476 25476 24617 0 -1 4194304 270 0 0 0 102 23 0 0 25 0 1 0 205472955 6336512 253 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25479/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7082 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=507472/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=2204 CPUtime=1.76
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 236 0 0 0 176 0 0 0 25 0 1 0 205473548 2256896 230 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 551 230 58 118 0 429 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4232

[startup+25.5246 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=506896/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=2864 CPUtime=14.57
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 384 0 0 0 1457 0 0 0 25 0 1 0 205473548 2932736 378 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 716 378 58 118 0 594 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4892

[startup+51.1473 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=506320/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=3396 CPUtime=40.17
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 518 0 0 0 4017 0 0 0 25 0 1 0 205473548 3477504 512 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 849 512 58 118 0 727 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5424

[startup+102.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=505808/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=3924 CPUtime=91.4
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 660 0 0 0 9140 0 0 0 25 0 1 0 205473548 4018176 654 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 981 654 58 118 0 859 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 5952

[startup+162.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=505424/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=4336 CPUtime=151.44
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 753 0 0 0 15144 0 0 0 25 0 1 0 205473548 4440064 747 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1084 747 58 118 0 962 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 6364

[startup+222.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=504976/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=4732 CPUtime=211.48
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 852 0 0 0 21148 0 0 0 25 0 1 0 205473548 4845568 846 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1183 846 58 118 0 1061 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 6760

[startup+282.558 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=504720/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=4992 CPUtime=271.53
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 918 0 0 0 27152 1 0 0 25 0 1 0 205473548 5111808 912 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1248 912 58 118 0 1126 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 7020

[startup+342.614 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=504464/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=5128 CPUtime=331.57
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 967 0 0 0 33156 1 0 0 25 0 1 0 205473548 5251072 961 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528447 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1282 961 58 118 0 1160 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 7156

[startup+402.675 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=504336/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=5260 CPUtime=391.61
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 995 0 0 0 39160 1 0 0 25 0 1 0 205473548 5386240 989 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1315 989 58 118 0 1193 0
Current children cumulated CPU time (s) 402.52
Current children cumulated vsize (KiB) 7288

[startup+462.731 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=503952/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=5660 CPUtime=451.65
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1091 0 0 0 45164 1 0 0 25 0 1 0 205473548 5795840 1085 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1415 1085 58 118 0 1293 0
Current children cumulated CPU time (s) 462.56

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


[startup+823.063 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502992/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=6628 CPUtime=811.89
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1326 0 0 0 81187 2 0 0 25 0 1 0 205473548 6787072 1320 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1657 1320 58 118 0 1535 0
Current children cumulated CPU time (s) 822.8
Current children cumulated vsize (KiB) 8656

[startup+883.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502864/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=6768 CPUtime=871.94
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1363 0 0 0 87192 2 0 0 25 0 1 0 205473548 6930432 1357 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134530046 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1692 1357 58 118 0 1570 0
Current children cumulated CPU time (s) 882.85
Current children cumulated vsize (KiB) 8796

[startup+943.177 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502800/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=6768 CPUtime=931.98
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1377 0 0 0 93196 2 0 0 25 0 1 0 205473548 6930432 1371 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1692 1371 58 118 0 1570 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 8796

[startup+1003.23 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25480
/proc/meminfo: memFree=502608/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=6900 CPUtime=992.01
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1415 0 0 0 99199 2 0 0 25 0 1 0 205473548 7065600 1409 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525630 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1725 1409 58 118 0 1603 0
Current children cumulated CPU time (s) 1002.92
Current children cumulated vsize (KiB) 8928

[startup+1063.29 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25480
/proc/meminfo: memFree=502480/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7172 CPUtime=1052.06
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1466 0 0 0 105204 2 0 0 25 0 1 0 205473548 7344128 1460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1793 1460 58 118 0 1671 0
Current children cumulated CPU time (s) 1062.97
Current children cumulated vsize (KiB) 9200

[startup+1123.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502352/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1112.1
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1491 0 0 0 111208 2 0 0 25 0 1 0 205473548 7487488 1485 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1485 58 118 0 1706 0
Current children cumulated CPU time (s) 1123.01
Current children cumulated vsize (KiB) 9340

[startup+1183.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1172.14
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1509 0 0 0 117212 2 0 0 25 0 1 0 205473548 7487488 1503 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1503 58 118 0 1706 0
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (KiB) 9340

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

[startup+1187.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1175.94
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 117592 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1186.85
Current children cumulated vsize (KiB) 9340

[startup+1193.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1182.48
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118246 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1193.39
Current children cumulated vsize (KiB) 9340

[startup+1197.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1185.77
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118575 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1196.68
Current children cumulated vsize (KiB) 9340

[startup+1198.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1187.41
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118739 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525520 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 9340

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1188.23
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118821 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 9340

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1188.64
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118862 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 9340

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25480
/proc/meminfo: memFree=502224/2055920 swapFree=4183348/4192956
[pid=25476] ppid=25474 vsize=2028 CPUtime=10.91
/proc/25476/stat : 25476 (SATzilla2007_C) S 25474 25476 24617 0 -1 4194304 669 565 0 0 311 33 700 47 25 0 1 0 205472454 2076672 331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25476/statm: 507 331 165 260 0 231 0
[pid=25480] ppid=25476 vsize=7312 CPUtime=1188.74
/proc/25480/stat : 25480 (minisat20) R 25476 25476 24617 0 -1 4194304 1513 0 0 0 118872 2 0 0 25 0 1 0 205473548 7487488 1507 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525607 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25480/statm: 1828 1507 58 118 0 1706 0
Current children cumulated CPU time (s) 1199.65
Current children cumulated vsize (KiB) 9340

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.76
CPU user time (s): 1198.91
CPU system time (s): 0.85087
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 9340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.91
system time used= 0.85087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2760
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= 26
involuntary context switches= 3265

runsolver used 0.78588 second user time and 2.43463 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Feb 19 03:19:11 UTC 2007

IDJOB= 298387
IDBENCH= 19984
IDSOLVER= 135
FILE ID= node63/298387-1171855150

PBS_JOBID= 3839734

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1211740352-20.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298387-1171855150/SATzilla2007_C /tmp/evaluation/298387-1171855150/instance-298387-1171855150.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-298387-1171855150 -o ROOT/results/node63/solver-298387-1171855150 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298387-1171855150/SATzilla2007_C /tmp/evaluation/298387-1171855150/instance-298387-1171855150.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  49141385aac03f506711f7c91a24b9ac

RANDOM SEED= 375212184

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:        509624 kB
Buffers:         49248 kB
Cached:        1374444 kB
SwapCached:       3968 kB
Active:         795204 kB
Inactive:       638336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        509624 kB
SwapTotal:     4192956 kB
SwapFree:      4183348 kB
Dirty:            8384 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            98768 kB
Committed_AS:   529256 kB
PageTables:       1460 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= 66556 MiB

End job on node63 on Mon Feb 19 03:39:11 UTC 2007