Trace number 310447

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
tinisat 2007-02-08UNSAT 992.572 993.052

General information on the benchmark

Namerandom/2+p/p0.9/v630/
unif2p-p0.9-v630-c2280-S779175761-20-UNSAT.cnf
MD5SUMe4a16dbebaf749785d32ea7331a934fc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.09138
Satisfiable
(Un)Satisfiability was proved
Number of variables630
Number of clauses2280
Sum of the clauses size6612
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2228
Number of clauses of size 32052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/310447-1172559632/instance-310447-1172559632.cnf
0.00/0.00	c 630 variables, 2280 clauses
992.46/993.04	s UNSATISFIABLE
992.46/993.04	c 530365 decisions, 432993 conflicts, 253 restarts
992.46/993.04	c solved in 992.56s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node66/watcher-310447-1172559632 -o ROOT/results/node66/solver-310447-1172559632 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/310447-1172559632/tinisat /tmp/evaluation/310447-1172559632/instance-310447-1172559632.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 16398
/proc/meminfo: memFree=1819248/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=844 CPUtime=0
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 275920775 864256 118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 211 118 51 110 0 98 0

[startup+0.107717 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 16398
/proc/meminfo: memFree=1819248/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=1116 CPUtime=0.1
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 179 0 0 0 10 0 0 0 18 0 1 0 275920775 1142784 163 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 279 163 52 110 0 166 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1116

[startup+0.517797 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 16398
/proc/meminfo: memFree=1819248/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=2084 CPUtime=0.51
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 312 0 0 0 51 0 0 0 22 0 1 0 275920775 2134016 296 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515318 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 521 296 52 110 0 408 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2084

[startup+1.33996 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 16399
/proc/meminfo: memFree=1817640/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=3328 CPUtime=1.33
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 490 0 0 0 133 0 0 0 25 0 1 0 275920775 3407872 474 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 832 474 52 110 0 719 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3328

[startup+2.97629 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 16399
/proc/meminfo: memFree=1816680/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=3592 CPUtime=2.96
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 758 0 0 0 296 0 0 0 25 0 1 0 275920775 3678208 742 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 898 742 52 110 0 785 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 3592

[startup+6.25495 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 16399
/proc/meminfo: memFree=1815208/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=6080 CPUtime=6.24
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 1072 0 0 0 623 1 0 0 25 0 1 0 275920775 6225920 1056 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 1520 1056 52 110 0 1407 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6080

[startup+12.7082 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 16399
/proc/meminfo: memFree=1813224/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=6756 CPUtime=12.69
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 1545 0 0 0 1268 1 0 0 25 0 1 0 275920775 6918144 1496 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 1689 1496 52 110 0 1576 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6756

[startup+25.5088 s]
/proc/loadavg: 0.94 0.95 0.97 2/65 16399
/proc/meminfo: memFree=1810984/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=11680 CPUtime=25.49
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 2124 0 0 0 2547 2 0 0 25 0 1 0 275920775 11960320 2075 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 2920 2075 52 110 0 2807 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11680

[startup+51.128 s]
/proc/loadavg: 0.96 0.96 0.97 2/71 16499
/proc/meminfo: memFree=1806176/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=12696 CPUtime=51.05
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 3033 0 0 0 5101 4 0 0 25 0 1 0 275920775 13000704 2919 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 3174 2919 52 110 0 3061 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12696

[startup+102.365 s]
/proc/loadavg: 0.98 0.96 0.97 2/71 16569
/proc/meminfo: memFree=1801120/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=22836 CPUtime=102.23
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 4282 0 0 0 10217 6 0 0 25 0 1 0 275920775 23384064 4168 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 5709 4168 52 110 0 5596 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22836

[startup+162.391 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1797800/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=24240 CPUtime=162.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 5513 0 0 0 16214 7 0 0 25 0 1 0 275920775 24821760 5237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 6060 5237 52 110 0 5947 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 24240

[startup+222.415 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1794024/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=42752 CPUtime=222.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 6495 0 0 0 22213 8 0 0 25 0 1 0 275920775 43778048 6219 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 10688 6219 52 110 0 10575 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 42752

[startup+282.435 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1790632/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=43320 CPUtime=282.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 7364 0 0 0 28211 10 0 0 25 0 1 0 275920775 44359680 7088 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 10830 7088 52 110 0 10717 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 43320

[startup+342.453 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1787432/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=44432 CPUtime=342.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 8213 0 0 0 34210 11 0 0 25 0 1 0 275920775 45498368 7871 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 11108 7871 52 110 0 10995 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 44432

[startup+402.475 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1784744/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=46140 CPUtime=402.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 9171 0 0 0 40209 12 0 0 25 0 1 0 275920775 47247360 8539 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 11535 8539 52 110 0 11422 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 46140

[startup+462.497 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1782248/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=46592 CPUtime=462.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 9791 0 0 0 46208 13 0 0 25 0 1 0 275920775 47710208 9159 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 11648 9159 52 110 0 11535 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 46592

[startup+522.52 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1779752/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=47260 CPUtime=522.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 10418 0 0 0 52207 14 0 0 25 0 1 0 275920775 48394240 9786 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 11815 9786 52 110 0 11702 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 47260

[startup+582.539 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1777448/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=47584 CPUtime=582.21
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 10980 0 0 0 58206 15 0 0 25 0 1 0 275920775 48726016 10348 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 11896 10348 52 110 0 11783 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 47584

[startup+642.56 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1775144/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=48028 CPUtime=642.2
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 11548 0 0 0 64205 15 0 0 25 0 1 0 275920775 49180672 10916 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 12007 10916 52 110 0 11894 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 48028

[startup+702.578 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16597
/proc/meminfo: memFree=1773160/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=48476 CPUtime=702.2
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 12107 0 0 0 70204 16 0 0 25 0 1 0 275920775 49639424 11410 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 12119 11410 52 110 0 12006 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 48476

[startup+762.598 s]
/proc/loadavg: 1.04 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1770856/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=84444 CPUtime=762.2
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 12669 0 0 0 76203 17 0 0 25 0 1 0 275920775 86470656 11972 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21111 11972 52 110 0 20998 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 84444

[startup+822.62 s]
/proc/loadavg: 1.01 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1769064/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=84604 CPUtime=822.19
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 13105 0 0 0 82202 17 0 0 25 0 1 0 275920775 86634496 12408 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21151 12408 52 110 0 21038 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 84604

[startup+882.64 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1767272/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=84736 CPUtime=882.19
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 13561 0 0 0 88201 18 0 0 25 0 1 0 275920775 86769664 12864 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21184 12864 52 110 0 21071 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 84736

[startup+942.659 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1765352/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=84896 CPUtime=942.19
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14024 0 0 0 94200 19 0 0 25 0 1 0 275920775 86933504 13327 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21224 13327 52 110 0 21111 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 84896

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

[startup+943.989 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1765352/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=84896 CPUtime=943.52
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14033 0 0 0 94333 19 0 0 25 0 1 0 275920775 86933504 13336 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21224 13336 52 110 0 21111 0
Current children cumulated CPU time (s) 943.52
Current children cumulated vsize (KiB) 84896

[startup+970.213 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764584/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=969.73
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14246 0 0 0 96954 19 0 0 25 0 1 0 275920775 87068672 13549 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13549 52 110 0 21144 0
Current children cumulated CPU time (s) 969.73
Current children cumulated vsize (KiB) 85028

[startup+983.322 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764264/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=982.83
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14333 0 0 0 98264 19 0 0 25 0 1 0 275920775 87068672 13636 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13636 52 110 0 21144 0
Current children cumulated CPU time (s) 982.83
Current children cumulated vsize (KiB) 85028

[startup+989.877 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764008/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=989.38
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14384 0 0 0 98919 19 0 0 25 0 1 0 275920775 87068672 13687 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13687 52 110 0 21144 0
Current children cumulated CPU time (s) 989.38
Current children cumulated vsize (KiB) 85028

[startup+991.516 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764008/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=991.03
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14394 0 0 0 99084 19 0 0 25 0 1 0 275920775 87068672 13697 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13697 52 110 0 21144 0
Current children cumulated CPU time (s) 991.03
Current children cumulated vsize (KiB) 85028

[startup+992.335 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764008/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=991.84
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14400 0 0 0 99165 19 0 0 25 0 1 0 275920775 87068672 13703 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13703 52 110 0 21144 0
Current children cumulated CPU time (s) 991.84
Current children cumulated vsize (KiB) 85028

[startup+992.747 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764008/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=992.25
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14402 0 0 0 99206 19 0 0 25 0 1 0 275920775 87068672 13705 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13705 52 110 0 21144 0
Current children cumulated CPU time (s) 992.25
Current children cumulated vsize (KiB) 85028

[startup+992.951 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 16597
/proc/meminfo: memFree=1764008/2055920 swapFree=4179812/4192956
[pid=16398] ppid=16396 vsize=85028 CPUtime=992.46
/proc/16398/stat : 16398 (tinisat) R 16396 16398 15841 0 -1 4194304 14403 0 0 0 99227 19 0 0 25 0 1 0 275920775 87068672 13706 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16398/statm: 21257 13706 52 110 0 21144 0
Current children cumulated CPU time (s) 992.46
Current children cumulated vsize (KiB) 85028

Child status: 20
Real time (s): 993.052
CPU time (s): 992.572
CPU user time (s): 992.363
CPU system time (s): 0.208968
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 85028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 992.363
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14410
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= 1959

runsolver used 0.663899 second user time and 2.07168 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue Feb 27 07:00:32 UTC 2007

IDJOB= 310447
IDBENCH= 20287
IDSOLVER= 100
FILE ID= node66/310447-1172559632

PBS_JOBID= 3971864

Free space on /tmp= 66562 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v630/unif2p-p0.9-v630-c2280-S779175761-20-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/310447-1172559632/tinisat /tmp/evaluation/310447-1172559632/instance-310447-1172559632.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-310447-1172559632 -o ROOT/results/node66/solver-310447-1172559632 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/310447-1172559632/tinisat /tmp/evaluation/310447-1172559632/instance-310447-1172559632.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  e4a16dbebaf749785d32ea7331a934fc

RANDOM SEED= 595332085

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1819656 kB
Buffers:         30832 kB
Cached:         153728 kB
SwapCached:       7404 kB
Active:          97700 kB
Inactive:       100068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819656 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:             572 kB
Writeback:           0 kB
Mapped:          15280 kB
Slab:            24592 kB
Committed_AS:   680448 kB
PageTables:       1376 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= 66562 MiB

End job on node66 on Tue Feb 27 07:17:05 UTC 2007