Trace number 332136

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-08? (TO) 1200.06 1200.14

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
gt-ordering-unsat-gt-025.sat05-1306.reshuffled-07.cnf
MD5SUM47828b3a4e2ae65de4085316feb1d449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.754884
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses14125
Sum of the clauses size42600
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2300
Number of clauses of size 313800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/332136-1173465641/instance-332136-1173465641.cnf
0.00/0.02	c 625 variables, 14125 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-332136-1173465641 -o ROOT/results/node16/solver-332136-1173465641 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332136-1173465641/tinisat /tmp/evaluation/332136-1173465641/instance-332136-1173465641.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.91 0.95 0.87 3/77 9419
/proc/meminfo: memFree=1769456/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=848 CPUtime=0
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 366518428 868352 103 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 212 103 48 110 0 99 0

[startup+0.0977541 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 9419
/proc/meminfo: memFree=1769456/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=2704 CPUtime=0.09
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 376 0 0 0 9 0 0 0 18 0 1 0 366518428 2768896 360 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 676 360 52 110 0 563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2704

[startup+0.102753 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 9419
/proc/meminfo: memFree=1769456/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=2704 CPUtime=0.1
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 379 0 0 0 10 0 0 0 18 0 1 0 366518428 2768896 363 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520251 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 676 363 52 110 0 563 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2704

[startup+0.301728 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 9419
/proc/meminfo: memFree=1769456/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=2704 CPUtime=0.29
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 505 0 0 0 29 0 0 0 19 0 1 0 366518428 2768896 489 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 676 489 52 110 0 563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2704

[startup+0.701688 s]
/proc/loadavg: 0.91 0.95 0.87 3/77 9419
/proc/meminfo: memFree=1769456/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=4480 CPUtime=0.69
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 741 0 0 0 69 0 0 0 23 0 1 0 366518428 4587520 725 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515352 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 1120 725 52 110 0 1007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4480

[startup+1.50158 s]
/proc/loadavg: 0.91 0.95 0.87 2/78 9420
/proc/meminfo: memFree=1766056/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=8292 CPUtime=1.49
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 1197 0 0 0 149 0 0 0 25 0 1 0 366518428 8491008 1181 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515431 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 2073 1181 52 110 0 1960 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8292

[startup+3.10139 s]
/proc/loadavg: 0.91 0.95 0.87 2/78 9420
/proc/meminfo: memFree=1763688/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=8700 CPUtime=3.09
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 1832 0 0 0 309 0 0 0 25 0 1 0 366518428 8908800 1816 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 2175 1816 52 110 0 2062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8700

[startup+6.30101 s]
/proc/loadavg: 0.92 0.95 0.87 2/78 9420
/proc/meminfo: memFree=1759208/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=16448 CPUtime=6.29
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 2808 0 0 0 628 1 0 0 25 0 1 0 366518428 16842752 2759 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 4112 2759 52 110 0 3999 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16448

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.87 2/78 9420
/proc/meminfo: memFree=1753640/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=17380 CPUtime=12.69
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 4174 0 0 0 1266 3 0 0 25 0 1 0 366518428 17797120 4060 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515506 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 4345 4060 52 110 0 4232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17380

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.87 2/78 9420
/proc/meminfo: memFree=1744616/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=32772 CPUtime=25.49
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 6318 0 0 0 2545 4 0 0 25 0 1 0 366518428 33558528 6204 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 8193 6204 52 110 0 8080 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32772

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.88 2/78 9420
/proc/meminfo: memFree=1733608/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=63404 CPUtime=51.09
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 9244 0 0 0 5102 7 0 0 25 0 1 0 366518428 64925696 9001 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520020 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 15851 9001 52 110 0 15738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63404

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.88 2/78 9420
/proc/meminfo: memFree=1713448/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=67244 CPUtime=102.29
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 14465 0 0 0 10217 12 0 0 25 0 1 0 366518428 68857856 13965 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 16811 13965 52 110 0 16698 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 67244

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/78 9420
/proc/meminfo: memFree=1698088/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=126104 CPUtime=162.28
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 18301 0 0 0 16212 16 0 0 25 0 1 0 366518428 129130496 17801 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 31526 17801 52 110 0 31413 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 126104

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/78 9420
/proc/meminfo: memFree=1687272/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=128776 CPUtime=222.28
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 21298 0 0 0 22209 19 0 0 25 0 1 0 366518428 131866624 20469 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 32194 20469 52 110 0 32081 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 128776

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/78 9420
/proc/meminfo: memFree=1678440/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=130368 CPUtime=282.27
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 23777 0 0 0 28205 22 0 0 25 0 1 0 366518428 133496832 22720 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 32592 22720 52 110 0 32479 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 130368

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1670632/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=133476 CPUtime=342.27
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 26267 0 0 0 34202 25 0 0 25 0 1 0 366518428 136679424 24631 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 33369 24631 52 110 0 33256 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 133476

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1662504/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=136776 CPUtime=402.26
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 28659 0 0 0 40199 27 0 0 25 0 1 0 366518428 140058624 26666 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 34194 26666 52 110 0 34081 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 136776

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1656296/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=137612 CPUtime=462.26
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 30230 0 0 0 46196 30 0 0 25 0 1 0 366518428 140914688 28204 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 34403 28204 52 110 0 34290 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 137612

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1650792/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=138092 CPUtime=522.26
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 31605 0 0 0 52195 31 0 0 25 0 1 0 366518428 141406208 29579 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 34523 29579 52 110 0 34410 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 138092

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1646120/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=138900 CPUtime=582.26
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 32827 0 0 0 58193 33 0 0 25 0 1 0 366518428 142233600 30735 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 34725 30735 52 110 0 34612 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 138900

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1640616/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=139604 CPUtime=642.25
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 34374 0 0 0 64189 36 0 0 25 0 1 0 366518428 142954496 32152 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 34901 32152 52 110 0 34788 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 139604

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1635304/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=140376 CPUtime=702.24
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 35694 0 0 0 70187 37 0 0 25 0 1 0 366518428 143745024 33439 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 35094 33439 52 110 0 34981 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 140376

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1630568/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=254152 CPUtime=762.24
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 36874 0 0 0 76186 38 0 0 25 0 1 0 366518428 260251648 34619 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 63538 34619 52 110 0 63425 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 254152

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1626024/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=254472 CPUtime=822.23
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 38033 0 0 0 82183 40 0 0 25 0 1 0 366518428 260579328 35745 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 63618 35745 52 110 0 63505 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 254472

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1619560/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=258920 CPUtime=882.23
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 40410 0 0 0 88180 43 0 0 25 0 1 0 366518428 265134080 37343 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 64730 37343 52 110 0 64617 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 258920

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1614504/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=262512 CPUtime=942.23
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 42532 0 0 0 94178 45 0 0 25 0 1 0 366518428 268812288 38626 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 65628 38626 52 110 0 65515 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 262512

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 9420
/proc/meminfo: memFree=1610024/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=263808 CPUtime=1002.23
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 43973 0 0 0 100176 47 0 0 25 0 1 0 366518428 270139392 39775 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 65952 39775 52 110 0 65839 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 263808

[startup+1062.3 s]
/proc/loadavg: 1.03 0.99 0.91 2/78 9420
/proc/meminfo: memFree=1605992/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=264976 CPUtime=1062.22
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 45238 0 0 0 106173 49 0 0 25 0 1 0 366518428 271335424 40783 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 66244 40783 52 110 0 66131 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 264976

[startup+1122.3 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 9420
/proc/meminfo: memFree=1601512/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=264976 CPUtime=1122.22
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 46360 0 0 0 112171 51 0 0 25 0 1 0 366518428 271335424 41905 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 66244 41905 52 110 0 66131 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 264976

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9420
/proc/meminfo: memFree=1597288/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=265424 CPUtime=1182.21
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 47408 0 0 0 118169 52 0 0 25 0 1 0 366518428 271794176 42920 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 66356 42920 52 110 0 66243 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 265424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9420
/proc/meminfo: memFree=1595944/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=265424 CPUtime=1200.02
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 47746 0 0 0 119949 53 0 0 25 0 1 0 366518428 271794176 43258 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 66356 43258 52 110 0 66243 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 265424

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9420
/proc/meminfo: memFree=1595944/2055920 swapFree=4159664/4192956
[pid=9419] ppid=9417 vsize=265424 CPUtime=1200.02
/proc/9419/stat : 9419 (tinisat) R 9417 9419 9066 0 -1 4194304 47746 0 0 0 119949 53 0 0 25 0 1 0 366518428 271794176 43258 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 66356 43258 52 110 0 66243 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 265424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.14
CPU time (s): 1200.06
CPU user time (s): 1199.5
CPU system time (s): 0.558915
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 265424

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

runsolver used 1.37979 second user time and 2.99554 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Fri Mar  9 18:40:41 UTC 2007

IDJOB= 332136
IDBENCH= 24573
IDSOLVER= 100
FILE ID= node16/332136-1173465641

PBS_JOBID= 4101061

Free space on /tmp= 66443 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/gt-ordering-unsat-gt-025.sat05-1306.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332136-1173465641/tinisat /tmp/evaluation/332136-1173465641/instance-332136-1173465641.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-332136-1173465641 -o ROOT/results/node16/solver-332136-1173465641 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332136-1173465641/tinisat /tmp/evaluation/332136-1173465641/instance-332136-1173465641.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  47828b3a4e2ae65de4085316feb1d449

RANDOM SEED= 907693607

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1769864 kB
Buffers:         38692 kB
Cached:         166472 kB
SwapCached:       2712 kB
Active:         121736 kB
Inactive:       106636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769864 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          30676 kB
Slab:            43272 kB
Committed_AS:  1322244 kB
PageTables:       1720 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= 66443 MiB

End job on node16 on Fri Mar  9 19:00:43 UTC 2007