Trace number 318197

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 FULLUNSAT 661.811 662.062

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1093.cnf
MD5SUMfe5edee84f2eb21126b00640515281bf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08383
Satisfiable
(Un)Satisfiability was proved
Number of variables106648
Number of clauses337439
Sum of the clauses size896316
Maximum clause length3
Minimum clause length1
Number of clauses of size 12907
Number of clauses of size 2110187
Number of clauses of size 3224345
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

58.94/59.05	c run March_dl for 5 seconds ... 
58.94/59.05	c Bin: Executing march_dl
58.94/59.05	c child exit by a signal
58.94/59.05	c march_dl returned code 137.
58.94/59.05	c run saps for 2 seconds ... 
58.94/59.05	c Bin: Executing ubcsat2006
58.94/59.05	c child exited successfully
58.94/59.05	c ubcsat2006 returned code 0.
58.94/59.05	c satzilla computing base features
58.94/59.05	c satzilla doing unit-prop probe
58.94/59.05	c satzilla doing local search probe
58.94/59.05	c satzilla doing lobjois search-space size estimate
58.94/59.05	c satzilla's ranking:
58.94/59.05	c 1) minisat20: 2.120285
58.94/59.05	c 2) zchaff_rand: 2.922724
58.94/59.05	c 3) eureka: 3.003310
58.94/59.05	c 4) march_dl: 3.482072
58.94/59.05	c 5) kcnfs: 4.026807
58.94/59.05	c 6) vallst: 4.096590
58.94/59.05	c 7) kcnfs+P: 999.000000
58.94/59.05	c 8) march_dl+P: 999.000000
58.94/59.05	c 9) vallst+P: 999.000000
58.94/59.05	c 10) zchaff_rand+P: 999.000000
58.94/59.05	c 11) rsat+P: 999.000000
58.94/59.05	c 12) eureka+P: 999.000000
58.94/59.05	c 13) minisat20+P: 999.000000
58.94/59.05	c 14) rsat: 999.000000
58.94/59.05	c satzilla running minisat20 ... 
58.94/59.06	This is MiniSat 2.0 beta
58.94/59.06	WARNING: for repeatability, setting FPU to use double precision
58.94/59.06	============================[ Problem Statistics ]=============================
58.94/59.06	|                                                                             |
58.94/59.06	|  Number of variables:  106720                                               |
58.94/59.06	|  Number of clauses:    337439                                               |
59.00/59.28	|  Parsing time:         0.20         s                                       |
59.00/59.29	============================[ Search Statistics ]==============================
59.00/59.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.00/59.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.00/59.29	===============================================================================
59.00/59.29	|         0 |  102987   332442   888404 |   110814        0    nan |  0.000 % |
59.23/59.32	|       100 |  102987   332442   888404 |   121895      100      8 |  3.498 % |
59.23/59.36	|       250 |  102987   332442   888404 |   134084      250     19 |  3.498 % |
59.33/59.44	|       475 |  102987   332442   888404 |   147493      475     30 |  3.498 % |
60.03/60.14	|       812 |  102987   332442   888404 |   162242      812    218 |  3.498 % |
60.13/60.23	|      1318 |  102987   332442   888404 |   178467     1318    145 |  3.498 % |
60.53/60.62	|      2081 |  102985   332437   888394 |   196313     2080    111 |  3.500 % |
67.82/67.99	|      3220 |  102985   332437   888394 |   215945     3218     97 |  3.504 % |
68.52/68.64	|      4928 |  102674   331359   885675 |   237539     4919     78 |  3.791 % |
69.13/69.28	|      7491 |  102673   331081   884851 |   261293     7479     60 |  3.792 % |
71.33/71.46	|     11335 |  102671   331071   884824 |   287422    11320     79 |  3.794 % |
72.82/72.91	|     17101 |  102667   331071   884824 |   316165    17084     68 |  3.799 % |
75.52/75.61	|     25750 |  102665   330793   884000 |   347781    25731     61 |  3.800 % |
114.71/114.84	|     38724 |  102662   330788   883988 |   382559    38702     63 |  3.803 % |
129.71/129.89	|     58186 |  102640   330714   883805 |   420815    58156     60 |  3.829 % |
145.10/145.27	|     87382 |  102337   330010   882052 |   462897    87341     62 |  4.267 % |
193.99/194.10	|    131171 |  102017   328314   877567 |   509187   128391     66 |  4.655 % |
230.17/230.37	|    196855 |  101749   326525   873004 |   560106   194034     77 |  4.658 % |
392.92/393.14	|    295381 |  101731   326487   872913 |   616116   292550     71 |  4.682 % |
661.72/662.03	===============================================================================
661.72/662.03	restarts              : 19
661.72/662.03	conflicts             : 395482         (657 /sec)
661.72/662.03	decisions             : 657803         (1.71 % random) (1092 /sec)
661.72/662.03	propagations          : 731774592      (1214875 /sec)
661.72/662.03	conflict literals     : 30901860       (43.63 % deleted)
661.72/662.03	Memory used           : 158.88 MB
661.72/662.03	CPU time              : 602.345 s
661.72/662.03	
661.72/662.05	c Bin: Executing minisat20
661.72/662.05	c child exited successfully
661.72/662.05	c minisat20 returned code 20.
661.72/662.05	s UNSATISFIABLE
661.72/662.05	c SATZILLA_TIME=661.890000

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/node38/watcher-318197-1176314718 -o ROOT/results/node38/solver-318197-1176314718 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318197-1176314718/SATzilla2007_F /tmp/evaluation/318197-1176314718/instance-318197-1176314718.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.20 0.05 0.01 3/64 6221
/proc/meminfo: memFree=541936/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) R 6219 6221 6044 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=5764 CPUtime=0
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 63638681 5902336 542 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 1441 545 49 118 0 1320 0

[startup+0.084705 s]
/proc/loadavg: 0.20 0.05 0.01 3/64 6221
/proc/meminfo: memFree=541936/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=10716 CPUtime=0.08
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 2199 0 0 0 7 1 0 0 19 0 1 0 63638681 10973184 2193 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 2679 2193 50 118 0 2558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12228

[startup+0.102708 s]
/proc/loadavg: 0.20 0.05 0.01 3/64 6221
/proc/meminfo: memFree=541936/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=10848 CPUtime=0.09
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 2259 0 0 0 8 1 0 0 19 0 1 0 63638681 11108352 2253 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 2712 2253 50 118 0 2591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12360

[startup+0.301745 s]
/proc/loadavg: 0.20 0.05 0.01 3/64 6221
/proc/meminfo: memFree=541936/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=12960 CPUtime=0.28
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 2923 0 0 0 27 1 0 0 20 0 1 0 63638681 13271040 2917 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 3240 2917 50 118 0 3119 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14472

[startup+0.702821 s]
/proc/loadavg: 0.20 0.05 0.01 3/64 6221
/proc/meminfo: memFree=541936/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=31588 CPUtime=0.69
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 7039 0 0 0 65 4 0 0 25 0 1 0 63638681 32346112 6272 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 7897 6272 53 118 0 7776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33100

[startup+1.50197 s]
/proc/loadavg: 0.20 0.05 0.01 2/66 6223
/proc/meminfo: memFree=507488/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=36792 CPUtime=1.49
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 10379 0 0 0 144 5 0 0 25 0 1 0 63638681 37675008 7858 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134658102 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6222/statm: 9198 7858 55 118 0 9077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38304

[startup+3.10129 s]
/proc/loadavg: 0.20 0.05 0.01 2/66 6223
/proc/meminfo: memFree=510176/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=0
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6222] ppid=6221 vsize=36792 CPUtime=3.08
/proc/6222/stat : 6222 (march_dl) R 6221 6221 6044 0 -1 4194304 14631 0 0 0 300 8 0 0 25 0 1 0 63638681 37675008 8002 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134524826 0 0 8392704 0 0 0 0 17 0 0 0
/proc/6222/statm: 9198 8002 57 118 0 9077 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38304

[startup+6.30189 s]
/proc/loadavg: 0.27 0.06 0.02 2/66 6224
/proc/meminfo: memFree=535904/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=1512 CPUtime=5
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 149 15659 0 0 0 0 490 10 16 0 1 0 63638681 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6221/statm: 378 125 110 260 0 84 0
[pid=6224] ppid=6221 vsize=30788 CPUtime=1.27
/proc/6224/stat : 6224 (ubcsat2006) R 6221 6221 6044 0 -1 4194304 5791 0 0 0 125 2 0 0 25 0 1 0 63639183 31526912 5773 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134553068 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6224/statm: 7697 5773 156 64 0 7278 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32300

[startup+12.7011 s]
/proc/loadavg: 0.33 0.08 0.02 2/65 6224
/proc/meminfo: memFree=507248/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=38340 CPUtime=12.66
/proc/6221/stat : 6221 (SATzilla2007_F) R 6219 6221 6044 0 -1 4194304 8816 21456 0 0 513 5 735 13 25 0 1 0 63638681 39260160 8784 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6221/statm: 9585 8784 135 260 0 9291 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38340

[startup+25.5016 s]
/proc/loadavg: 0.47 0.12 0.04 2/65 6224
/proc/meminfo: memFree=506608/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=38340 CPUtime=25.46
/proc/6221/stat : 6221 (SATzilla2007_F) R 6219 6221 6044 0 -1 4194304 8969 21456 0 0 1789 9 735 13 25 0 1 0 63638681 39260160 8937 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6221/statm: 9585 8937 135 260 0 9291 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38340

[startup+51.1014 s]
/proc/loadavg: 0.65 0.19 0.06 2/65 6224
/proc/meminfo: memFree=505520/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=38340 CPUtime=51.05
/proc/6221/stat : 6221 (SATzilla2007_F) R 6219 6221 6044 0 -1 4194304 9266 21456 0 0 4342 15 735 13 25 0 1 0 63638681 39260160 9234 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6221/statm: 9585 9234 135 260 0 9291 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38340

[startup+102.305 s]
/proc/loadavg: 0.85 0.31 0.11 2/66 6225
/proc/meminfo: memFree=489192/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=33728 CPUtime=43.21
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 7741 0 0 0 4317 4 0 0 25 0 1 0 63644587 34537472 7693 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134528604 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 8432 7693 59 118 0 8310 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 57632

[startup+162.302 s]
/proc/loadavg: 0.94 0.44 0.16 2/66 6225
/proc/meminfo: memFree=463592/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=59332 CPUtime=103.19
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 14153 0 0 0 10309 10 0 0 25 0 1 0 63644587 60755968 14105 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134527430 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 14833 14105 59 118 0 14711 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 83236

[startup+222.301 s]
/proc/loadavg: 0.98 0.54 0.21 2/66 6225
/proc/meminfo: memFree=435176/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=87724 CPUtime=163.17
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 21241 0 0 0 16301 16 0 0 25 0 1 0 63644587 89829376 21193 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 21931 21193 59 118 0 21809 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 111628

[startup+282.302 s]
/proc/loadavg: 0.99 0.62 0.26 2/66 6225
/proc/meminfo: memFree=421224/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=101728 CPUtime=223.15
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 24698 0 0 0 22295 20 0 0 25 0 1 0 63644587 104169472 24650 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 25432 24650 59 118 0 25310 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 125632

[startup+342.301 s]
/proc/loadavg: 0.99 0.68 0.30 2/66 6225
/proc/meminfo: memFree=407144/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=115524 CPUtime=283.14
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 28194 0 0 0 28289 25 0 0 25 0 1 0 63644587 118296576 28146 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134527615 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 28881 28146 59 118 0 28759 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 139428

[startup+402.302 s]
/proc/loadavg: 0.99 0.74 0.34 2/66 6225
/proc/meminfo: memFree=400232/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=122392 CPUtime=343.11
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 29953 0 0 0 34284 27 0 0 25 0 1 0 63644587 125329408 29905 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 30598 29905 59 118 0 30476 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 146296

[startup+462.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/66 6225
/proc/meminfo: memFree=388456/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=134516 CPUtime=403.09
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 32848 0 0 0 40277 32 0 0 25 0 1 0 63644587 137744384 32800 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 33629 32800 59 118 0 33507 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 158420

[startup+522.301 s]
/proc/loadavg: 0.99 0.82 0.42 2/66 6225
/proc/meminfo: memFree=382632/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=140468 CPUtime=463.07
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 34330 0 0 0 46273 34 0 0 25 0 1 0 63644587 143839232 34282 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 35117 34282 59 118 0 34995 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 164372

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 6225
/proc/meminfo: memFree=376552/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=146408 CPUtime=523.05
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 35848 0 0 0 52269 36 0 0 25 0 1 0 63644587 149921792 35800 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 36602 35800 59 118 0 36480 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 170312

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 6225
/proc/meminfo: memFree=364072/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=158704 CPUtime=583.04
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 38935 0 0 0 58264 40 0 0 25 0 1 0 63644587 162512896 38887 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 39676 38887 59 118 0 39554 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 182608

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

[startup+652.701 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=362088/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=160816 CPUtime=593.42
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39459 0 0 0 59302 40 0 0 25 0 1 0 63644587 164675584 39411 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40204 39411 59 118 0 40082 0
Current children cumulated CPU time (s) 652.42
Current children cumulated vsize (KiB) 184720

[startup+655.903 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=361512/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=161344 CPUtime=596.63
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39592 0 0 0 59622 41 0 0 25 0 1 0 63644587 165216256 39544 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40336 39544 59 118 0 40214 0
Current children cumulated CPU time (s) 655.63
Current children cumulated vsize (KiB) 185248

[startup+659.102 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=360872/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=162004 CPUtime=599.82
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39749 0 0 0 59941 41 0 0 25 0 1 0 63644587 165892096 39701 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40501 39701 59 118 0 40379 0
Current children cumulated CPU time (s) 658.82
Current children cumulated vsize (KiB) 185908

[startup+660.702 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=360552/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=162400 CPUtime=601.42
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39871 0 0 0 60101 41 0 0 25 0 1 0 63644587 166297600 39823 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40600 39823 59 118 0 40478 0
Current children cumulated CPU time (s) 660.42
Current children cumulated vsize (KiB) 186304

[startup+661.502 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=360296/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=162684 CPUtime=602.22
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39923 0 0 0 60181 41 0 0 25 0 1 0 63644587 166588416 39875 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40671 39875 59 118 0 40549 0
Current children cumulated CPU time (s) 661.22
Current children cumulated vsize (KiB) 186588

[startup+661.901 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=360296/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=162684 CPUtime=602.62
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39937 0 0 0 60221 41 0 0 25 0 1 0 63644587 166588416 39889 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40671 39889 59 118 0 40549 0
Current children cumulated CPU time (s) 661.62
Current children cumulated vsize (KiB) 186588

[startup+662.001 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 6225
/proc/meminfo: memFree=360296/2055920 swapFree=4192812/4192956
[pid=6221] ppid=6219 vsize=23904 CPUtime=59
/proc/6221/stat : 6221 (SATzilla2007_F) S 6219 6221 6044 0 -1 4194304 21756 21456 0 0 5130 22 735 13 25 0 1 0 63638681 24477696 5692 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6221/statm: 5976 5692 170 260 0 5682 0
[pid=6225] ppid=6221 vsize=162684 CPUtime=602.72
/proc/6225/stat : 6225 (minisat20) R 6221 6221 6044 0 -1 4194304 39947 0 0 0 60231 41 0 0 25 0 1 0 63644587 166588416 39899 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6225/statm: 40671 39899 59 118 0 40549 0
Current children cumulated CPU time (s) 661.72
Current children cumulated vsize (KiB) 186588

Child status: 20
Real time (s): 662.062
CPU time (s): 661.811
CPU user time (s): 661.003
CPU system time (s): 0.808877
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 186588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.003
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83178
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= 33
involuntary context switches= 1552

runsolver used 0.626904 second user time and 1.39779 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Apr 11 18:05:20 UTC 2007

IDJOB= 318197
IDBENCH= 20448
IDSOLVER= 136
FILE ID= node38/318197-1176314718

PBS_JOBID= 4516695

Free space on /tmp= 66549 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc1093.cnf
COMMAND LINE= /tmp/evaluation/318197-1176314718/SATzilla2007_F /tmp/evaluation/318197-1176314718/instance-318197-1176314718.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-318197-1176314718 -o ROOT/results/node38/solver-318197-1176314718 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318197-1176314718/SATzilla2007_F /tmp/evaluation/318197-1176314718/instance-318197-1176314718.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  fe5edee84f2eb21126b00640515281bf

RANDOM SEED= 712535730

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:        542344 kB
Buffers:         41812 kB
Cached:        1237200 kB
SwapCached:          0 kB
Active:         853484 kB
Inactive:       440792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        542344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16588 kB
Writeback:           0 kB
Mapped:          25512 kB
Slab:           205240 kB
Committed_AS:   112296 kB
PageTables:       1468 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= 66549 MiB

End job on node38 on Wed Apr 11 18:16:23 UTC 2007