Trace number 336462

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.16 1200.58

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data (download as text)

0.19/0.23	c Tinisat 0.22
0.19/0.23	c solving /tmp/evaluation/336462-1173647327/instance-336462-1173647327.cnf
0.19/0.23	c 1325 variables, 174298 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/node9/watcher-336462-1173647327 -o ROOT/results/node9/solver-336462-1173647327 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336462-1173647327/tinisat /tmp/evaluation/336462-1173647327/instance-336462-1173647327.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.96 0.99 0.98 3/77 2853
/proc/meminfo: memFree=1891904/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=2084 CPUtime=0
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 384687335 2134016 81 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 521 82 48 110 0 408 0

[startup+0.0458601 s]
/proc/loadavg: 0.96 0.99 0.98 3/77 2853
/proc/meminfo: memFree=1891904/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=2744 CPUtime=0.04
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 327 0 0 0 4 0 0 0 18 0 1 0 384687335 2809856 312 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 686 312 48 110 0 573 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2744

[startup+0.101869 s]
/proc/loadavg: 0.96 0.99 0.98 3/77 2853
/proc/meminfo: memFree=1891904/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=3668 CPUtime=0.09
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 640 0 0 0 9 0 0 0 18 0 1 0 384687335 3756032 625 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 917 625 48 110 0 804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3668

[startup+0.301909 s]
/proc/loadavg: 0.96 0.99 0.98 3/77 2853
/proc/meminfo: memFree=1891904/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=12372 CPUtime=0.29
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 2661 0 0 0 28 1 0 0 19 0 1 0 384687335 12668928 2303 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 3093 2303 52 110 0 2980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12372

[startup+0.701985 s]
/proc/loadavg: 0.96 0.99 0.98 3/77 2853
/proc/meminfo: memFree=1891904/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=12372 CPUtime=0.69
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 3074 0 0 0 68 1 0 0 23 0 1 0 384687335 12668928 2716 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 3093 2716 52 110 0 2980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12372

[startup+1.50114 s]
/proc/loadavg: 0.96 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1879800/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=23016 CPUtime=1.49
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 3773 0 0 0 148 1 0 0 25 0 1 0 384687335 23568384 3415 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 5754 3415 52 110 0 5641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23016

[startup+3.10145 s]
/proc/loadavg: 0.96 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1876280/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=23016 CPUtime=3.09
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 4784 0 0 0 307 2 0 0 25 0 1 0 384687335 23568384 4426 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 5754 4426 52 110 0 5641 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23016

[startup+6.30106 s]
/proc/loadavg: 0.97 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1868664/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=44300 CPUtime=6.28
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 6569 0 0 0 626 2 0 0 25 0 1 0 384687335 45363200 6211 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 11075 6211 52 110 0 10962 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44300

[startup+12.7013 s]
/proc/loadavg: 0.97 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1857984/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=44300 CPUtime=12.69
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 9050 0 0 0 1265 4 0 0 25 0 1 0 384687335 45363200 8692 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 11075 8692 52 110 0 10962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44300

[startup+25.5018 s]
/proc/loadavg: 0.97 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1838400/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=87776 CPUtime=25.48
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 13778 0 0 0 2541 7 0 0 25 0 1 0 384687335 89882624 13420 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 21944 13420 52 110 0 21831 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87776

[startup+51.1017 s]
/proc/loadavg: 0.98 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1810944/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=90112 CPUtime=51.06
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 20678 0 0 0 5094 12 0 0 25 0 1 0 384687335 92274688 20320 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 22528 20320 52 110 0 22415 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 90112

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1769408/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=178788 CPUtime=102.25
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 31070 0 0 0 10205 20 0 0 25 0 1 0 384687335 183078912 30583 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 44697 30583 52 110 0 44584 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 178788

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1732416/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=181348 CPUtime=162.23
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 40319 0 0 0 16194 29 0 0 25 0 1 0 384687335 185700352 39832 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 45337 39832 52 110 0 45224 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 181348

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1698624/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=356648 CPUtime=222.21
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 48913 0 0 0 22185 36 0 0 25 0 1 0 384687335 365207552 48169 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 89162 48169 52 110 0 89049 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 356648

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1668544/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=358456 CPUtime=282.18
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 56492 0 0 0 28175 43 0 0 25 0 1 0 384687335 367058944 55748 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 89614 55748 52 110 0 89501 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 358456

[startup+342.303 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1644224/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=360744 CPUtime=342.17
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 62498 0 0 0 34167 50 0 0 25 0 1 0 384687335 369401856 61754 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 90186 61754 52 110 0 90073 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 360744

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1619968/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=363224 CPUtime=402.15
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 68584 0 0 0 40159 56 0 0 25 0 1 0 384687335 371941376 67840 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 90806 67840 52 110 0 90693 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 363224

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1596736/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=364296 CPUtime=462.13
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 74334 0 0 0 46151 62 0 0 25 0 1 0 384687335 373039104 73590 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 91074 73590 52 110 0 90961 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 364296

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.98 3/78 2854
/proc/meminfo: memFree=1571520/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=364952 CPUtime=522.1
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 80666 0 0 0 52142 68 0 0 25 0 1 0 384687335 373710848 79922 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 91238 79922 52 110 0 91125 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 364952

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1557696/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=365464 CPUtime=582.08
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 84065 0 0 0 58136 72 0 0 25 0 1 0 384687335 374235136 83321 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 91366 83321 52 110 0 91253 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 365464

[startup+642.303 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1544064/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=366136 CPUtime=642.07
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 87407 0 0 0 64130 77 0 0 25 0 1 0 384687335 374923264 86663 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 91534 86663 52 110 0 91421 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 366136

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1529920/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=366680 CPUtime=702.04
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 90940 0 0 0 70124 80 0 0 25 0 1 0 384687335 375480320 90196 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 91670 90196 52 110 0 91557 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 366680

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1514624/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=707836 CPUtime=762.02
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 94713 0 0 0 76117 85 0 0 25 0 1 0 384687335 724824064 93969 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 176959 93969 52 110 0 176846 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 707836

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1499392/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=708604 CPUtime=822
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 98559 0 0 0 82111 89 0 0 25 0 1 0 384687335 725610496 97815 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 177151 97815 52 110 0 177038 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 708604

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1484224/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=712380 CPUtime=881.98
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 102820 0 0 0 88104 94 0 0 25 0 1 0 384687335 729477120 101563 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 178095 101563 52 110 0 177982 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 712380

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1467648/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=714012 CPUtime=941.96
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 106993 0 0 0 94099 97 0 0 25 0 1 0 384687335 731148288 105736 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 178503 105736 52 110 0 178390 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 714012

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1452544/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=716064 CPUtime=1001.94
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 110743 0 0 0 100093 101 0 0 25 0 1 0 384687335 733249536 109486 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 179016 109486 52 110 0 178903 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 716064

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.98 2/78 2854
/proc/meminfo: memFree=1437504/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=717856 CPUtime=1061.92
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 114502 0 0 0 106089 103 0 0 25 0 1 0 384687335 735084544 113245 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 179464 113245 52 110 0 179351 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 717856

[startup+1122.3 s]
/proc/loadavg: 1.13 1.02 0.99 2/78 2854
/proc/meminfo: memFree=1418816/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=718880 CPUtime=1121.9
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 119109 0 0 0 112082 108 0 0 25 0 1 0 384687335 736133120 117852 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 179720 117852 52 110 0 179607 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 718880

[startup+1182.3 s]
/proc/loadavg: 1.05 1.01 0.99 2/78 2854
/proc/meminfo: memFree=1405760/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=720288 CPUtime=1181.88
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 122377 0 0 0 118076 112 0 0 25 0 1 0 384687335 737574912 121120 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 180072 121120 52 110 0 179959 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 720288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.03 1.01 0.99 2/78 2854
/proc/meminfo: memFree=1401792/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=720800 CPUtime=1200.08
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 123322 0 0 0 119895 113 0 0 25 0 1 0 384687335 738099200 122065 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 180200 122065 52 110 0 180087 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 720800

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.03 1.01 0.99 2/78 2854
/proc/meminfo: memFree=1401792/2055920 swapFree=4152244/4192956
[pid=2853] ppid=2851 vsize=720800 CPUtime=1200.08
/proc/2853/stat : 2853 (tinisat) R 2851 2853 1972 0 -1 4194304 123322 0 0 0 119895 113 0 0 25 0 1 0 384687335 738099200 122065 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/2853/statm: 180200 122065 52 110 0 180087 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 720800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.16
CPU user time (s): 1198.95
CPU system time (s): 1.20982
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 720800

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

runsolver used 1.38079 second user time and 2.98555 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 21:08:47 UTC 2007

IDJOB= 336462
IDBENCH= 24676
IDSOLVER= 100
FILE ID= node9/336462-1173647327

PBS_JOBID= 4101378

Free space on /tmp= 66350 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336462-1173647327/tinisat /tmp/evaluation/336462-1173647327/instance-336462-1173647327.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-336462-1173647327 -o ROOT/results/node9/solver-336462-1173647327 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336462-1173647327/tinisat /tmp/evaluation/336462-1173647327/instance-336462-1173647327.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  caece48666f4e716f61ea74e680d7de5

RANDOM SEED= 33668305

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1892248 kB
Buffers:         20828 kB
Cached:          65256 kB
SwapCached:       9184 kB
Active:          50756 kB
Inactive:        58508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892248 kB
SwapTotal:     4192956 kB
SwapFree:      4152244 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          29728 kB
Slab:            40028 kB
Committed_AS:  1547944 kB
PageTables:       1688 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= 66350 MiB

End job on node9 on Sun Mar 11 21:28:50 UTC 2007