Trace number 319139

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 CRAFTEDUNSAT 115.718 115.862

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.0327
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data (download as text)

10.58/10.78	c run March_dl for 5 seconds ... 
10.58/10.78	c Bin: Executing march_dl
10.58/10.78	c child exit by a signal
10.58/10.78	c march_dl returned code 137.
10.58/10.78	c run saps (UBCSAT implementation) for 2 seconds ... 
10.58/10.78	c Bin: Executing ubcsat2006
10.58/10.78	c child exited successfully
10.58/10.78	c ubcsat2006 returned code 0.
10.58/10.78	c satzilla computing base features
10.58/10.78	c satzilla doing unit-prop probe
10.58/10.78	c satzilla doing local search probe
10.58/10.78	c satzilla doing lobjois search-space size estimate
10.58/10.78	c satzilla's ranking:
10.58/10.78	c 1) minisat20+P: -1.321399
10.58/10.78	c 2) minisat20: 0.076850
10.58/10.78	c 3) vallst+P: 1.292889
10.58/10.78	c 4) march_dl+P: 1.778217
10.58/10.78	c 5) zchaff_rand+P: 2.547810
10.58/10.78	c 6) march_dl: 2.918115
10.58/10.78	c 7) kcnfs+P: 999.000000
10.58/10.78	c 8) kcnfs: 999.000000
10.58/10.78	c 9) vallst: 999.000000
10.58/10.78	c 10) zchaff_rand: 999.000000
10.58/10.78	c satzilla running minisat20 with preprocessing ... 
10.67/10.82	This is MiniSat 2.0 beta
10.67/10.82	WARNING: for repeatability, setting FPU to use double precision
10.67/10.82	============================[ Problem Statistics ]=============================
10.67/10.82	|                                                                             |
10.67/10.82	|  Number of variables:  876                                                  |
10.67/10.82	|  Number of clauses:    3605                                                 |
10.67/10.82	|  Parsing time:         0.00         s                                       |
10.67/10.82	============================[ Search Statistics ]==============================
10.67/10.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.82	===============================================================================
10.67/10.82	|         0 |     876     3605     9001 |     1201        0    nan |  0.000 % |
10.67/10.83	|       101 |     876     3605     9001 |     1321      101     19 |  0.000 % |
10.67/10.83	|       252 |     876     3605     9001 |     1454      252     24 |  0.007 % |
10.67/10.84	|       478 |     876     3605     9001 |     1599      478     18 |  0.001 % |
10.67/10.85	|       815 |     876     3605     9001 |     1759      815     22 |  0.001 % |
10.67/10.88	|      1325 |     875     3603     8995 |     1935     1316     30 |  0.115 % |
10.76/10.91	|      2085 |     875     3603     8995 |     2128     1099     13 |  0.115 % |
10.76/10.98	|      3225 |     875     3603     8995 |     2341     2239     27 |  0.115 % |
10.96/11.13	|      4933 |     874     3601     8989 |     2575     2515     28 |  0.229 % |
11.16/11.32	|      7495 |     874     3601     8989 |     2833     2149     30 |  0.229 % |
11.45/11.65	|     11340 |     874     3601     8989 |     3116     2832     36 |  0.235 % |
12.05/12.20	|     17108 |     874     3601     8989 |     3428     1866     20 |  0.229 % |
12.85/13.06	|     25757 |     874     3601     8989 |     3771     3277     22 |  0.229 % |
14.16/14.30	|     38731 |     874     3601     8989 |     4148     3883     26 |  0.229 % |
15.95/16.17	|     58193 |     874     3601     8989 |     4563     3605     25 |  0.229 % |
19.05/19.28	|     87388 |     874     3601     8989 |     5019     3757     27 |  0.229 % |
24.25/24.42	|    131180 |     874     3601     8989 |     5521     4622     25 |  0.236 % |
31.85/32.01	|    196865 |     874     3601     8989 |     6073     3524     22 |  0.235 % |
43.73/43.92	|    295391 |     874     3601     8989 |     6681     5885     20 |  0.229 % |
62.73/62.94	|    443181 |     874     3601     8989 |     7349     4731     25 |  0.231 % |
92.33/92.55	|    664864 |     865     3560     8899 |     8084     4739     19 |  1.256 % |
115.62/115.85	===============================================================================
115.62/115.85	restarts              : 21
115.62/115.85	conflicts             : 833809         (7943 /sec)
115.62/115.85	decisions             : 979723         (1.02 % random) (9333 /sec)
115.62/115.85	propagations          : 137524016      (1310039 /sec)
115.62/115.85	conflict literals     : 22052181       (45.95 % deleted)
115.62/115.85	Memory used           : 4.11 MB
115.62/115.85	CPU time              : 104.977 s
115.62/115.85	
115.62/115.86	c Preprocessing...
115.62/115.86	c Inital problem has 892 variables, 1723 nary clauses (1283 binary clauses).
115.62/115.86	c Num non-binary clauses 1720, Average non-binary clause length 3.058
115.62/115.86	c Theory has no gaps
115.62/115.86	c Preprocessor runtime was 0.040 seconds.
115.62/115.86	c 
115.62/115.86	c Satisfiability of theory still undetermined.
115.62/115.86	c See file /tmp/cAwVym for simplified theory.
115.62/115.86	c Bin: Executing minisat20
115.62/115.86	c child exited successfully
115.62/115.86	c minisat20 returned code 20.
115.62/115.86	s UNSATISFIABLE
115.62/115.86	c SATZILLA_TIME=115.720000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-319139-1172973013 -o ROOT/results/node4/solver-319139-1172973013 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319139-1172973013/SATzilla2007_C /tmp/evaluation/319139-1172973013/instance-319139-1172973013.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.97 0.91 3/77 26338
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=636 CPUtime=0
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 88 0 0 0 0 0 0 0 20 0 1 0 317256219 651264 83 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 159 83 50 118 0 38 0

[startup+0.0688519 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 26338
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=1780 CPUtime=0.06
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 364 0 0 0 6 0 0 0 20 0 1 0 317256219 1822720 355 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526908 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 445 355 75 118 0 324 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3220

[startup+0.101854 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 26338
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=1780 CPUtime=0.09
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 364 0 0 0 9 0 0 0 20 0 1 0 317256219 1822720 355 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134513847 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 445 355 75 118 0 324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3220

[startup+0.301873 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 26338
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=2044 CPUtime=0.29
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 438 0 0 0 29 0 0 0 21 0 1 0 317256219 2093056 429 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 511 429 75 118 0 390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3484

[startup+0.701911 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 26338
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=2176 CPUtime=0.69
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 476 0 0 0 69 0 0 0 25 0 1 0 317256219 2228224 467 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528036 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 544 467 75 118 0 423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3616

[startup+1.50199 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 26340
/proc/meminfo: memFree=1833944/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=2308 CPUtime=1.49
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 498 0 0 0 149 0 0 0 25 0 1 0 317256219 2363392 489 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527332 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 577 489 75 118 0 456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3748

[startup+3.10114 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 26340
/proc/meminfo: memFree=1833688/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=0
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317256218 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 360 110 95 260 0 84 0
[pid=26339] ppid=26338 vsize=2440 CPUtime=3.09
/proc/26339/stat : 26339 (march_dl) R 26338 26338 25301 0 -1 4194304 527 0 0 0 309 0 0 0 25 0 1 0 317256219 2498560 518 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26339/statm: 610 518 75 118 0 489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3880

[startup+6.30145 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 26341
/proc/meminfo: memFree=1833368/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=1440 CPUtime=4.99
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 135 555 0 0 0 0 499 0 16 0 1 0 317256218 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26338/statm: 360 111 96 260 0 84 0
[pid=26341] ppid=26338 vsize=6188 CPUtime=1.19
/proc/26341/stat : 26341 (ubcsat2006) R 26338 26338 25301 0 -1 4194304 270 0 13 0 103 16 0 0 25 0 1 0 317256719 6336512 266 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26341/statm: 1547 266 156 64 0 1128 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 26342
/proc/meminfo: memFree=1831832/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=2608 CPUtime=1.86
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 349 0 0 0 186 0 0 0 25 0 1 0 317257301 2670592 343 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 652 343 58 118 0 530 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 4984

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 26342
/proc/meminfo: memFree=1831192/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=3400 CPUtime=14.66
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 531 0 0 0 1466 0 0 0 25 0 1 0 317257301 3481600 525 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 850 525 58 118 0 728 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 5776

[startup+51.1017 s]
/proc/loadavg: 1.07 0.99 0.91 2/79 26342
/proc/meminfo: memFree=1830680/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=3928 CPUtime=40.25
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 658 0 0 0 4024 1 0 0 25 0 1 0 317257301 4022272 652 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 982 652 58 118 0 860 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 6304

[startup+102.306 s]
/proc/loadavg: 1.10 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=91.43
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 734 0 0 0 9142 1 0 0 25 0 1 0 317257301 4300800 728 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 728 58 118 0 928 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 6576

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

[startup+108.701 s]
/proc/loadavg: 1.09 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=97.83
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 741 0 0 0 9782 1 0 0 25 0 1 0 317257301 4300800 735 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 735 58 118 0 928 0
Current children cumulated CPU time (s) 108.52
Current children cumulated vsize (KiB) 6576

[startup+111.902 s]
/proc/loadavg: 1.08 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=101.03
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 741 0 0 0 10102 1 0 0 25 0 1 0 317257301 4300800 735 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 735 58 118 0 928 0
Current children cumulated CPU time (s) 111.72
Current children cumulated vsize (KiB) 6576

[startup+113.503 s]
/proc/loadavg: 1.08 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=102.63
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 741 0 0 0 10262 1 0 0 25 0 1 0 317257301 4300800 735 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 735 58 118 0 928 0
Current children cumulated CPU time (s) 113.32
Current children cumulated vsize (KiB) 6576

[startup+115.102 s]
/proc/loadavg: 1.08 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=104.23
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 742 0 0 0 10422 1 0 0 25 0 1 0 317257301 4300800 736 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 736 58 118 0 928 0
Current children cumulated CPU time (s) 114.92
Current children cumulated vsize (KiB) 6576

[startup+115.506 s]
/proc/loadavg: 1.07 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=104.63
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 742 0 0 0 10462 1 0 0 25 0 1 0 317257301 4300800 736 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 736 58 118 0 928 0
Current children cumulated CPU time (s) 115.32
Current children cumulated vsize (KiB) 6576

[startup+115.702 s]
/proc/loadavg: 1.07 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=104.83
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 742 0 0 0 10482 1 0 0 25 0 1 0 317257301 4300800 736 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 736 58 118 0 928 0
Current children cumulated CPU time (s) 115.52
Current children cumulated vsize (KiB) 6576

[startup+115.802 s]
/proc/loadavg: 1.07 1.00 0.92 2/79 26342
/proc/meminfo: memFree=1830424/2055920 swapFree=4192812/4192956
[pid=26338] ppid=26336 vsize=2376 CPUtime=10.69
/proc/26338/stat : 26338 (SATzilla2007_C) S 26336 26338 25301 0 -1 4194304 779 831 0 13 310 28 700 31 25 0 1 0 317256218 2433024 410 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 594 410 165 260 0 318 0
[pid=26342] ppid=26338 vsize=4200 CPUtime=104.93
/proc/26342/stat : 26342 (minisat20) R 26338 26338 25301 0 -1 4194304 742 0 0 0 10492 1 0 0 25 0 1 0 317257301 4300800 736 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26342/statm: 1050 736 58 118 0 928 0
Current children cumulated CPU time (s) 115.62
Current children cumulated vsize (KiB) 6576

Child status: 20
Real time (s): 115.862
CPU time (s): 115.718
CPU user time (s): 115.096
CPU system time (s): 0.622905
CPU usage (%): 99.8758
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.096
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2370
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 2365

runsolver used 0.122981 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Mar  4 01:50:14 UTC 2007

IDJOB= 319139
IDBENCH= 20471
IDSOLVER= 135
FILE ID= node4/319139-1172973013

PBS_JOBID= 4011848

Free space on /tmp= 66534 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= /tmp/evaluation/319139-1172973013/SATzilla2007_C /tmp/evaluation/319139-1172973013/instance-319139-1172973013.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-319139-1172973013 -o ROOT/results/node4/solver-319139-1172973013 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319139-1172973013/SATzilla2007_C /tmp/evaluation/319139-1172973013/instance-319139-1172973013.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  738c5d916b76338511b77dbd47cdbc16

RANDOM SEED= 217499547

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1836096 kB
Buffers:         12680 kB
Cached:          95372 kB
SwapCached:          0 kB
Active:          97800 kB
Inactive:        69952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8508 kB
Writeback:           0 kB
Mapped:          78616 kB
Slab:            37640 kB
Committed_AS:  1207264 kB
PageTables:       1768 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= 66534 MiB

End job on node4 on Sun Mar  4 01:52:10 UTC 2007