Trace number 332850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
tinisat 2007-02-08? (TO) 1200.1 1200.43

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00250.sat05-1330.reshuffled-07.cnf
MD5SUM922dc9f32281b0c4efd640c112a641b6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75373
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of clauses32700
Sum of the clauses size256765
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228
Number of clauses of size 3180
Number of clauses of size 4348
Number of clauses of size 51746
Number of clauses of size over 530396

Solver Data (download as text)

0.04/0.09	c Tinisat 0.22
0.04/0.09	c solving /tmp/evaluation/332850-1173492791/instance-332850-1173492791.cnf
0.04/0.09	c 864 variables, 32700 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-332850-1173492791 -o ROOT/results/node14/solver-332850-1173492791 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332850-1173492791/tinisat /tmp/evaluation/332850-1173492791/instance-332850-1173492791.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.91 0.95 0.94 3/77 27090
/proc/meminfo: memFree=1540656/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=980 CPUtime=0
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 369233559 1003520 136 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 245 137 48 110 0 132 0

[startup+0.046598 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 27090
/proc/meminfo: memFree=1540656/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=1508 CPUtime=0.04
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 302 0 0 0 4 0 0 0 18 0 1 0 369233559 1544192 287 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 377 288 48 110 0 264 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1508

[startup+0.101603 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 27090
/proc/meminfo: memFree=1540656/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=4864 CPUtime=0.09
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 817 0 0 0 9 0 0 0 18 0 1 0 369233559 4980736 801 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134526987 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 1216 802 51 110 0 1103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301622 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 27090
/proc/meminfo: memFree=1540656/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=4996 CPUtime=0.29
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 934 0 0 0 29 0 0 0 19 0 1 0 369233559 5115904 918 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 1249 918 52 110 0 1136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4996

[startup+0.701659 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 27090
/proc/meminfo: memFree=1540656/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=4996 CPUtime=0.69
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 1050 0 0 0 69 0 0 0 22 0 1 0 369233559 5115904 1034 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 1249 1034 52 110 0 1136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4996

[startup+1.50173 s]
/proc/loadavg: 0.91 0.95 0.94 2/78 27091
/proc/meminfo: memFree=1536360/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=9520 CPUtime=1.49
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 1227 0 0 0 149 0 0 0 25 0 1 0 369233559 9748480 1211 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 2380 1211 52 110 0 2267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9520

[startup+3.10189 s]
/proc/loadavg: 0.91 0.95 0.94 2/78 27091
/proc/meminfo: memFree=1534824/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=9704 CPUtime=3.09
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 1653 0 0 0 308 1 0 0 25 0 1 0 369233559 9936896 1637 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 2426 1637 52 110 0 2313 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9704

[startup+6.30219 s]
/proc/loadavg: 0.92 0.95 0.94 2/78 27091
/proc/meminfo: memFree=1532008/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=10768 CPUtime=6.29
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 2355 0 0 0 628 1 0 0 25 0 1 0 369233559 11026432 2339 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532390 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 2692 2339 52 110 0 2579 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10768

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.94 2/78 27091
/proc/meminfo: memFree=1526448/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=21732 CPUtime=12.69
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 3791 0 0 0 1267 2 0 0 25 0 1 0 369233559 22253568 3646 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 5433 3646 52 110 0 5320 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21732

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.94 2/78 27091
/proc/meminfo: memFree=1516592/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=41580 CPUtime=25.49
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 6223 0 0 0 2545 4 0 0 25 0 1 0 369233559 42577920 6045 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 10395 6045 52 110 0 10282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41580

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.94 2/78 27091
/proc/meminfo: memFree=1505904/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=45700 CPUtime=51.08
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 9241 0 0 0 5101 7 0 0 25 0 1 0 369233559 46796800 8675 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 11425 8675 52 110 0 11312 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45700

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.94 2/78 27091
/proc/meminfo: memFree=1487984/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=84932 CPUtime=102.27
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 13843 0 0 0 10216 11 0 0 25 0 1 0 369233559 86970368 13114 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 21233 13114 52 110 0 21120 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84932

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 3/78 27091
/proc/meminfo: memFree=1474544/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=92236 CPUtime=162.24
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 18306 0 0 0 16210 14 0 0 25 0 1 0 369233559 94449664 16479 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 23059 16479 52 110 0 22946 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 92236

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1465648/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=94676 CPUtime=222.23
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 20821 0 0 0 22206 17 0 0 25 0 1 0 369233559 96948224 18669 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 23669 18669 52 110 0 23556 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 94676

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1456816/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=95940 CPUtime=282.21
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 23111 0 0 0 28202 19 0 0 25 0 1 0 369233559 98242560 20893 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 23985 20893 52 110 0 23872 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 95940

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 3/78 27091
/proc/meminfo: memFree=1449840/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=97784 CPUtime=342.19
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 25078 0 0 0 34198 21 0 0 25 0 1 0 369233559 100130816 22602 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 24446 22602 52 110 0 24333 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 97784

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1444720/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=172344 CPUtime=402.18
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 26872 0 0 0 40194 24 0 0 25 0 1 0 369233559 176480256 23882 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 43086 23882 52 110 0 42973 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 172344

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1438384/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=172636 CPUtime=462.17
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 28450 0 0 0 46191 26 0 0 25 0 1 0 369233559 176779264 25460 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 43159 25460 52 110 0 43046 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 172636

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1432432/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=177008 CPUtime=522.15
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 30989 0 0 0 52187 28 0 0 25 0 1 0 369233559 181256192 26974 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 44252 26974 52 110 0 44139 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 177008

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1426032/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=177532 CPUtime=582.13
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 32597 0 0 0 58183 30 0 0 25 0 1 0 369233559 181792768 28549 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 44383 28549 52 110 0 44270 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 177532

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1420528/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=178304 CPUtime=642.12
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 34103 0 0 0 64180 32 0 0 25 0 1 0 369233559 182583296 29891 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 44576 29891 52 110 0 44463 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 178304

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1414064/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=182076 CPUtime=702.1
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 36219 0 0 0 70175 35 0 0 25 0 1 0 369233559 186445824 31519 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 45519 31519 52 110 0 45406 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 182076

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 27091
/proc/meminfo: memFree=1409264/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=185344 CPUtime=762.08
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 38012 0 0 0 76171 37 0 0 25 0 1 0 369233559 189792256 32732 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 46336 32732 52 110 0 46223 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 185344

[startup+822.301 s]
/proc/loadavg: 1.07 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1405232/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=185504 CPUtime=822.07
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 39007 0 0 0 82169 38 0 0 25 0 1 0 369233559 189956096 33727 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 46376 33727 52 110 0 46263 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 185504

[startup+882.302 s]
/proc/loadavg: 1.03 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1401136/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=186856 CPUtime=882.05
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 40256 0 0 0 88165 40 0 0 25 0 1 0 369233559 191340544 34749 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 46714 34749 52 110 0 46601 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 186856

[startup+942.301 s]
/proc/loadavg: 1.01 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1396912/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189004 CPUtime=942.03
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 41746 0 0 0 94162 41 0 0 25 0 1 0 369233559 193540096 35818 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47251 35818 52 110 0 47138 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 189004

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1393264/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189004 CPUtime=1002.02
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 42654 0 0 0 100159 43 0 0 25 0 1 0 369233559 193540096 36726 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47251 36726 52 110 0 47138 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 189004

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1390128/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189136 CPUtime=1062
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 43421 0 0 0 106156 44 0 0 25 0 1 0 369233559 193675264 37493 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47284 37493 52 110 0 47171 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 189136

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1387120/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189136 CPUtime=1121.99
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 44189 0 0 0 112154 45 0 0 25 0 1 0 369233559 193675264 38261 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47284 38261 52 110 0 47171 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 189136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1383984/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189136 CPUtime=1181.97
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 44984 0 0 0 118151 46 0 0 25 0 1 0 369233559 193675264 39056 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47284 39056 52 110 0 47171 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 189136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 27091
/proc/meminfo: memFree=1383088/2055920 swapFree=4146600/4192956
[pid=27090] ppid=27088 vsize=189136 CPUtime=1200.07
/proc/27090/stat : 27090 (tinisat) R 27088 27090 26641 0 -1 4194304 45188 0 0 0 119961 46 0 0 25 0 1 0 369233559 193675264 39260 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/27090/statm: 47284 39260 52 110 0 47171 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 189136

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.61
CPU system time (s): 0.489925
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 189136

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

runsolver used 1.37579 second user time and 2.99454 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 02:13:11 UTC 2007

IDJOB= 332850
IDBENCH= 24590
IDSOLVER= 100
FILE ID= node14/332850-1173492791

PBS_JOBID= 4101106

Free space on /tmp= 66545 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00250.sat05-1330.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332850-1173492791/tinisat /tmp/evaluation/332850-1173492791/instance-332850-1173492791.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-332850-1173492791 -o ROOT/results/node14/solver-332850-1173492791 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332850-1173492791/tinisat /tmp/evaluation/332850-1173492791/instance-332850-1173492791.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  922dc9f32281b0c4efd640c112a641b6

RANDOM SEED= 137729863

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1541128 kB
Buffers:         49852 kB
Cached:         377716 kB
SwapCached:      14908 kB
Active:         205044 kB
Inactive:       245548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541128 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          29756 kB
Slab:            49792 kB
Committed_AS:  1240004 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB

End job on node14 on Sat Mar 10 02:33:14 UTC 2007