Trace number 336546

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.48

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-30-19-20.sat05-1256.reshuffled-07.cnf
MD5SUM08b968293abd73d1b678d4f1e29187a3
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 variables1605
Number of clauses179315
Sum of the clauses size533265
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25700
Number of clauses of size 3173565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data (download as text)

0.19/0.25	c Tinisat 0.22
0.19/0.25	c solving /tmp/evaluation/336546-1173648926/instance-336546-1173648926.cnf
0.19/0.25	c 1605 variables, 179315 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/node11/watcher-336546-1173648926 -o ROOT/results/node11/solver-336546-1173648926 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336546-1173648926/tinisat /tmp/evaluation/336546-1173648926/instance-336546-1173648926.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.99 0.97 0.97 3/77 30916
/proc/meminfo: memFree=1093560/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=2124 CPUtime=0
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 384847152 2174976 86 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 531 86 48 110 0 418 0

[startup+0.0911271 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 30916
/proc/meminfo: memFree=1093560/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=3576 CPUtime=0.08
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 572 0 0 0 8 0 0 0 18 0 1 0 384847152 3661824 557 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 894 557 48 110 0 781 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3576

[startup+0.101136 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 30916
/proc/meminfo: memFree=1093560/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=3708 CPUtime=0.09
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 627 0 0 0 9 0 0 0 18 0 1 0 384847152 3796992 612 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 927 612 48 110 0 814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3708

[startup+0.30116 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 30916
/proc/meminfo: memFree=1093560/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=12772 CPUtime=0.28
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 2760 0 0 0 27 1 0 0 19 0 1 0 384847152 13078528 2392 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 3193 2392 52 110 0 3080 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12772

[startup+0.701206 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 30916
/proc/meminfo: memFree=1093560/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=12772 CPUtime=0.69
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 3120 0 0 0 67 2 0 0 22 0 1 0 384847152 13078528 2752 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 3193 2752 52 110 0 3080 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12772

[startup+1.5013 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1081648/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=23908 CPUtime=1.49
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 3727 0 0 0 147 2 0 0 25 0 1 0 384847152 24481792 3359 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517219 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 5977 3359 52 110 0 5864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23908

[startup+3.10149 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1078704/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=23908 CPUtime=3.09
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 4612 0 0 0 307 2 0 0 25 0 1 0 384847152 24481792 4244 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 5977 4244 52 110 0 5864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23908

[startup+6.30186 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1072240/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=23908 CPUtime=6.29
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 6032 0 0 0 626 3 0 0 25 0 1 0 384847152 24481792 5664 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 5977 5664 52 110 0 5864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23908

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1062960/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=46180 CPUtime=12.68
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 8273 0 0 0 1264 4 0 0 25 0 1 0 384847152 47288320 7905 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 11545 7905 52 110 0 11432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46180

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1046320/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=91636 CPUtime=25.48
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 12147 0 0 0 2541 7 0 0 25 0 1 0 384847152 93835264 11779 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532390 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 22909 11779 52 110 0 22796 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91636

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=1015472/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=93768 CPUtime=51.07
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 19909 0 0 0 5094 13 0 0 25 0 1 0 384847152 96018432 19541 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 23442 19541 52 110 0 23329 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93768

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=976496/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=186208 CPUtime=102.26
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 29704 0 0 0 10204 22 0 0 25 0 1 0 384847152 190676992 29207 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 46552 29207 52 110 0 46439 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 186208

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=943088/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=188176 CPUtime=162.24
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 38087 0 0 0 16194 30 0 0 25 0 1 0 384847152 192692224 37590 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 47044 37590 52 110 0 46931 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 188176

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=915440/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=192852 CPUtime=222.23
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 45180 0 0 0 22186 37 0 0 25 0 1 0 384847152 197480448 44426 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515483 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 48213 44426 52 110 0 48100 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 192852

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=892656/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=373480 CPUtime=282.2
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 50908 0 0 0 28178 42 0 0 25 0 1 0 384847152 382443520 50154 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 93370 50154 52 110 0 93257 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 373480

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=869104/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=374904 CPUtime=342.19
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 56718 0 0 0 34170 49 0 0 25 0 1 0 384847152 383901696 55964 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 93726 55964 52 110 0 93613 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 374904

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=850160/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=376432 CPUtime=402.16
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 61563 0 0 0 40163 53 0 0 25 0 1 0 384847152 385466368 60809 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 94108 60809 52 110 0 93995 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 376432

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=831408/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=378768 CPUtime=462.15
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 66165 0 0 0 46157 58 0 0 25 0 1 0 384847152 387858432 65411 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 94692 65411 52 110 0 94579 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 378768

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30917
/proc/meminfo: memFree=814000/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=379232 CPUtime=522.14
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 70565 0 0 0 52151 63 0 0 25 0 1 0 384847152 388333568 69811 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 94808 69811 52 110 0 94695 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 379232

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=792048/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=379888 CPUtime=582.11
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 76005 0 0 0 58143 68 0 0 25 0 1 0 384847152 389005312 75251 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 94972 75251 52 110 0 94859 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 379888

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=775088/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=380944 CPUtime=642.1
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 80199 0 0 0 64136 74 0 0 25 0 1 0 384847152 390086656 79445 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 95236 79445 52 110 0 95123 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 380944

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=756272/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=381776 CPUtime=702.08
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 84938 0 0 0 70130 78 0 0 25 0 1 0 384847152 390938624 84184 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 95444 84184 52 110 0 95331 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 381776

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=741232/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=383252 CPUtime=762.07
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 88624 0 0 0 76124 83 0 0 25 0 1 0 384847152 392450048 87870 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 95813 87870 52 110 0 95700 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 383252

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=726832/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=383576 CPUtime=822.04
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 92298 0 0 0 82117 87 0 0 25 0 1 0 384847152 392781824 91544 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 95894 91544 52 110 0 95781 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 383576

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=713008/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=384224 CPUtime=882.03
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 95678 0 0 0 88112 91 0 0 25 0 1 0 384847152 393445376 94924 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 96056 94924 52 110 0 95943 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 384224

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=701040/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=744840 CPUtime=942
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 99209 0 0 0 94106 94 0 0 25 0 1 0 384847152 762716160 97942 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 186210 97942 52 110 0 186097 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 744840

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=688240/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=746960 CPUtime=1001.99
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 102387 0 0 0 100101 98 0 0 25 0 1 0 384847152 764887040 101120 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 186740 101120 52 110 0 186627 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 746960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=674544/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=748400 CPUtime=1061.98
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 105846 0 0 0 106097 101 0 0 25 0 1 0 384847152 766361600 104579 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 187100 104579 52 110 0 186987 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 748400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=662960/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=750720 CPUtime=1121.96
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 108680 0 0 0 112091 105 0 0 25 0 1 0 384847152 768737280 107413 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 187680 107413 52 110 0 187567 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 750720

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=649008/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=750912 CPUtime=1181.94
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 112215 0 0 0 118085 109 0 0 25 0 1 0 384847152 768933888 110948 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 187728 110948 52 110 0 187615 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 750912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30919
/proc/meminfo: memFree=644592/2055920 swapFree=4169972/4192956
[pid=30916] ppid=30914 vsize=751296 CPUtime=1200.03
/proc/30916/stat : 30916 (tinisat) R 30914 30916 29893 0 -1 4194304 113258 0 0 0 119893 110 0 0 25 0 1 0 384847152 769327104 111991 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30916/statm: 187824 111991 52 110 0 187711 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 751296

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.48
CPU time (s): 1200.12
CPU user time (s): 1198.94
CPU system time (s): 1.17882
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 751296

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

runsolver used 1.38479 second user time and 2.99154 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 21:35:26 UTC 2007

IDJOB= 336546
IDBENCH= 24678
IDSOLVER= 100
FILE ID= node11/336546-1173648926

PBS_JOBID= 4101333

Free space on /tmp= 66230 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  08b968293abd73d1b678d4f1e29187a3

RANDOM SEED= 105533988

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1093968 kB
Buffers:         58264 kB
Cached:         805468 kB
SwapCached:       2248 kB
Active:         467816 kB
Inactive:       418592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1093968 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          30764 kB
Slab:            61060 kB
Committed_AS:  1220492 kB
PageTables:       1756 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= 66230 MiB

End job on node11 on Sun Mar 11 21:55:29 UTC 2007