Trace number 331038

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.19 1200.56

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark998.38
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data (download as text)

2.29/2.34	c Tinisat 0.22
2.29/2.34	c solving /tmp/evaluation/331038-1173178903/instance-331038-1173178903.cnf
2.29/2.34	c 106013 variables, 1598301 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/node19/watcher-331038-1173178903 -o ROOT/results/node19/solver-331038-1173178903 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331038-1173178903/tinisat /tmp/evaluation/331038-1173178903/instance-331038-1173178903.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.96 0.98 3/83 2712
/proc/meminfo: memFree=1868800/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=13204 CPUtime=0
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 337844578 13520896 83 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 3301 84 48 110 0 3188 0

[startup+0.047696 s]
/proc/loadavg: 0.91 0.96 0.98 3/83 2712
/proc/meminfo: memFree=1868800/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=13864 CPUtime=0.04
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 311 0 0 0 4 0 0 0 18 0 1 0 337844578 14196736 296 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 3466 296 48 110 0 3353 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13864

[startup+0.101701 s]
/proc/loadavg: 0.91 0.96 0.98 3/83 2712
/proc/meminfo: memFree=1868800/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=14524 CPUtime=0.09
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 577 0 0 0 9 0 0 0 18 0 1 0 337844578 14872576 562 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 3631 562 48 110 0 3518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14524

[startup+0.301722 s]
/proc/loadavg: 0.91 0.96 0.98 3/83 2712
/proc/meminfo: memFree=1868800/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=17296 CPUtime=0.29
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 1518 0 0 0 28 1 0 0 20 0 1 0 337844578 17711104 1503 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 4324 1503 48 110 0 4211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17296

[startup+0.701765 s]
/proc/loadavg: 0.91 0.96 0.98 3/83 2712
/proc/meminfo: memFree=1868800/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=22576 CPUtime=0.69
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 3380 0 0 0 67 2 0 0 24 0 1 0 337844578 23117824 3365 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 5644 3365 48 110 0 5531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22576

[startup+1.50285 s]
/proc/loadavg: 0.92 0.96 0.98 2/84 2715
/proc/meminfo: memFree=1849976/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=33004 CPUtime=1.49
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 7060 0 0 0 145 4 0 0 25 0 1 0 337844578 33796096 7045 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 8251 7045 48 110 0 8138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33004

[startup+3.10103 s]
/proc/loadavg: 0.92 0.96 0.98 2/84 2715
/proc/meminfo: memFree=1829624/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=123832 CPUtime=3.09
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 24059 0 0 0 297 12 0 0 25 0 1 0 337844578 126803968 20299 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 30958 20299 52 110 0 30845 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123832

[startup+6.30137 s]
/proc/loadavg: 0.92 0.96 0.98 2/84 2725
/proc/meminfo: memFree=1787384/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=123832 CPUtime=6.29
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 24262 0 0 0 616 13 0 0 25 0 1 0 337844578 126803968 20502 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 30958 20502 52 110 0 30845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123832

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.98 2/84 2747
/proc/meminfo: memFree=1784888/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=123832 CPUtime=12.67
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 24873 0 0 0 1254 13 0 0 25 0 1 0 337844578 126803968 21113 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 30958 21113 52 110 0 30845 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 123832

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/84 2761
/proc/meminfo: memFree=1778808/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=123832 CPUtime=25.46
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 26412 0 0 0 2531 15 0 0 25 0 1 0 337844578 126803968 22652 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 30958 22652 52 110 0 30845 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 123832

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 2789
/proc/meminfo: memFree=1770912/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=123832 CPUtime=51.04
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 28636 0 0 0 5086 18 0 0 25 0 1 0 337844578 126803968 24876 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 30958 24876 52 110 0 30845 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 123832

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1739808/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=220956 CPUtime=102.23
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 36431 0 0 0 10198 25 0 0 25 0 1 0 337844578 226258944 32671 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 55239 32671 52 110 0 55126 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 220956

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1707488/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=220956 CPUtime=162.21
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 44758 0 0 0 16188 33 0 0 25 0 1 0 337844578 226258944 40998 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 55239 40998 52 110 0 55126 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 220956

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1659488/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=220956 CPUtime=222.19
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 56452 0 0 0 22177 42 0 0 25 0 1 0 337844578 226258944 52692 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 55239 52692 52 110 0 55126 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 220956

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1590752/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=415200 CPUtime=282.17
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 73651 0 0 0 28161 56 0 0 25 0 1 0 337844578 425164800 69891 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 103800 69891 52 110 0 103687 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 415200

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1562528/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=415200 CPUtime=342.16
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 80744 0 0 0 34152 64 0 0 25 0 1 0 337844578 425164800 76984 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 103800 76984 52 110 0 103687 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 415200

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1530344/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=415200 CPUtime=402.14
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 89055 0 0 0 40143 71 0 0 25 0 1 0 337844578 425164800 85295 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 103800 85295 52 110 0 103687 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 415200

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1477224/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=415200 CPUtime=462.13
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 101870 0 0 0 46133 80 0 0 25 0 1 0 337844578 425164800 98110 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 103800 98110 52 110 0 103687 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 415200

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1437352/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=522.11
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 111996 0 0 0 52122 89 0 0 25 0 1 0 337844578 822972416 108236 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 108236 52 110 0 200808 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 803684

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1386024/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=582.09
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 124656 0 0 0 58111 98 0 0 25 0 1 0 337844578 822972416 120896 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 120896 52 110 0 200808 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 803684

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1322984/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=642.08
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 140269 0 0 0 64096 112 0 0 25 0 1 0 337844578 822972416 136509 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 136509 52 110 0 200808 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 803684

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1255720/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=702.06
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 157187 0 0 0 70083 123 0 0 25 0 1 0 337844578 822972416 153427 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 153427 52 110 0 200808 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 803684

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1165096/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=762.05
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 179705 0 0 0 76065 140 0 0 25 0 1 0 337844578 822972416 175945 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 175945 52 110 0 200808 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 803684

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1135976/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=822.03
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 187003 0 0 0 82055 148 0 0 25 0 1 0 337844578 822972416 183243 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 183243 52 110 0 200808 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 803684

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1106472/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=882.02
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 194252 0 0 0 88048 154 0 0 25 0 1 0 337844578 822972416 190492 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 190492 52 110 0 200808 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 803684

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1082088/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=803684 CPUtime=942
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 200355 0 0 0 94041 159 0 0 25 0 1 0 337844578 822972416 196595 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 200921 196595 52 110 0 200808 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 803684

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1041448/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=1580648 CPUtime=1001.98
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 210426 0 0 0 100030 168 0 0 25 0 1 0 337844578 1618583552 206666 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 395162 206666 52 110 0 395049 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 1580648

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=1005736/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=1580648 CPUtime=1061.97
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 219497 0 0 0 106021 176 0 0 25 0 1 0 337844578 1618583552 215737 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 395162 215737 52 110 0 395049 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1580648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=959400/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=1580648 CPUtime=1121.95
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 230912 0 0 0 112012 183 0 0 25 0 1 0 337844578 1618583552 227152 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 395162 227152 52 110 0 395049 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1580648

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=923048/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=1580648 CPUtime=1181.93
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 240069 0 0 0 118002 191 0 0 25 0 1 0 337844578 1618583552 236309 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532372 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 395162 236309 52 110 0 395049 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1580648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=909032/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=1580648 CPUtime=1200.04
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4194304 243399 0 0 0 119809 195 0 0 25 0 1 0 337844578 1618583552 239639 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 395162 239639 52 110 0 395049 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1580648

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

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

[startup+1200.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 2789
/proc/meminfo: memFree=909032/2055920 swapFree=4169404/4192956
[pid=2712] ppid=2710 vsize=0 CPUtime=1200.14
/proc/2712/stat : 2712 (tinisat) R 2710 2712 2045 0 -1 4195332 243399 0 0 0 119809 205 0 0 25 0 1 0 337844578 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/2712/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.19
CPU user time (s): 1198.09
CPU system time (s): 2.10168
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 1580648

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

runsolver used 1.39179 second user time and 2.98855 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Mar  6 11:01:45 UTC 2007

IDJOB= 331038
IDBENCH= 20578
IDSOLVER= 100
FILE ID= node19/331038-1173178903

PBS_JOBID= 4015023

Free space on /tmp= 66435 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq4.cnf
COMMAND LINE= /tmp/evaluation/331038-1173178903/tinisat /tmp/evaluation/331038-1173178903/instance-331038-1173178903.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-331038-1173178903 -o ROOT/results/node19/solver-331038-1173178903 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331038-1173178903/tinisat /tmp/evaluation/331038-1173178903/instance-331038-1173178903.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  6fcbaf8c6c7ed0c41d8ac12258cafaee

RANDOM SEED= 511333011

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1869784 kB
Buffers:          2652 kB
Cached:          99576 kB
SwapCached:       2016 kB
Active:          69704 kB
Inactive:        55504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869784 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           32296 kB
Writeback:           0 kB
Mapped:          31132 kB
Slab:            46088 kB
Committed_AS:  1371848 kB
PageTables:       1996 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= 66435 MiB

End job on node19 on Tue Mar  6 11:21:48 UTC 2007