Trace number 336504

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.08 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-10-06-07.sat05-1250.reshuffled-07.cnf
MD5SUMd64dca54200a054e94b7ff79160b1bde
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 variables175
Number of clauses2387
Sum of the clauses size7030
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2210
Number of clauses of size 32160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/336504-1173648145/instance-336504-1173648145.cnf
0.00/0.00	c 175 variables, 2387 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/node7/watcher-336504-1173648145 -o ROOT/results/node7/solver-336504-1173648145 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336504-1173648145/tinisat /tmp/evaluation/336504-1173648145/instance-336504-1173648145.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.95 1.00 1.00 3/77 3974
/proc/meminfo: memFree=1592528/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=880 CPUtime=0
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 1 0 384769251 901120 106 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 220 106 51 110 0 107 0

[startup+0.085296 s]
/proc/loadavg: 0.95 1.00 1.00 3/77 3974
/proc/meminfo: memFree=1592528/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=1324 CPUtime=0.08
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 190 0 0 0 8 0 0 0 18 0 1 0 384769251 1355776 174 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 331 174 52 110 0 218 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1324

[startup+0.101298 s]
/proc/loadavg: 0.95 1.00 1.00 3/77 3974
/proc/meminfo: memFree=1592528/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=1324 CPUtime=0.09
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 200 0 0 0 9 0 0 0 18 0 1 0 384769251 1355776 184 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 331 184 52 110 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1324

[startup+0.301319 s]
/proc/loadavg: 0.95 1.00 1.00 3/77 3974
/proc/meminfo: memFree=1592528/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=2048 CPUtime=0.29
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 316 0 0 0 29 0 0 0 20 0 1 0 384769251 2097152 300 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 512 300 52 110 0 399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2048

[startup+0.70136 s]
/proc/loadavg: 0.95 1.00 1.00 3/77 3974
/proc/meminfo: memFree=1592528/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=3404 CPUtime=0.69
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 507 0 0 0 69 0 0 0 23 0 1 0 384769251 3485696 491 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517430 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 851 491 52 110 0 738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3404

[startup+1.50144 s]
/proc/loadavg: 0.95 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1590216/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=3668 CPUtime=1.49
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 764 0 0 0 149 0 0 0 25 0 1 0 384769251 3756032 748 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 917 748 52 110 0 804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3668

[startup+3.10161 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1588936/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=6556 CPUtime=3.09
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 1170 0 0 0 309 0 0 0 25 0 1 0 384769251 6713344 1121 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 1639 1121 52 110 0 1526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6556

[startup+6.30195 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1586376/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=11936 CPUtime=6.29
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 1719 0 0 0 628 1 0 0 25 0 1 0 384769251 12222464 1670 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 2984 1670 52 110 0 2871 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11936

[startup+12.7016 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1583240/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=12872 CPUtime=12.69
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 2469 0 0 0 1267 2 0 0 25 0 1 0 384769251 13180928 2355 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 3218 2355 52 110 0 3105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12872

[startup+25.502 s]
/proc/loadavg: 0.97 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1578824/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=23308 CPUtime=25.48
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 3530 0 0 0 2545 3 0 0 25 0 1 0 384769251 23867392 3416 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 5827 3416 52 110 0 5714 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23308

[startup+51.1016 s]
/proc/loadavg: 0.98 1.00 1.00 3/78 3975
/proc/meminfo: memFree=1573448/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=25276 CPUtime=51.08
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 5016 0 0 0 5103 5 0 0 25 0 1 0 384769251 25882624 4773 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 6319 4773 52 110 0 6206 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25276

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1564808/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=46096 CPUtime=102.27
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 7128 0 0 0 10220 7 0 0 25 0 1 0 384769251 47202304 6885 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520127 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 11524 6885 52 110 0 11411 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46096

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 3/78 3975
/proc/meminfo: memFree=1556104/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=50264 CPUtime=162.25
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 9566 0 0 0 16215 10 0 0 25 0 1 0 384769251 51470336 9066 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 12566 9066 52 110 0 12453 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50264

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1549128/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=51568 CPUtime=222.23
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 11275 0 0 0 22212 11 0 0 25 0 1 0 384769251 52805632 10775 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 12892 10775 52 110 0 12779 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 51568

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 3/78 3975
/proc/meminfo: memFree=1542152/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=53940 CPUtime=282.21
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 13085 0 0 0 28208 13 0 0 25 0 1 0 384769251 55234560 12585 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 13485 12585 52 110 0 13372 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 53940

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1537352/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=92536 CPUtime=342.19
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 14194 0 0 0 34204 15 0 0 25 0 1 0 384769251 94756864 13694 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 23134 13694 52 110 0 23021 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 92536

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1532232/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=96952 CPUtime=402.18
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 16030 0 0 0 40201 17 0 0 25 0 1 0 384769251 99278848 14984 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 24238 14984 52 110 0 24125 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 96952

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1528328/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=98128 CPUtime=462.16
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 17107 0 0 0 46198 18 0 0 25 0 1 0 384769251 100483072 15962 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 24532 15962 52 110 0 24419 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 98128

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1524552/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=99176 CPUtime=522.14
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 18075 0 0 0 52194 20 0 0 25 0 1 0 384769251 101556224 16897 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 24794 16897 52 110 0 24681 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 99176

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1521224/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=100216 CPUtime=582.13
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 19023 0 0 0 58192 21 0 0 25 0 1 0 384769251 102621184 17746 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 25054 17746 52 110 0 24941 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 100216

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1518088/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=100732 CPUtime=642.11
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 19885 0 0 0 64189 22 0 0 25 0 1 0 384769251 103149568 18509 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 25183 18509 52 110 0 25070 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 100732

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1515016/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=101888 CPUtime=702.1
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 20898 0 0 0 70186 24 0 0 25 0 1 0 384769251 104333312 19292 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 25472 19292 52 110 0 25359 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 101888

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1511944/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=102920 CPUtime=762.08
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 21741 0 0 0 76183 25 0 0 25 0 1 0 384769251 105390080 20003 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 25730 20003 52 110 0 25617 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 102920

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1509384/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=104080 CPUtime=822.06
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 22586 0 0 0 82180 26 0 0 25 0 1 0 384769251 106577920 20683 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26020 20683 52 110 0 25907 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 104080

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1507080/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=104468 CPUtime=882.04
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 23201 0 0 0 88177 27 0 0 25 0 1 0 384769251 106975232 21265 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26117 21265 52 110 0 26004 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 104468

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1504456/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=105756 CPUtime=942.03
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 24048 0 0 0 94175 28 0 0 25 0 1 0 384769251 108294144 21915 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26439 21915 52 110 0 26326 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 105756

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1502152/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=106272 CPUtime=1002.01
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 24695 0 0 0 100172 29 0 0 25 0 1 0 384769251 108822528 22496 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26568 22496 52 110 0 26455 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 106272

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1499720/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=107180 CPUtime=1061.99
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 25341 0 0 0 106169 30 0 0 25 0 1 0 384769251 109752320 23109 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26795 23109 52 110 0 26682 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 107180

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1497544/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=107180 CPUtime=1121.97
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 25870 0 0 0 112166 31 0 0 25 0 1 0 384769251 109752320 23638 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 26795 23638 52 110 0 26682 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 107180

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1494728/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=108856 CPUtime=1181.96
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 26793 0 0 0 118163 33 0 0 25 0 1 0 384769251 111468544 24332 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 27214 24332 52 110 0 27101 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 108856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3975
/proc/meminfo: memFree=1493960/2055920 swapFree=4147416/4192956
[pid=3974] ppid=3972 vsize=108856 CPUtime=1200.06
/proc/3974/stat : 3974 (tinisat) R 3972 3974 3500 0 -1 4194304 26973 0 0 0 119973 33 0 0 25 0 1 0 384769251 111468544 24512 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3974/statm: 27214 24512 52 110 0 27101 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 108856

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.42
CPU time (s): 1200.08
CPU user time (s): 1199.73
CPU system time (s): 0.350946
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 108856

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

runsolver used 1.39379 second user time and 2.98155 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar 11 21:22:25 UTC 2007

IDJOB= 336504
IDBENCH= 24677
IDSOLVER= 100
FILE ID= node7/336504-1173648145

PBS_JOBID= 4101384

Free space on /tmp= 66414 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-10-06-07.sat05-1250.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336504-1173648145/tinisat /tmp/evaluation/336504-1173648145/instance-336504-1173648145.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-336504-1173648145 -o ROOT/results/node7/solver-336504-1173648145 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336504-1173648145/tinisat /tmp/evaluation/336504-1173648145/instance-336504-1173648145.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  d64dca54200a054e94b7ff79160b1bde

RANDOM SEED= 370800768

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1592936 kB
Buffers:         36172 kB
Cached:         334888 kB
SwapCached:       8584 kB
Active:         266672 kB
Inactive:       127124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592936 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          29780 kB
Slab:            54744 kB
Committed_AS:  1299248 kB
PageTables:       1764 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= 66414 MiB

End job on node7 on Sun Mar 11 21:42:28 UTC 2007