Trace number 422010

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
minisat SAT 2007UNSAT 499.664 499.845

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0394
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  139818                                               |
0.00/0.00	c |  Number of clauses:    724504                                               |
0.69/0.77	c |  Parsing time:         0.69         s                                       |
31.67/31.71	c ============================[ Search Statistics ]==============================
31.67/31.71	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.67/31.71	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.67/31.71	c ===============================================================================
31.67/31.71	c |         0 |   38490   526581  2239842 |   175527        0    nan |  0.000 % |
31.77/31.89	c |       102 |   38490   526581  2239842 |   193079      102     23 |  0.024 % |
32.27/32.31	c |       252 |   38490   526581  2239842 |   212387      252     25 |  0.024 % |
32.37/32.47	c |       478 |   38490   526581  2239842 |   233626      478     17 |  0.024 % |
33.17/33.27	c |       815 |   38490   526581  2239842 |   256989      815     17 |  0.024 % |
33.57/33.63	c |      1321 |   38490   526581  2239842 |   282687     1321     14 |  0.024 % |
35.17/35.25	c |      2080 |   38490   526581  2239842 |   310956     2080     18 |  0.024 % |
36.46/36.54	c |      3221 |   38490   526581  2239842 |   342052     3221     17 |  0.024 % |
39.47/39.55	c |      4930 |   38490   526581  2239842 |   376257     4930     19 |  0.024 % |
44.46/44.54	c |      7492 |   38490   526581  2239842 |   413883     7492     22 |  0.024 % |
50.25/50.31	c |     11337 |   38490   526581  2239842 |   455271    11337     26 |  0.024 % |
58.35/58.48	c |     17104 |   38467   526271  2238594 |   500799    17102     29 |  0.041 % |
71.75/71.88	c |     25754 |   38467   526271  2238594 |   550878    25752     32 |  0.041 % |
89.74/89.88	c |     38729 |   38467   526271  2238594 |   605966    38727     33 |  0.041 % |
117.54/117.69	c |     58191 |   38467   526271  2238594 |   666563    58189     32 |  0.041 % |
164.62/164.78	c |     87385 |   38467   526271  2238594 |   733219    87383     32 |  0.041 % |
235.89/236.10	c |    131174 |   38467   526271  2238594 |   806541   131172     30 |  0.041 % |
352.97/353.16	c |    196859 |   38466   526241  2238524 |   887196   191127     27 |  0.041 % |
499.61/499.82	c ===============================================================================
499.61/499.82	c restarts              : 18
499.61/499.82	c conflicts             : 265457         (531 /sec)
499.61/499.82	c decisions             : 379639         (1.78 % random) (760 /sec)
499.61/499.82	c propagations          : 372171413      (745121 /sec)
499.61/499.82	c conflict literals     : 6591771        (47.92 % deleted)
499.61/499.82	c Memory used           : 112.99 MB
499.61/499.82	c CPU time              : 499.478 s
499.61/499.82	c 
499.61/499.82	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-422010-1177542227 -o ROOT/results/node25/solver-422010-1177542227 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422010-1177542227/minisat_noassertions /tmp/evaluation/422010-1177542227/instance-422010-1177542227.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.00 0.00 0.00 3/64 15784
/proc/meminfo: memFree=1840088/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=2332 CPUtime=0
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 202139896 2387968 476 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134515328 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 583 476 50 130 0 450 0

[startup+0.0435611 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 15784
/proc/meminfo: memFree=1840088/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=5284 CPUtime=0.03
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 1183 0 0 0 3 0 0 0 18 0 1 0 202139896 5410816 1169 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 1321 1169 50 130 0 1188 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5284

[startup+0.10257 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 15784
/proc/meminfo: memFree=1840088/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=10064 CPUtime=0.09
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 2265 0 0 0 9 0 0 0 18 0 1 0 202139896 10305536 2251 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 2516 2252 50 130 0 2383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10064

[startup+0.302603 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 15784
/proc/meminfo: memFree=1840088/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=25084 CPUtime=0.29
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 5846 0 0 0 26 3 0 0 20 0 1 0 202139896 25686016 5832 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 6271 5832 50 130 0 6138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25084

[startup+0.701672 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 15784
/proc/meminfo: memFree=1840088/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=54360 CPUtime=0.69
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 12932 0 0 0 62 7 0 0 23 0 1 0 202139896 55664640 12918 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 13590 12918 50 130 0 13457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54360

[startup+1.50181 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 15785
/proc/meminfo: memFree=1783376/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=64380 CPUtime=1.49
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 14206 0 0 0 141 8 0 0 25 0 1 0 202139896 65925120 14192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 16095 14192 62 130 0 15962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64380

[startup+3.10108 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 15785
/proc/meminfo: memFree=1783248/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=64380 CPUtime=3.09
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 14206 0 0 0 301 8 0 0 25 0 1 0 202139896 65925120 14192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 16095 14192 62 130 0 15962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64380

[startup+6.30163 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 15785
/proc/meminfo: memFree=1762384/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=105528 CPUtime=6.28
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 24991 0 0 0 616 12 0 0 25 0 1 0 202139896 108060672 24977 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 26382 24977 62 130 0 26249 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105528

[startup+12.7017 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 15785
/proc/meminfo: memFree=1726800/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=123288 CPUtime=12.68
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 28305 0 0 0 1254 14 0 0 25 0 1 0 202139896 126246912 28291 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 30822 28291 62 130 0 30689 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 123288

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 15785
/proc/meminfo: memFree=1721616/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=125664 CPUtime=25.48
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 29613 0 0 0 2533 15 0 0 25 0 1 0 202139896 128679936 29599 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529378 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 31416 29599 62 130 0 31283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 125664

[startup+51.1023 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 15785
/proc/meminfo: memFree=1733520/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=112272 CPUtime=51.06
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30195 0 0 0 5091 15 0 0 25 0 1 0 202139896 114966528 26613 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28068 26613 67 130 0 27935 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 112272

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 15785
/proc/meminfo: memFree=1733584/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=112272 CPUtime=102.24
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30199 0 0 0 10209 15 0 0 25 0 1 0 202139896 114966528 26617 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28068 26617 67 130 0 27935 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 112272

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 15785
/proc/meminfo: memFree=1733392/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=112636 CPUtime=162.22
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30283 0 0 0 16207 15 0 0 25 0 1 0 202139896 115339264 26701 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28159 26701 67 130 0 28026 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 112636

[startup+222.301 s]
/proc/loadavg: 1.03 0.53 0.21 2/65 15785
/proc/meminfo: memFree=1732944/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=113060 CPUtime=222.2
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30375 0 0 0 22205 15 0 0 25 0 1 0 202139896 115773440 26793 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28265 26793 67 130 0 28132 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 113060

[startup+282.302 s]
/proc/loadavg: 1.01 0.61 0.25 2/65 15785
/proc/meminfo: memFree=1731984/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=114420 CPUtime=282.18
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30606 0 0 0 28203 15 0 0 25 0 1 0 202139896 117166080 27024 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548743 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28605 27024 67 130 0 28472 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 114420

[startup+342.302 s]
/proc/loadavg: 1.00 0.68 0.30 2/65 15785
/proc/meminfo: memFree=1731856/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=114584 CPUtime=342.17
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30673 0 0 0 34201 16 0 0 25 0 1 0 202139896 117334016 27091 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28646 27091 67 130 0 28513 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 114584

[startup+402.301 s]
/proc/loadavg: 1.00 0.74 0.34 2/65 15785
/proc/meminfo: memFree=1731408/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115452 CPUtime=402.14
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30783 0 0 0 40198 16 0 0 25 0 1 0 202139896 118222848 27201 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28863 27201 67 130 0 28730 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 115452

[startup+462.301 s]
/proc/loadavg: 1.00 0.78 0.38 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=462.12
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 46196 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 115696

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

[startup+486.301 s]
/proc/loadavg: 1.00 0.80 0.39 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=486.11
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 48595 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 486.11
Current children cumulated vsize (KiB) 115696

[startup+492.701 s]
/proc/loadavg: 1.00 0.80 0.39 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=492.52
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49236 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 492.52
Current children cumulated vsize (KiB) 115696

[startup+495.902 s]
/proc/loadavg: 1.00 0.80 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=495.71
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49555 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 495.71
Current children cumulated vsize (KiB) 115696

[startup+497.501 s]
/proc/loadavg: 1.00 0.80 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=497.31
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49715 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 497.31
Current children cumulated vsize (KiB) 115696

[startup+499.102 s]
/proc/loadavg: 1.00 0.80 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=498.91
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49875 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545953 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 498.91
Current children cumulated vsize (KiB) 115696

[startup+499.502 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=499.31
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49915 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 499.31
Current children cumulated vsize (KiB) 115696

[startup+499.702 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=499.51
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49935 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 499.51
Current children cumulated vsize (KiB) 115696

[startup+499.802 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 15785
/proc/meminfo: memFree=1731024/2055920 swapFree=4182892/4192956
[pid=15784] ppid=15782 vsize=115696 CPUtime=499.61
/proc/15784/stat : 15784 (minisat_noasser) R 15782 15784 15728 0 -1 4194304 30870 0 0 0 49945 16 0 0 25 0 1 0 202139896 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15784/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 499.61
Current children cumulated vsize (KiB) 115696

Child status: 20
Real time (s): 499.845
CPU time (s): 499.664
CPU user time (s): 499.478
CPU system time (s): 0.185971
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 131120

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

runsolver used 0.375942 second user time and 0.994848 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Apr 25 23:03:48 UTC 2007

IDJOB= 422010
IDBENCH= 20416
IDSOLVER= 189
FILE ID= node25/422010-1177542227

PBS_JOBID= 4695929

Free space on /tmp= 66355 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h30-unknown.cnf
COMMAND LINE= /tmp/evaluation/422010-1177542227/minisat_noassertions /tmp/evaluation/422010-1177542227/instance-422010-1177542227.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-422010-1177542227 -o ROOT/results/node25/solver-422010-1177542227 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422010-1177542227/minisat_noassertions /tmp/evaluation/422010-1177542227/instance-422010-1177542227.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 577687978

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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.261
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:       1840560 kB
Buffers:         27424 kB
Cached:         135892 kB
SwapCached:       3964 kB
Active:          74048 kB
Inactive:        98664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840560 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:           14768 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            28804 kB
Committed_AS:  4190252 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66355 MiB

End job on node25 on Wed Apr 25 23:12:08 UTC 2007