Trace number 425283

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
SAT7 2007-02-08? (TO) 5000.09 5001.41

General information on the benchmark

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1785258608-13.SAT.shuffled.cnf
MD5SUM550c5acb0fb0d77637c0428b7d86bbf4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.47232
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

Solver Data (download as text)

0.00/0.04	c Starting solver ...
0.00/0.05	c Restarting after 101 conflicts
0.00/0.06	c Restarting after 251 conflicts
0.00/0.07	c Restarting after 476 conflicts
0.08/0.09	c Restarting after 816 conflicts
0.10/0.12	c Restarting after 1324 conflicts
0.10/0.17	c Restarting after 2083 conflicts
0.20/0.26	c Restarting after 3223 conflicts
0.39/0.40	c Restarting after 4932 conflicts
0.59/0.61	c Restarting after 7494 conflicts
0.89/0.96	c Restarting after 11338 conflicts
1.39/1.49	c Restarting after 17104 conflicts
2.29/2.35	c Restarting after 25754 conflicts
3.69/3.71	c Restarting after 38728 conflicts
5.79/5.85	c Restarting after 58190 conflicts
9.29/9.32	c Restarting after 87382 conflicts
14.79/14.87	c Restarting after 131171 conflicts
23.68/23.76	c Restarting after 196856 conflicts
37.68/37.75	c Restarting after 295382 conflicts
60.68/60.70	c Restarting after 443171 conflicts
98.87/98.94	c Restarting after 664855 conflicts
162.85/162.97	c Restarting after 997380 conflicts
267.93/268.05	c Restarting after 1496168 conflicts
439.18/439.38	c Restarting after 2244350 conflicts
728.71/728.99	c Restarting after 3366624 conflicts
1217.90/1218.29	c Restarting after 5050035 conflicts
2023.10/2023.67	c Restarting after 7575152 conflicts
3330.59/3331.51	c Restarting after 11362828 conflicts

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-425283-1177664901 -o ROOT/results/node29/solver-425283-1177664901 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425283-1177664901/sat7_bin /tmp/evaluation/425283-1177664901/instance-425283-1177664901.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.78 0.95 0.98 3/77 12797
/proc/meminfo: memFree=1522040/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=1064 CPUtime=0
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214405897 1089536 112 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 266 112 87 220 0 43 0

[startup+0.0892891 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 12797
/proc/meminfo: memFree=1522040/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=1976 CPUtime=0.08
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 294 0 0 0 8 0 0 0 18 0 1 0 214405897 2023424 278 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558456 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 494 278 95 220 0 271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1976

[startup+0.101289 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 12797
/proc/meminfo: memFree=1522040/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=1976 CPUtime=0.1
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 304 0 0 0 10 0 0 0 18 0 1 0 214405897 2023424 288 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 494 288 95 220 0 271 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1976

[startup+0.301302 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 12797
/proc/meminfo: memFree=1522040/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=3136 CPUtime=0.3
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 416 0 0 0 30 0 0 0 20 0 1 0 214405897 3211264 400 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532534 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 784 400 95 220 0 561 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3136

[startup+0.701328 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 12797
/proc/meminfo: memFree=1522040/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=3136 CPUtime=0.69
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 477 0 0 0 69 0 0 0 23 0 1 0 214405897 3211264 461 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 784 461 95 220 0 561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3136

[startup+1.50138 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 12798
/proc/meminfo: memFree=1520496/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=3268 CPUtime=1.49
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 551 0 0 0 149 0 0 0 25 0 1 0 214405897 3346432 535 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 817 535 95 220 0 594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3268

[startup+3.10148 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 12798
/proc/meminfo: memFree=1520048/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=3532 CPUtime=3.09
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 649 0 0 0 309 0 0 0 25 0 1 0 214405897 3616768 633 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 883 633 95 220 0 660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3532

[startup+6.30168 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 12798
/proc/meminfo: memFree=1519408/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=3668 CPUtime=6.29
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 751 0 0 0 629 0 0 0 25 0 1 0 214405897 3756032 735 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 917 735 95 220 0 694 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3668

[startup+12.7011 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 12798
/proc/meminfo: memFree=1518832/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=5992 CPUtime=12.69
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 860 0 0 0 1269 0 0 0 25 0 1 0 214405897 6135808 844 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 1498 844 95 220 0 1275 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5992

[startup+25.5019 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 12798
/proc/meminfo: memFree=1518192/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=6408 CPUtime=25.48
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1026 0 0 0 2548 0 0 0 25 0 1 0 214405897 6561792 1010 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 1602 1010 95 220 0 1379 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6408

[startup+51.1016 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 12798
/proc/meminfo: memFree=1517488/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=7048 CPUtime=51.07
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1183 0 0 0 5107 0 0 0 25 0 1 0 214405897 7217152 1167 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 1762 1167 95 220 0 1539 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7048

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 12798
/proc/meminfo: memFree=1516656/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=7528 CPUtime=102.27
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1388 0 0 0 10226 1 0 0 25 0 1 0 214405897 7708672 1372 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 1882 1372 95 220 0 1659 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7528

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1516208/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=7664 CPUtime=162.25
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1484 0 0 0 16223 2 0 0 25 0 1 0 214405897 7847936 1468 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532465 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 1916 1468 95 220 0 1693 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7664

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1515696/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=8128 CPUtime=222.23
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1608 0 0 0 22221 2 0 0 25 0 1 0 214405897 8323072 1592 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2032 1592 95 220 0 1809 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 8128

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1515248/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=8128 CPUtime=282.22
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1720 0 0 0 28219 3 0 0 25 0 1 0 214405897 8323072 1704 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2032 1704 95 220 0 1809 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 8128

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1515120/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=8320 CPUtime=342.2
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1760 0 0 0 34217 3 0 0 25 0 1 0 214405897 8519680 1744 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525536 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2080 1744 95 220 0 1857 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 8320

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1514800/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=8704 CPUtime=402.19
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1831 0 0 0 40215 4 0 0 25 0 1 0 214405897 8912896 1815 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528665 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2176 1815 95 220 0 1953 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 8704

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1514416/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=8896 CPUtime=462.17
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1918 0 0 0 46213 4 0 0 25 0 1 0 214405897 9109504 1902 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2224 1902 95 220 0 2001 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 8896

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1514224/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=9088 CPUtime=522.16
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 1979 0 0 0 52211 5 0 0 25 0 1 0 214405897 9306112 1963 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2272 1963 95 220 0 2049 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 9088

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1514096/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=9280 CPUtime=582.15
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 2023 0 0 0 58210 5 0 0 25 0 1 0 214405897 9502720 2007 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528665 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2320 2007 95 220 0 2097 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 9280

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12798
/proc/meminfo: memFree=1513840/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=9472 CPUtime=642.14
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 2063 0 0 0 64208 6 0 0 25 0 1 0 214405897 9699328 2047 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 2368 2047 95 220 0 2145 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 9472


################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12998
/proc/meminfo: memFree=1509936/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4001.22
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3062 0 0 0 400089 33 0 0 25 0 1 0 214405897 16453632 3046 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3046 95 220 0 3794 0
Current children cumulated CPU time (s) 4001.22
Current children cumulated vsize (KiB) 16068

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 12998
/proc/meminfo: memFree=1509744/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4061.22
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3091 0 0 0 406088 34 0 0 25 0 1 0 214405897 16453632 3075 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525540 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3075 95 220 0 3794 0
Current children cumulated CPU time (s) 4061.22
Current children cumulated vsize (KiB) 16068

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12998
/proc/meminfo: memFree=1509808/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4121.2
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3091 0 0 0 412086 34 0 0 25 0 1 0 214405897 16453632 3075 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3075 95 220 0 3794 0
Current children cumulated CPU time (s) 4121.2
Current children cumulated vsize (KiB) 16068

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12998
/proc/meminfo: memFree=1509808/2055920 swapFree=4146612/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4181.19
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3091 0 0 0 418084 35 0 0 25 0 1 0 214405897 16453632 3075 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3075 95 220 0 3794 0
Current children cumulated CPU time (s) 4181.19
Current children cumulated vsize (KiB) 16068

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508848/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4241.16
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3096 0 0 0 424080 36 0 0 25 0 1 0 214405897 16453632 3080 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3080 95 220 0 3794 0
Current children cumulated CPU time (s) 4241.16
Current children cumulated vsize (KiB) 16068

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4301.14
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3097 0 0 0 430078 36 0 0 25 0 1 0 214405897 16453632 3081 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3081 95 220 0 3794 0
Current children cumulated CPU time (s) 4301.14
Current children cumulated vsize (KiB) 16068

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508976/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4361.13
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3098 0 0 0 436076 37 0 0 25 0 1 0 214405897 16453632 3082 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3082 95 220 0 3794 0
Current children cumulated CPU time (s) 4361.13
Current children cumulated vsize (KiB) 16068

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508976/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4421.11
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3101 0 0 0 442074 37 0 0 25 0 1 0 214405897 16453632 3085 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3085 95 220 0 3794 0
Current children cumulated CPU time (s) 4421.11
Current children cumulated vsize (KiB) 16068

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4481.1
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3104 0 0 0 448072 38 0 0 25 0 1 0 214405897 16453632 3088 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3088 95 220 0 3794 0
Current children cumulated CPU time (s) 4481.1
Current children cumulated vsize (KiB) 16068

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4541.08
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3104 0 0 0 454070 38 0 0 25 0 1 0 214405897 16453632 3088 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532410 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3088 95 220 0 3794 0
Current children cumulated CPU time (s) 4541.08
Current children cumulated vsize (KiB) 16068

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4601.07
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3109 0 0 0 460068 39 0 0 25 0 1 0 214405897 16453632 3093 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3093 95 220 0 3794 0
Current children cumulated CPU time (s) 4601.07
Current children cumulated vsize (KiB) 16068

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4661.05
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3110 0 0 0 466066 39 0 0 25 0 1 0 214405897 16453632 3094 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3094 95 220 0 3794 0
Current children cumulated CPU time (s) 4661.05
Current children cumulated vsize (KiB) 16068

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508848/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4721.04
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3112 0 0 0 472064 40 0 0 25 0 1 0 214405897 16453632 3096 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529504 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3096 95 220 0 3794 0
Current children cumulated CPU time (s) 4721.04
Current children cumulated vsize (KiB) 16068

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508912/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4781.02
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3125 0 0 0 478062 40 0 0 25 0 1 0 214405897 16453632 3109 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3109 95 220 0 3794 0
Current children cumulated CPU time (s) 4781.02
Current children cumulated vsize (KiB) 16068

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508848/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4841.01
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3127 0 0 0 484060 41 0 0 25 0 1 0 214405897 16453632 3111 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528428 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3111 95 220 0 3794 0
Current children cumulated CPU time (s) 4841.01
Current children cumulated vsize (KiB) 16068

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508848/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4900.99
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3131 0 0 0 490058 41 0 0 25 0 1 0 214405897 16453632 3115 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3115 95 220 0 3794 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 16068

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508848/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=4960.98
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3132 0 0 0 496056 42 0 0 25 0 1 0 214405897 16453632 3116 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3116 95 220 0 3794 0
Current children cumulated CPU time (s) 4960.98
Current children cumulated vsize (KiB) 16068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13019
/proc/meminfo: memFree=1508784/2055920 swapFree=4146652/4192956
[pid=12797] ppid=12795 vsize=16068 CPUtime=5000.07
/proc/12797/stat : 12797 (sat7_bin) R 12795 12797 12743 0 -1 4194304 3135 0 0 0 499965 42 0 0 25 0 1 0 214405897 16453632 3119 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578985 0 0 4096 0 0 0 0 17 1 0 0
/proc/12797/statm: 4017 3119 95 220 0 3794 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 16068

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): 5001.41
CPU time (s): 5000.09
CPU user time (s): 4999.66
CPU system time (s): 0.426935
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 16068

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

runsolver used 4.03939 second user time and 10.5154 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Fri Apr 27 09:08:21 UTC 2007

IDJOB= 425283
IDBENCH= 19950
IDSOLVER= 183
FILE ID= node29/425283-1177664901

PBS_JOBID= 4698574

Free space on /tmp= 66538 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v75/unif-k7-r89-v75-c6675-S1785258608-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425283-1177664901/sat7_bin /tmp/evaluation/425283-1177664901/instance-425283-1177664901.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-425283-1177664901 -o ROOT/results/node29/solver-425283-1177664901 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425283-1177664901/sat7_bin /tmp/evaluation/425283-1177664901/instance-425283-1177664901.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  550c5acb0fb0d77637c0428b7d86bbf4

RANDOM SEED= 765670409

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1522576 kB
Buffers:         48604 kB
Cached:         394696 kB
SwapCached:      11756 kB
Active:         285716 kB
Inactive:       180916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522576 kB
SwapTotal:     4192956 kB
SwapFree:      4146612 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          29740 kB
Slab:            52192 kB
Committed_AS:  2753412 kB
PageTables:       1872 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= 66538 MiB

End job on node29 on Fri Apr 27 10:31:45 UTC 2007