Trace number 332262

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.1 1200.43

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
gt-ordering-sat-gt-030.sat05-1295.reshuffled-07.cnf
MD5SUM34b1f42b624d5a1741ab91996f1b23dd
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.9953
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/332262-1173471330/instance-332262-1173471330.cnf
0.00/0.03	c 900 variables, 24824 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/node14/watcher-332262-1173471330 -o ROOT/results/node14/solver-332262-1173471330 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332262-1173471330/tinisat /tmp/evaluation/332262-1173471330/instance-332262-1173471330.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: 1.08 1.01 0.94 3/77 23830
/proc/meminfo: memFree=1583680/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=912 CPUtime=0
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 367087428 933888 109 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 228 109 48 110 0 115 0

[startup+0.035756 s]
/proc/loadavg: 1.08 1.01 0.94 3/77 23830
/proc/meminfo: memFree=1583680/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=2348 CPUtime=0.03
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 320 0 0 0 3 0 0 0 18 0 1 0 367087428 2404352 304 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134527083 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 587 304 51 110 0 474 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2348

[startup+0.102762 s]
/proc/loadavg: 1.08 1.01 0.94 3/77 23830
/proc/meminfo: memFree=1583680/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=2612 CPUtime=0.1
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 552 0 0 0 10 0 0 0 18 0 1 0 367087428 2674688 536 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 653 536 52 110 0 540 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2612

[startup+0.301782 s]
/proc/loadavg: 1.08 1.01 0.94 3/77 23830
/proc/meminfo: memFree=1583680/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=4172 CPUtime=0.29
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 666 0 0 0 29 0 0 0 19 0 1 0 367087428 4272128 650 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 1043 650 52 110 0 930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4172

[startup+0.702819 s]
/proc/loadavg: 1.08 1.01 0.94 3/77 23830
/proc/meminfo: memFree=1583680/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=4172 CPUtime=0.69
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 857 0 0 0 69 0 0 0 23 0 1 0 367087428 4272128 841 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 1043 841 52 110 0 930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4172

[startup+1.5019 s]
/proc/loadavg: 1.08 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1579960/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=7288 CPUtime=1.49
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 1198 0 0 0 149 0 0 0 25 0 1 0 367087428 7462912 1182 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515532 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 1822 1182 52 110 0 1709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7288

[startup+3.10105 s]
/proc/loadavg: 1.08 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1578040/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=7824 CPUtime=3.08
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 1792 0 0 0 308 0 0 0 25 0 1 0 367087428 8011776 1776 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 1956 1776 52 110 0 1843 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7824

[startup+6.30135 s]
/proc/loadavg: 1.08 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1573880/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=14732 CPUtime=6.29
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 2715 0 0 0 628 1 0 0 25 0 1 0 367087428 15085568 2699 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 3683 2699 52 110 0 3570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14732

[startup+12.702 s]
/proc/loadavg: 1.06 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1568760/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=16480 CPUtime=12.69
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 3892 0 0 0 1267 2 0 0 25 0 1 0 367087428 16875520 3811 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 4120 3811 52 110 0 4007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16480

[startup+25.5012 s]
/proc/loadavg: 1.05 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1563128/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=30252 CPUtime=25.48
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 5399 0 0 0 2545 3 0 0 25 0 1 0 367087428 30978048 5124 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 7563 5124 52 110 0 7450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30252

[startup+51.1016 s]
/proc/loadavg: 1.03 1.01 0.94 2/78 23831
/proc/meminfo: memFree=1556344/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=31544 CPUtime=51.07
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 7169 0 0 0 5102 5 0 0 25 0 1 0 367087428 32301056 6828 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519833 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 7886 6828 52 110 0 7773 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31544

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1544696/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=60872 CPUtime=102.27
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 10519 0 0 0 10217 10 0 0 25 0 1 0 367087428 62332928 9693 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 15218 9693 52 110 0 15105 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60872

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1533176/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=63040 CPUtime=162.25
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 13529 0 0 0 16212 13 0 0 25 0 1 0 367087428 64552960 12572 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 15760 12572 52 110 0 15647 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63040

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1525240/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=63812 CPUtime=222.23
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 15482 0 0 0 22208 15 0 0 25 0 1 0 367087428 65343488 14525 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 15953 14525 52 110 0 15840 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 63812

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1518968/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=115396 CPUtime=282.22
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 17117 0 0 0 28204 18 0 0 25 0 1 0 367087428 118165504 16095 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 28849 16095 52 110 0 28736 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 115396

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1511928/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=120964 CPUtime=342.19
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 19923 0 0 0 34199 20 0 0 25 0 1 0 367087428 123867136 17837 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 30241 17837 52 110 0 30128 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 120964

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1507576/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=121416 CPUtime=402.18
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 21020 0 0 0 40197 21 0 0 25 0 1 0 367087428 124329984 18934 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 30354 18934 52 110 0 30241 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 121416

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1502328/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=122508 CPUtime=462.16
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 22432 0 0 0 46193 23 0 0 25 0 1 0 367087428 125448192 20247 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 30627 20247 52 110 0 30514 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 122508

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1498808/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=122904 CPUtime=522.14
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 23325 0 0 0 52190 24 0 0 25 0 1 0 367087428 125853696 21140 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 30726 21140 52 110 0 30613 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 122904

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1494840/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=124456 CPUtime=582.13
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 24562 0 0 0 58187 26 0 0 25 0 1 0 367087428 127442944 22118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 31114 22118 52 110 0 31001 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 124456

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1490936/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=124588 CPUtime=642.12
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 25512 0 0 0 64184 28 0 0 25 0 1 0 367087428 127578112 23068 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 31147 23068 52 110 0 31034 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 124588

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1487352/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=125216 CPUtime=702.1
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 26456 0 0 0 70180 30 0 0 25 0 1 0 367087428 128221184 23979 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 31304 23979 52 110 0 31191 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 125216

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1483704/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=126060 CPUtime=762.09
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 27416 0 0 0 76178 31 0 0 25 0 1 0 367087428 129085440 24874 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 31515 24874 52 110 0 31402 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 126060

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1480440/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=126320 CPUtime=822.07
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 28240 0 0 0 82174 33 0 0 25 0 1 0 367087428 129351680 25698 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 31580 25698 52 110 0 31467 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 126320

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1477304/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=128636 CPUtime=882.05
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 29040 0 0 0 88171 34 0 0 25 0 1 0 367087428 131723264 26498 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134626814 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 32159 26505 52 110 0 32046 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 128636

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1474104/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=129084 CPUtime=942.04
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 30383 0 0 0 94168 36 0 0 25 0 1 0 367087428 132182016 27292 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 32271 27292 52 110 0 32158 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 129084

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1470584/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=129604 CPUtime=1002.02
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 31316 0 0 0 100165 37 0 0 25 0 1 0 367087428 132714496 28159 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 32401 28159 52 110 0 32288 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 129604

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1467896/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=129604 CPUtime=1062.01
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 32007 0 0 0 106163 38 0 0 25 0 1 0 367087428 132714496 28850 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 32401 28850 52 110 0 32288 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 129604

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1464440/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=131956 CPUtime=1121.98
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 33356 0 0 0 112159 39 0 0 25 0 1 0 367087428 135122944 29685 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 32989 29685 52 110 0 32876 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 131956

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1460472/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=133908 CPUtime=1181.97
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 34801 0 0 0 118156 41 0 0 25 0 1 0 367087428 137121792 30679 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 33477 30679 52 110 0 33364 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 133908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 23831
/proc/meminfo: memFree=1459512/2055920 swapFree=4146600/4192956
[pid=23830] ppid=23828 vsize=134052 CPUtime=1200.06
/proc/23830/stat : 23830 (tinisat) R 23828 23830 22763 0 -1 4194304 35051 0 0 0 119965 41 0 0 25 0 1 0 367087428 137269248 30929 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517035 0 0 4096 0 0 0 0 17 1 0 0
/proc/23830/statm: 33513 30929 52 110 0 33400 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 134052

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.66
CPU system time (s): 0.436933
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 134052

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

runsolver used 1.3078 second user time and 3.06753 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Fri Mar  9 20:15:30 UTC 2007

IDJOB= 332262
IDBENCH= 24576
IDSOLVER= 100
FILE ID= node14/332262-1173471330

PBS_JOBID= 4101063

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  34b1f42b624d5a1741ab91996f1b23dd

RANDOM SEED= 789316090

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1584152 kB
Buffers:         48768 kB
Cached:         336232 kB
SwapCached:      14908 kB
Active:         174828 kB
Inactive:       233180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584152 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:             988 kB
Writeback:           0 kB
Mapped:          29676 kB
Slab:            49324 kB
Committed_AS:  1217748 kB
PageTables:       1736 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= 66546 MiB

End job on node14 on Fri Mar  9 20:35:33 UTC 2007