Trace number 335286

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.12 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data (download as text)

0.00/0.05	c Tinisat 0.22
0.00/0.05	c solving /tmp/evaluation/335286-1173620871/instance-335286-1173620871.cnf
0.00/0.05	c 2969 variables, 18718 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/node4/watcher-335286-1173620871 -o ROOT/results/node4/solver-335286-1173620871 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335286-1173620871/tinisat /tmp/evaluation/335286-1173620871/instance-335286-1173620871.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.92 0.98 0.99 3/77 1036
/proc/meminfo: memFree=1333352/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=864 CPUtime=0
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 120 0 0 0 0 0 0 0 18 0 1 0 382041939 884736 105 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 216 105 48 110 0 103 0

[startup+0.0794421 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1036
/proc/meminfo: memFree=1333352/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=3396 CPUtime=0.07
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 627 0 0 0 7 0 0 0 18 0 1 0 382041939 3477504 611 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 849 611 52 110 0 736 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3396

[startup+0.101443 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1036
/proc/meminfo: memFree=1333352/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=3396 CPUtime=0.09
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 638 0 0 0 9 0 0 0 18 0 1 0 382041939 3477504 622 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 849 622 52 110 0 736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3396

[startup+0.301462 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1036
/proc/meminfo: memFree=1333352/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=3396 CPUtime=0.29
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 708 0 0 0 29 0 0 0 19 0 1 0 382041939 3477504 692 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 849 692 52 110 0 736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3396

[startup+0.7015 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1036
/proc/meminfo: memFree=1333352/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=5788 CPUtime=0.69
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 825 0 0 0 69 0 0 0 23 0 1 0 382041939 5926912 809 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 1447 809 52 110 0 1334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5788

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1329952/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=5788 CPUtime=1.49
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 1018 0 0 0 149 0 0 0 25 0 1 0 382041939 5926912 1002 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 1447 1002 52 110 0 1334 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5788

[startup+3.10273 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1329056/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=6052 CPUtime=3.09
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 1299 0 0 0 309 0 0 0 25 0 1 0 382041939 6197248 1283 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532382 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 1513 1283 52 110 0 1400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6052

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1326752/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=11360 CPUtime=6.29
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 1787 0 0 0 628 1 0 0 25 0 1 0 382041939 11632640 1771 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 2840 1771 52 110 0 2727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11360

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1323488/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=12036 CPUtime=12.68
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 2506 0 0 0 1267 1 0 0 25 0 1 0 382041939 12324864 2490 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 3009 2490 52 110 0 2896 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12036

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1319584/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=22800 CPUtime=25.48
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 3511 0 0 0 2546 2 0 0 25 0 1 0 382041939 23347200 3430 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 5700 3430 52 110 0 5587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22800

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1313632/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=24044 CPUtime=51.08
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 4999 0 0 0 5104 4 0 0 25 0 1 0 382041939 24621056 4918 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 6011 4918 52 110 0 5898 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24044

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1305120/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=45732 CPUtime=102.27
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 7229 0 0 0 10221 6 0 0 25 0 1 0 382041939 46829568 7019 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 11433 7019 52 110 0 11320 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 45732

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1298080/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=46788 CPUtime=162.25
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 9000 0 0 0 16216 9 0 0 25 0 1 0 382041939 47910912 8790 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 11697 8790 52 110 0 11584 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46788

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1291680/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=47268 CPUtime=222.24
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 10572 0 0 0 22213 11 0 0 25 0 1 0 382041939 48402432 10362 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 11817 10362 52 110 0 11704 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 47268

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1286304/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=48332 CPUtime=282.22
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 11921 0 0 0 28209 13 0 0 25 0 1 0 382041939 49491968 11711 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 12083 11711 52 110 0 11970 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 48332

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1280608/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=88160 CPUtime=342.2
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 13332 0 0 0 34206 14 0 0 25 0 1 0 382041939 90275840 13122 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 22040 13122 52 110 0 21927 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 88160

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1037
/proc/meminfo: memFree=1276064/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=89888 CPUtime=402.19
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 14733 0 0 0 40203 16 0 0 25 0 1 0 382041939 92045312 14266 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 22472 14266 52 110 0 22359 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 89888

[startup+462.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 1037
/proc/meminfo: memFree=1271712/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=90924 CPUtime=462.17
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 15810 0 0 0 46200 17 0 0 25 0 1 0 382041939 93106176 15343 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 22731 15343 52 110 0 22618 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 90924

[startup+522.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 1037
/proc/meminfo: memFree=1267808/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=91308 CPUtime=522.16
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 16786 0 0 0 52197 19 0 0 25 0 1 0 382041939 93499392 16319 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 22827 16319 52 110 0 22714 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 91308

[startup+582.301 s]
/proc/loadavg: 1.20 1.07 1.02 2/78 1037
/proc/meminfo: memFree=1264416/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=91704 CPUtime=582.15
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 17627 0 0 0 58195 20 0 0 25 0 1 0 382041939 93904896 17160 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 22926 17160 52 110 0 22813 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 91704

[startup+642.302 s]
/proc/loadavg: 1.10 1.07 1.02 2/78 1037
/proc/meminfo: memFree=1260448/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=92856 CPUtime=642.14
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 18597 0 0 0 64192 22 0 0 25 0 1 0 382041939 95084544 18130 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23214 18130 52 110 0 23101 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 92856

[startup+702.302 s]
/proc/loadavg: 1.04 1.05 1.01 2/78 1037
/proc/meminfo: memFree=1257056/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=93664 CPUtime=702.12
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 19455 0 0 0 70188 24 0 0 25 0 1 0 382041939 95911936 18988 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23416 18988 52 110 0 23303 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 93664

[startup+762.305 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 1037
/proc/meminfo: memFree=1253472/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=93928 CPUtime=762.11
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 20330 0 0 0 76186 25 0 0 25 0 1 0 382041939 96182272 19863 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23482 19863 52 110 0 23369 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 93928

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/84 1150
/proc/meminfo: memFree=1249200/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=94312 CPUtime=822.03
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 21111 0 0 0 82176 27 0 0 25 0 1 0 382041939 96575488 20644 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23578 20644 52 110 0 23465 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 94312

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1238
/proc/meminfo: memFree=1247072/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=95152 CPUtime=881.96
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 21904 0 0 0 88168 28 0 0 25 0 1 0 382041939 97435648 21437 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23788 21437 52 110 0 23675 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 95152

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1238
/proc/meminfo: memFree=1244128/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=95312 CPUtime=941.95
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 22649 0 0 0 94166 29 0 0 25 0 1 0 382041939 97599488 22182 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23828 22182 52 110 0 23715 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 95312

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 1238
/proc/meminfo: memFree=1240928/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=95664 CPUtime=1001.93
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 23442 0 0 0 100163 30 0 0 25 0 1 0 382041939 97959936 22975 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 23916 22975 52 110 0 23803 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 95664

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1238
/proc/meminfo: memFree=1238176/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=172232 CPUtime=1061.92
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 24133 0 0 0 106161 31 0 0 25 0 1 0 382041939 176365568 23666 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 43058 23666 52 110 0 42945 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 172232

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1238
/proc/meminfo: memFree=1235488/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=172424 CPUtime=1121.91
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 24806 0 0 0 112158 33 0 0 25 0 1 0 382041939 176562176 24339 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 43106 24339 52 110 0 42993 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 172424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1238
/proc/meminfo: memFree=1232928/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=172688 CPUtime=1181.9
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 25463 0 0 0 118156 34 0 0 25 0 1 0 382041939 176832512 24996 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 43172 24996 52 110 0 43059 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 172688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1238
/proc/meminfo: memFree=1232224/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=172688 CPUtime=1200.09
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 25649 0 0 0 119975 34 0 0 25 0 1 0 382041939 176832512 25182 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 43172 25182 52 110 0 43059 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 172688

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1238
/proc/meminfo: memFree=1232224/2055920 swapFree=4153224/4192956
[pid=1036] ppid=1034 vsize=172688 CPUtime=1200.09
/proc/1036/stat : 1036 (tinisat) R 1034 1036 32761 0 -1 4194304 25649 0 0 0 119975 34 0 0 25 0 1 0 382041939 176832512 25182 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1036/statm: 43172 25182 52 110 0 43059 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 172688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.12
CPU user time (s): 1199.76
CPU system time (s): 0.362944
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 172688

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

runsolver used 1.2958 second user time and 3.07653 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Mar 11 13:47:51 UTC 2007

IDJOB= 335286
IDBENCH= 24648
IDSOLVER= 100
FILE ID= node4/335286-1173620871

PBS_JOBID= 4101265

Free space on /tmp= 66482 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335286-1173620871/tinisat /tmp/evaluation/335286-1173620871/instance-335286-1173620871.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-335286-1173620871 -o ROOT/results/node4/solver-335286-1173620871 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335286-1173620871/tinisat /tmp/evaluation/335286-1173620871/instance-335286-1173620871.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  42a7abc6638576e7c05fba1c9e36829b

RANDOM SEED= 199675675

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1333760 kB
Buffers:         51328 kB
Cached:         588696 kB
SwapCached:       2984 kB
Active:         462804 kB
Inactive:       201168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333760 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:            1252 kB
Writeback:           0 kB
Mapped:          30456 kB
Slab:            43644 kB
Committed_AS:  1328580 kB
PageTables:       1768 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= 66482 MiB

End job on node4 on Sun Mar 11 14:07:53 UTC 2007