Trace number 334320

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.03 1200.43

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
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 variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
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.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/334320-1173564879/instance-334320-1173564879.cnf
0.00/0.02	c 4487 variables, 18555 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/node12/watcher-334320-1173564879 -o ROOT/results/node12/solver-334320-1173564879 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334320-1173564879/tinisat /tmp/evaluation/334320-1173564879/instance-334320-1173564879.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.92 0.98 0.99 3/77 27615
/proc/meminfo: memFree=1682672/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=864 CPUtime=0
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 376442343 884736 108 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 216 108 48 110 0 103 0

[startup+0.0699709 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27615
/proc/meminfo: memFree=1682672/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=2848 CPUtime=0.06
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 544 0 0 0 6 0 0 0 18 0 1 0 376442343 2916352 528 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 712 528 52 110 0 599 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2848

[startup+0.102977 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27615
/proc/meminfo: memFree=1682672/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=2848 CPUtime=0.1
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 547 0 0 0 10 0 0 0 18 0 1 0 376442343 2916352 531 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 712 531 52 110 0 599 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2848

[startup+0.303012 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27615
/proc/meminfo: memFree=1682672/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=2848 CPUtime=0.3
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 564 0 0 0 30 0 0 0 20 0 1 0 376442343 2916352 548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 712 548 52 110 0 599 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2848

[startup+0.701083 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27615
/proc/meminfo: memFree=1682672/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=2848 CPUtime=0.69
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 596 0 0 0 69 0 0 0 22 0 1 0 376442343 2916352 580 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520222 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 712 580 52 110 0 599 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2848

[startup+1.50123 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1680360/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=3988 CPUtime=1.49
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 710 0 0 0 149 0 0 0 25 0 1 0 376442343 4083712 694 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 997 694 52 110 0 884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3988

[startup+3.10151 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1679656/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=3988 CPUtime=3.09
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 899 0 0 0 309 0 0 0 25 0 1 0 376442343 4083712 883 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 997 883 52 110 0 884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3988

[startup+6.30109 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1677736/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=6268 CPUtime=6.29
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 1447 0 0 0 629 0 0 0 25 0 1 0 376442343 6418432 1431 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 1567 1431 52 110 0 1454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6268

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1674152/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=10968 CPUtime=12.69
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 2165 0 0 0 1268 1 0 0 25 0 1 0 376442343 11231232 2149 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 2742 2149 52 110 0 2629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10968

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1669800/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=20752 CPUtime=25.48
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 3226 0 0 0 2546 2 0 0 25 0 1 0 376442343 21250048 3210 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 5188 3210 52 110 0 5075 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20752

[startup+51.1021 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1662824/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=21152 CPUtime=51.07
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 4966 0 0 0 5102 5 0 0 25 0 1 0 376442343 21659648 4950 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 5288 4950 52 110 0 5175 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21152

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1653480/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=40956 CPUtime=102.26
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 7318 0 0 0 10218 8 0 0 25 0 1 0 376442343 41938944 7237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 10239 7237 52 110 0 10126 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40956

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1641640/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=42384 CPUtime=162.23
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 10422 0 0 0 16212 11 0 0 25 0 1 0 376442343 43401216 10212 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 10596 10212 52 110 0 10483 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42384

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1633192/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=80004 CPUtime=222.22
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 12497 0 0 0 22208 14 0 0 25 0 1 0 376442343 81924096 12287 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519616 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20001 12287 52 110 0 19888 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 80004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1624360/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=80388 CPUtime=282.2
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 14718 0 0 0 28203 17 0 0 25 0 1 0 376442343 82317312 14508 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20097 14508 52 110 0 19984 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 80388

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1619240/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=80580 CPUtime=342.18
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 15977 0 0 0 34200 18 0 0 25 0 1 0 376442343 82513920 15767 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20145 15767 52 110 0 20032 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 80580

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1614760/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=80976 CPUtime=402.15
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 17089 0 0 0 40196 19 0 0 25 0 1 0 376442343 82919424 16879 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20244 16879 52 110 0 20131 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 80976

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1609384/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=82076 CPUtime=462.14
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 18429 0 0 0 46193 21 0 0 25 0 1 0 376442343 84045824 18219 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20519 18219 52 110 0 20406 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 82076

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1601576/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=83292 CPUtime=522.12
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 20676 0 0 0 52188 24 0 0 25 0 1 0 376442343 85291008 20209 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 20823 20209 52 110 0 20710 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 83292

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1595688/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=157072 CPUtime=582.1
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 22125 0 0 0 58183 27 0 0 25 0 1 0 376442343 160841728 21658 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39268 21658 52 110 0 39155 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 157072

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1589416/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=157468 CPUtime=642.08
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 23662 0 0 0 64180 28 0 0 25 0 1 0 376442343 161247232 23195 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39367 23195 52 110 0 39254 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 157468

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1585000/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=157600 CPUtime=702.06
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 24790 0 0 0 70176 30 0 0 25 0 1 0 376442343 161382400 24323 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39400 24323 52 110 0 39287 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 157600

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1579240/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=157924 CPUtime=762.04
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 26206 0 0 0 76172 32 0 0 25 0 1 0 376442343 161714176 25739 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39481 25739 52 110 0 39368 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 157924

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1574312/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=158380 CPUtime=822.02
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 27439 0 0 0 82168 34 0 0 25 0 1 0 376442343 162181120 26972 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39595 26972 52 110 0 39482 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 158380

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1568680/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=159036 CPUtime=881.99
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 28879 0 0 0 88163 36 0 0 25 0 1 0 376442343 162852864 28379 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39759 28379 52 110 0 39646 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 159036

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1563816/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=159560 CPUtime=941.98
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 30133 0 0 0 94160 38 0 0 25 0 1 0 376442343 163389440 29600 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39890 29600 52 110 0 39777 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 159560

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1558824/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=159956 CPUtime=1001.96
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 31374 0 0 0 100156 40 0 0 25 0 1 0 376442343 163794944 30841 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 39989 30841 52 110 0 39876 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 159956

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1554216/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=160348 CPUtime=1061.93
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 32571 0 0 0 106152 41 0 0 25 0 1 0 376442343 164196352 32005 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 40087 32005 52 110 0 39974 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 160348

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1549352/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=160348 CPUtime=1121.91
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 33779 0 0 0 112148 43 0 0 25 0 1 0 376442343 164196352 33213 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 40087 33213 52 110 0 39974 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 160348

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1544296/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=160348 CPUtime=1181.9
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 35039 0 0 0 118145 45 0 0 25 0 1 0 376442343 164196352 34473 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 40087 34473 52 110 0 39974 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 160348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27616
/proc/meminfo: memFree=1542632/2055920 swapFree=4156588/4192956
[pid=27615] ppid=27613 vsize=160348 CPUtime=1200
/proc/27615/stat : 27615 (tinisat) R 27613 27615 26878 0 -1 4194304 35439 0 0 0 119954 46 0 0 25 0 1 0 376442343 164196352 34873 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/27615/statm: 40087 34873 52 110 0 39974 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 160348

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.03
CPU user time (s): 1199.55
CPU system time (s): 0.482926
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 160348

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

runsolver used 1.39179 second user time and 2.97855 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Mar 10 22:14:39 UTC 2007

IDJOB= 334320
IDBENCH= 24625
IDSOLVER= 100
FILE ID= node12/334320-1173564879

PBS_JOBID= 4101184

Free space on /tmp= 66417 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334320-1173564879/tinisat /tmp/evaluation/334320-1173564879/instance-334320-1173564879.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-334320-1173564879 -o ROOT/results/node12/solver-334320-1173564879 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334320-1173564879/tinisat /tmp/evaluation/334320-1173564879/instance-334320-1173564879.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  5344c68d1511d70cde59fef7dc46c3a5

RANDOM SEED= 167372427

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1683144 kB
Buffers:         42400 kB
Cached:         256124 kB
SwapCached:      15228 kB
Active:         219256 kB
Inactive:       102532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683144 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          29680 kB
Slab:            36624 kB
Committed_AS:  1663072 kB
PageTables:       1692 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= 66417 MiB

End job on node12 on Sat Mar 10 22:34:41 UTC 2007