Trace number 337722

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/337722-1173672984/instance-337722-1173672984.cnf
0.00/0.00	c 700 variables, 3500 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/node66/watcher-337722-1173672984 -o ROOT/results/node66/solver-337722-1173672984 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337722-1173672984/tinisat /tmp/evaluation/337722-1173672984/instance-337722-1173672984.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.98 1.00 3/64 9352
/proc/meminfo: memFree=1818976/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=716 CPUtime=0
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 387255944 733184 83 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 179 83 48 110 0 66 0

[startup+0.0121091 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 9352
/proc/meminfo: memFree=1818976/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=1012 CPUtime=0.01
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 171 0 0 0 1 0 0 0 18 0 1 0 387255944 1036288 155 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515548 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 253 155 52 110 0 140 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1012

[startup+0.101126 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 9352
/proc/meminfo: memFree=1818976/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=1232 CPUtime=0.09
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 206 0 0 0 9 0 0 0 18 0 1 0 387255944 1261568 190 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517540 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 308 190 52 110 0 195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1232

[startup+0.301165 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 9352
/proc/meminfo: memFree=1818976/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=1672 CPUtime=0.29
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 289 0 0 0 29 0 0 0 19 0 1 0 387255944 1712128 273 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 418 273 52 110 0 305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1672

[startup+0.701245 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 9352
/proc/meminfo: memFree=1818976/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=2820 CPUtime=0.69
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 437 0 0 0 69 0 0 0 22 0 1 0 387255944 2887680 421 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 705 421 52 110 0 592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2820

[startup+1.50141 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1817176/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=4572 CPUtime=1.49
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 644 0 0 0 149 0 0 0 25 0 1 0 387255944 4681728 628 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 1143 628 52 110 0 1030 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4572

[startup+3.10173 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1816024/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=4836 CPUtime=3.09
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 940 0 0 0 309 0 0 0 25 0 1 0 387255944 4952064 924 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 1209 924 52 110 0 1096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4836

[startup+6.30137 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1814176/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=8732 CPUtime=6.29
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 1353 0 0 0 629 0 0 0 25 0 1 0 387255944 8941568 1304 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134632865 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 2183 1304 52 110 0 2070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8732

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1811744/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=9260 CPUtime=12.69
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 1886 0 0 0 1268 1 0 0 25 0 1 0 387255944 9482240 1837 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 2315 1837 52 110 0 2202 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9260

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1808928/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=16804 CPUtime=25.48
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 2560 0 0 0 2547 1 0 0 25 0 1 0 387255944 17207296 2511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 4201 2511 52 110 0 4088 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16804

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1805088/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=17600 CPUtime=51.07
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 3589 0 0 0 5105 2 0 0 25 0 1 0 387255944 18022400 3475 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 4400 3475 52 110 0 4287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17600

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1799520/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=32980 CPUtime=102.26
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 4952 0 0 0 10222 4 0 0 25 0 1 0 387255944 33771520 4838 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 8245 4838 52 110 0 8132 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32980

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1794784/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=34376 CPUtime=162.23
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 6259 0 0 0 16218 5 0 0 25 0 1 0 387255944 35201024 6016 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518207 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 8594 6016 52 110 0 8481 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34376

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1790816/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=35128 CPUtime=222.21
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 7240 0 0 0 22215 6 0 0 25 0 1 0 387255944 35971072 6997 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 8782 6997 52 110 0 8669 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 35128

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1787168/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=35604 CPUtime=282.19
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 8154 0 0 0 28212 7 0 0 25 0 1 0 387255944 36458496 7911 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 8901 7911 52 110 0 8788 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 35604

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1783328/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=36548 CPUtime=342.16
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 9087 0 0 0 34209 7 0 0 25 0 1 0 387255944 37425152 8844 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 9137 8844 52 110 0 9024 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 36548

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1780384/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=65436 CPUtime=402.14
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 9814 0 0 0 40206 8 0 0 25 0 1 0 387255944 67006464 9571 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 16359 9571 52 110 0 16246 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 65436

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1777696/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=67024 CPUtime=462.12
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 10730 0 0 0 46203 9 0 0 25 0 1 0 387255944 68632576 10230 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 16756 10230 52 110 0 16643 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 67024

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1775392/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=67576 CPUtime=522.11
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 11329 0 0 0 52201 10 0 0 25 0 1 0 387255944 69197824 10829 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 16894 10829 52 110 0 16781 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 67576

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1773024/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=68280 CPUtime=582.09
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 11911 0 0 0 58198 11 0 0 25 0 1 0 387255944 69918720 11411 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520063 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17070 11411 52 110 0 16957 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 68280

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1770784/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=68424 CPUtime=642.07
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 12450 0 0 0 64196 11 0 0 25 0 1 0 387255944 70066176 11950 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17106 11950 52 110 0 16993 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 68424

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1768480/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=68904 CPUtime=702.05
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 13041 0 0 0 70193 12 0 0 25 0 1 0 387255944 70557696 12541 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17226 12541 52 110 0 17113 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 68904

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1766304/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=69556 CPUtime=762.02
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 13577 0 0 0 76190 12 0 0 25 0 1 0 387255944 71225344 13077 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17389 13077 52 110 0 17276 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 69556

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1764320/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=70004 CPUtime=822
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 14066 0 0 0 82187 13 0 0 25 0 1 0 387255944 71684096 13566 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17501 13566 52 110 0 17388 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 70004

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1762336/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=70428 CPUtime=881.97
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 14561 0 0 0 88184 13 0 0 25 0 1 0 387255944 72118272 14061 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17607 14061 52 110 0 17494 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 70428

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1760608/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=70696 CPUtime=941.96
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 14991 0 0 0 94182 14 0 0 25 0 1 0 387255944 72392704 14491 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17674 14491 52 110 0 17561 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 70696

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1759072/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=70984 CPUtime=1001.93
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 15380 0 0 0 100179 14 0 0 25 0 1 0 387255944 72687616 14880 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17746 14880 52 110 0 17633 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 70984

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1757472/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=70984 CPUtime=1061.92
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 15772 0 0 0 106177 15 0 0 25 0 1 0 387255944 72687616 15272 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17746 15272 52 110 0 17633 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 70984

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1755872/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=71144 CPUtime=1121.9
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 16178 0 0 0 112174 16 0 0 25 0 1 0 387255944 72851456 15678 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17786 15678 52 110 0 17673 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 71144

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1754080/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=71528 CPUtime=1181.87
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 16626 0 0 0 118171 16 0 0 25 0 1 0 387255944 73244672 16126 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17882 16126 52 110 0 17769 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 71528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1753568/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=71528 CPUtime=1200.07
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 16744 0 0 0 119991 16 0 0 25 0 1 0 387255944 73244672 16244 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17882 16244 52 110 0 17769 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 71528

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: 0.99 0.98 1.00 2/65 9353
/proc/meminfo: memFree=1753568/2055920 swapFree=4183892/4192956
[pid=9352] ppid=9350 vsize=71528 CPUtime=1200.07
/proc/9352/stat : 9352 (tinisat) R 9350 9352 8247 0 -1 4194304 16744 0 0 0 119991 16 0 0 25 0 1 0 387255944 73244672 16244 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 17882 16244 52 110 0 17769 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 71528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.91
CPU system time (s): 0.178972
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 71528

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

runsolver used 0.926859 second user time and 2.36164 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar 12 04:16:24 UTC 2007

IDJOB= 337722
IDBENCH= 24706
IDSOLVER= 100
FILE ID= node66/337722-1173672984

PBS_JOBID= 4101714

Free space on /tmp= 66549 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337722-1173672984/tinisat /tmp/evaluation/337722-1173672984/instance-337722-1173672984.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-337722-1173672984 -o ROOT/results/node66/solver-337722-1173672984 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337722-1173672984/tinisat /tmp/evaluation/337722-1173672984/instance-337722-1173672984.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  68e48f3a77d59cc85ebd5fd30cfcba3c

RANDOM SEED= 355833321

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1819448 kB
Buffers:         28260 kB
Cached:         160360 kB
SwapCached:       3344 kB
Active:          76496 kB
Inactive:       122392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819448 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          15532 kB
Slab:            23624 kB
Committed_AS:   820840 kB
PageTables:       1376 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= 66549 MiB

End job on node66 on Mon Mar 12 04:36:27 UTC 2007