Trace number 336924

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.11 1200.62

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
MD5SUM67e3f1c82b3561160730d7e2b008579e
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 variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
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/336924-1173656585/instance-336924-1173656585.cnf
0.00/0.00	c 400 variables, 1400 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/node42/watcher-336924-1173656585 -o ROOT/results/node42/solver-336924-1173656585 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336924-1173656585/tinisat /tmp/evaluation/336924-1173656585/instance-336924-1173656585.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: 7.35 6.93 4.28 3/64 7592
/proc/meminfo: memFree=1878128/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=848 CPUtime=0
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 1 0 91611915 868352 106 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 212 106 52 110 0 99 0

[startup+0.0379431 s]
/proc/loadavg: 7.35 6.93 4.28 3/64 7592
/proc/meminfo: memFree=1878128/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=980 CPUtime=0.03
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 141 0 0 0 3 0 0 0 18 0 1 0 91611915 1003520 125 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 245 125 52 110 0 132 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 980

[startup+0.101955 s]
/proc/loadavg: 7.35 6.93 4.28 3/64 7592
/proc/meminfo: memFree=1878128/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=1156 CPUtime=0.1
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 178 0 0 0 10 0 0 0 18 0 1 0 91611915 1183744 162 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 289 162 52 110 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1156

[startup+0.301993 s]
/proc/loadavg: 7.35 6.93 4.28 3/64 7592
/proc/meminfo: memFree=1878128/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=1508 CPUtime=0.3
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 287 0 0 0 30 0 0 0 19 0 1 0 91611915 1544192 271 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 377 271 52 110 0 264 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1508

[startup+0.701068 s]
/proc/loadavg: 7.35 6.93 4.28 3/64 7592
/proc/meminfo: memFree=1878128/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=2344 CPUtime=0.69
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 445 0 0 0 69 0 0 0 22 0 1 0 91611915 2400256 429 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 586 429 52 110 0 473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2344

[startup+1.50122 s]
/proc/loadavg: 7.35 6.93 4.28 2/65 7593
/proc/meminfo: memFree=1876264/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=3880 CPUtime=1.49
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 649 0 0 0 149 0 0 0 25 0 1 0 91611915 3973120 633 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 970 633 52 110 0 857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3880

[startup+3.10153 s]
/proc/loadavg: 7.35 6.93 4.28 2/65 7593
/proc/meminfo: memFree=1875112/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=4144 CPUtime=3.09
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 936 0 0 0 309 0 0 0 25 0 1 0 91611915 4243456 920 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 1036 920 52 110 0 923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4144

[startup+6.30114 s]
/proc/loadavg: 6.84 6.83 4.26 2/65 7593
/proc/meminfo: memFree=1873256/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=7212 CPUtime=6.28
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 1310 0 0 0 628 0 0 0 25 0 1 0 91611915 7385088 1294 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 1803 1294 52 110 0 1690 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7212

[startup+12.7014 s]
/proc/loadavg: 6.38 6.73 4.24 2/65 7593
/proc/meminfo: memFree=1870960/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=7868 CPUtime=12.69
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 1870 0 0 0 1268 1 0 0 25 0 1 0 91611915 8056832 1821 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 1967 1821 52 110 0 1854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7868

[startup+25.5018 s]
/proc/loadavg: 5.18 6.45 4.19 2/65 7593
/proc/meminfo: memFree=1868208/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=14004 CPUtime=25.48
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 2519 0 0 0 2546 2 0 0 25 0 1 0 91611915 14340096 2470 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 3501 2470 52 110 0 3388 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14004

[startup+51.1017 s]
/proc/loadavg: 3.76 6.01 4.10 2/65 7593
/proc/meminfo: memFree=1864752/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=14796 CPUtime=51.07
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 3453 0 0 0 5104 3 0 0 25 0 1 0 91611915 15151104 3339 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 3699 3339 52 110 0 3586 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14796

[startup+102.305 s]
/proc/loadavg: 2.19 5.24 3.94 2/65 7593
/proc/meminfo: memFree=1859376/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=27084 CPUtime=102.26
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 4764 0 0 0 10221 5 0 0 25 0 1 0 91611915 27734016 4650 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 6771 4650 52 110 0 6658 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 27084

[startup+162.302 s]
/proc/loadavg: 1.44 4.46 3.75 2/65 7593
/proc/meminfo: memFree=1854896/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=28536 CPUtime=162.24
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 6022 0 0 0 16218 6 0 0 25 0 1 0 91611915 29220864 5779 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 7134 5779 52 110 0 7021 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28536

[startup+222.301 s]
/proc/loadavg: 1.16 3.83 3.58 2/65 7593
/proc/meminfo: memFree=1851248/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=29216 CPUtime=222.22
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 6917 0 0 0 22215 7 0 0 25 0 1 0 91611915 29917184 6674 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 7304 6674 52 110 0 7191 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29216

[startup+282.302 s]
/proc/loadavg: 1.06 3.31 3.41 2/65 7593
/proc/meminfo: memFree=1848112/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=52172 CPUtime=282.19
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 7706 0 0 0 28212 7 0 0 25 0 1 0 91611915 53424128 7463 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13043 7463 52 110 0 12930 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52172

[startup+342.301 s]
/proc/loadavg: 1.02 2.89 3.26 2/65 7593
/proc/meminfo: memFree=1845104/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=52604 CPUtime=342.17
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 8450 0 0 0 34209 8 0 0 25 0 1 0 91611915 53866496 8207 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13151 8207 52 110 0 13038 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 52604

[startup+402.302 s]
/proc/loadavg: 1.00 2.54 3.12 2/65 7593
/proc/meminfo: memFree=1842096/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=52884 CPUtime=402.15
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 9197 0 0 0 40207 8 0 0 25 0 1 0 91611915 54153216 8954 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13221 8954 52 110 0 13108 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 52884

[startup+462.302 s]
/proc/loadavg: 1.00 2.26 2.98 2/65 7593
/proc/meminfo: memFree=1839088/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=54060 CPUtime=462.13
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 9942 0 0 0 46204 9 0 0 25 0 1 0 91611915 55357440 9699 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13515 9699 52 110 0 13402 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 54060

[startup+522.301 s]
/proc/loadavg: 1.00 2.03 2.85 2/65 7593
/proc/meminfo: memFree=1836784/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=54492 CPUtime=522.11
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 10513 0 0 0 52201 10 0 0 25 0 1 0 91611915 55799808 10270 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13623 10270 52 110 0 13510 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 54492

[startup+582.302 s]
/proc/loadavg: 1.00 1.84 2.73 2/65 7593
/proc/meminfo: memFree=1834736/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=55940 CPUtime=582.09
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 11286 0 0 0 58198 11 0 0 25 0 1 0 91611915 57282560 10786 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 13985 10786 52 110 0 13872 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 55940

[startup+642.301 s]
/proc/loadavg: 1.00 1.68 2.62 2/65 7593
/proc/meminfo: memFree=1832560/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=56388 CPUtime=642.08
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 11813 0 0 0 64196 12 0 0 25 0 1 0 91611915 57741312 11313 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14097 11313 52 110 0 13984 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 56388

[startup+702.302 s]
/proc/loadavg: 1.00 1.56 2.52 2/65 7593
/proc/meminfo: memFree=1830512/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=56956 CPUtime=702.05
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 12326 0 0 0 70193 12 0 0 25 0 1 0 91611915 58322944 11826 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14239 11826 52 110 0 14126 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 56956

[startup+762.305 s]
/proc/loadavg: 1.00 1.45 2.42 2/65 7593
/proc/meminfo: memFree=1828720/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=57260 CPUtime=762.03
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 12771 0 0 0 76190 13 0 0 25 0 1 0 91611915 58634240 12271 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14315 12271 52 110 0 14202 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 57260

[startup+822.302 s]
/proc/loadavg: 1.00 1.37 2.33 2/65 7593
/proc/meminfo: memFree=1826800/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=57772 CPUtime=822.01
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 13252 0 0 0 82187 14 0 0 25 0 1 0 91611915 59158528 12752 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14443 12752 52 110 0 14330 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 57772

[startup+882.302 s]
/proc/loadavg: 1.00 1.30 2.24 2/65 7593
/proc/meminfo: memFree=1824944/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=57932 CPUtime=881.99
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 13698 0 0 0 88185 14 0 0 25 0 1 0 91611915 59322368 13198 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14483 13198 52 110 0 14370 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 57932

[startup+942.301 s]
/proc/loadavg: 1.00 1.24 2.16 2/65 7593
/proc/meminfo: memFree=1823088/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=58540 CPUtime=941.97
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 14178 0 0 0 94182 15 0 0 25 0 1 0 91611915 59944960 13678 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14635 13678 52 110 0 14522 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 58540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.19 2.09 2/65 7593
/proc/meminfo: memFree=1821424/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=58844 CPUtime=1001.94
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 14582 0 0 0 100179 15 0 0 25 0 1 0 91611915 60256256 14082 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 14711 14082 52 110 0 14598 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 58844

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 2.02 2/65 7593
/proc/meminfo: memFree=1819824/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=104128 CPUtime=1061.93
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 14977 0 0 0 106177 16 0 0 25 0 1 0 91611915 106627072 14477 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 26032 14477 52 110 0 25919 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 104128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 1.95 2/71 7717
/proc/meminfo: memFree=1817008/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=104128 CPUtime=1121.85
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 15353 0 0 0 112168 17 0 0 25 0 1 0 91611915 106627072 14853 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 26032 14853 52 110 0 25919 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 104128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.89 2/65 7791
/proc/meminfo: memFree=1816304/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=104784 CPUtime=1181.79
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 15775 0 0 0 118161 18 0 0 25 0 1 0 91611915 107298816 15275 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 26196 15275 52 110 0 26083 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 104784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.09 1.87 2/65 7791
/proc/meminfo: memFree=1815920/2055920 swapFree=4182364/4192956
[pid=7592] ppid=7590 vsize=104784 CPUtime=1200.09
/proc/7592/stat : 7592 (tinisat) R 7590 7592 7179 0 -1 4194304 15878 0 0 0 119991 18 0 0 25 0 1 0 91611915 107298816 15378 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/7592/statm: 26196 15378 52 110 0 26083 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 104784

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.62
CPU time (s): 1200.11
CPU user time (s): 1199.91
CPU system time (s): 0.19597
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 104784

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

runsolver used 0.78288 second user time and 2.58161 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Mar 11 23:43:05 UTC 2007

IDJOB= 336924
IDBENCH= 24687
IDSOLVER= 100
FILE ID= node42/336924-1173656585

PBS_JOBID= 4101407

Free space on /tmp= 66564 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336924-1173656585/tinisat /tmp/evaluation/336924-1173656585/instance-336924-1173656585.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-336924-1173656585 -o ROOT/results/node42/solver-336924-1173656585 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336924-1173656585/tinisat /tmp/evaluation/336924-1173656585/instance-336924-1173656585.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  67e3f1c82b3561160730d7e2b008579e

RANDOM SEED= 98439881

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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:       1878536 kB
Buffers:         22560 kB
Cached:         116408 kB
SwapCached:       4784 kB
Active:          60444 kB
Inactive:        90216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878536 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:             544 kB
Writeback:           0 kB
Mapped:          15500 kB
Slab:            12752 kB
Committed_AS:   136120 kB
PageTables:       1408 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= 66564 MiB

End job on node42 on Mon Mar 12 00:03:08 UTC 2007