Trace number 334783

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) 1200.09 1200.63

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
MD5SUM58af3687ccec42ccd800f9557db434fc
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 variables16489
Number of clauses2248381
Sum of the clauses size4509197
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22246354
Number of clauses of size 30
Number of clauses of size 44
Number of clauses of size 58
Number of clauses of size over 52015

Solver Data (download as text)

8.89/8.94	c Starting solver ...
9.19/9.21	c Restarting after 100 conflicts
9.29/9.38	c Restarting after 251 conflicts
9.39/9.47	c Restarting after 476 conflicts
9.79/9.83	c Restarting after 813 conflicts
10.49/10.52	c Restarting after 1321 conflicts
11.79/11.87	c Restarting after 2080 conflicts
13.19/13.27	c Restarting after 3221 conflicts
15.88/15.91	c Restarting after 4929 conflicts
20.59/20.62	c Restarting after 7491 conflicts
27.38/27.44	c Restarting after 11336 conflicts
41.86/41.98	c Restarting after 17104 conflicts
64.65/64.74	c Restarting after 25753 conflicts
117.34/117.44	c Restarting after 38728 conflicts
181.10/181.23	c Restarting after 58189 conflicts
323.65/323.96	c Restarting after 87381 conflicts
619.66/620.04	c Restarting after 131170 conflicts
1185.46/1186.02	c Restarting after 196854 conflicts

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/node15/watcher-334783-1173592681 -o ROOT/results/node15/solver-334783-1173592681 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334783-1173592681/sat7_bin /tmp/evaluation/334783-1173592681/instance-334783-1173592681.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: 1.00 1.01 1.00 3/77 29686
/proc/meminfo: memFree=1402392/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=2300 CPUtime=0
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 379222965 2355200 407 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 575 408 88 220 0 352 0

[startup+0.0466659 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 29686
/proc/meminfo: memFree=1402392/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=3844 CPUtime=0.04
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 664 0 0 0 4 0 0 0 18 0 1 0 379222965 3936256 647 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 961 647 88 220 0 738 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3844

[startup+0.101675 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 29686
/proc/meminfo: memFree=1402392/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=3844 CPUtime=0.09
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 724 0 0 0 9 0 0 0 18 0 1 0 379222965 3936256 707 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 961 707 88 220 0 738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3844

[startup+0.301709 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 29686
/proc/meminfo: memFree=1402392/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=5896 CPUtime=0.29
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 909 0 0 0 29 0 0 0 19 0 1 0 379222965 6037504 892 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 1474 892 88 220 0 1251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5896

[startup+0.701777 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 29686
/proc/meminfo: memFree=1402392/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=5896 CPUtime=0.69
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 1302 0 0 0 69 0 0 0 23 0 1 0 379222965 6037504 1285 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 1474 1285 88 220 0 1251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5896

[startup+1.50191 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1396304/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=9996 CPUtime=1.49
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 2172 0 0 0 148 1 0 0 25 0 1 0 379222965 10235904 2155 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 2499 2156 88 220 0 2276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9996

[startup+3.10119 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1391952/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=18196 CPUtime=3.09
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 4065 0 0 0 306 3 0 0 25 0 1 0 379222965 18632704 4048 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029856 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 4549 4049 88 220 0 4326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18196

[startup+6.30174 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1378896/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=34596 CPUtime=6.29
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 8140 0 0 0 623 6 0 0 25 0 1 0 379222965 35426304 8123 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 8649 8123 88 220 0 8426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34596

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1363792/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=43256 CPUtime=12.69
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 9741 0 0 0 1261 8 0 0 25 0 1 0 379222965 44294144 9724 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 10814 9724 95 220 0 10591 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43256

[startup+25.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1360912/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=43256 CPUtime=25.48
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 10487 0 0 0 2539 9 0 0 25 0 1 0 379222965 44294144 10470 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 10814 10470 95 220 0 10591 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43256

[startup+51.1014 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 29687
/proc/meminfo: memFree=1355024/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=51980 CPUtime=51.06
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 11978 0 0 0 5095 11 0 0 25 0 1 0 379222965 53227520 11961 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 12995 11961 95 220 0 12772 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51980

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29687
/proc/meminfo: memFree=1346128/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=60496 CPUtime=102.25
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 14180 0 0 0 10212 13 0 0 25 0 1 0 379222965 61947904 14163 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 15124 14163 95 220 0 14901 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60496

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29687
/proc/meminfo: memFree=1338832/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=65108 CPUtime=162.22
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 16005 0 0 0 16207 15 0 0 25 0 1 0 379222965 66670592 15988 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528601 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 16277 15988 95 220 0 16054 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 65108

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 29811
/proc/meminfo: memFree=1330584/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=73664 CPUtime=222.14
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 17738 0 0 0 22195 19 0 0 25 0 1 0 379222965 75431936 17721 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 18416 17721 95 220 0 18193 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 73664

[startup+282.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 29885
/proc/meminfo: memFree=1326544/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=78028 CPUtime=282.07
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 19045 0 0 0 28185 22 0 0 25 0 1 0 379222965 79900672 19028 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 19507 19028 95 220 0 19284 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 78028

[startup+342.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 29885
/proc/meminfo: memFree=1321360/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=82588 CPUtime=342.06
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 20312 0 0 0 34182 24 0 0 25 0 1 0 379222965 84570112 20295 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 20647 20295 95 220 0 20424 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 82588

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1316688/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=86816 CPUtime=402.03
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 21476 0 0 0 40177 26 0 0 25 0 1 0 379222965 88899584 21459 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532688 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 21704 21459 95 220 0 21481 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 86816

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1308688/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=95292 CPUtime=462.01
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 23468 0 0 0 46173 28 0 0 25 0 1 0 379222965 97579008 23451 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 23823 23451 95 220 0 23600 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 95292

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1304656/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=99540 CPUtime=521.99
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 24522 0 0 0 52169 30 0 0 25 0 1 0 379222965 101928960 24505 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533088 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 24885 24505 95 220 0 24662 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 99540

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1300688/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=103908 CPUtime=581.97
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 25494 0 0 0 58165 32 0 0 25 0 1 0 379222965 106401792 25477 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 25977 25477 95 220 0 25754 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 103908

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1296272/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=108388 CPUtime=641.95
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 26588 0 0 0 64161 34 0 0 25 0 1 0 379222965 110989312 26571 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529396 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 27097 26571 95 220 0 26874 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 108388

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1292048/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=112648 CPUtime=701.92
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 27652 0 0 0 70157 35 0 0 25 0 1 0 379222965 115351552 27635 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 28162 27635 95 220 0 27939 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 112648

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1288016/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=116868 CPUtime=761.91
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 28640 0 0 0 76154 37 0 0 25 0 1 0 379222965 119672832 28623 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 29217 28623 95 220 0 28994 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 116868

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1283984/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=121248 CPUtime=821.89
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 29654 0 0 0 82150 39 0 0 25 0 1 0 379222965 124157952 29637 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533085 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 30312 29637 95 220 0 30089 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 121248

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1280144/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=125476 CPUtime=881.86
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 30609 0 0 0 88146 40 0 0 25 0 1 0 379222965 128487424 30592 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533543 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 31369 30592 95 220 0 31146 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 125476

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1276432/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=129712 CPUtime=941.84
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 31554 0 0 0 94143 41 0 0 25 0 1 0 379222965 132825088 31537 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 32428 31537 95 220 0 32205 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 129712

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1272528/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=133940 CPUtime=1001.82
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 32518 0 0 0 100139 43 0 0 25 0 1 0 379222965 137154560 32501 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 33485 32501 95 220 0 33262 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 133940

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1268624/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=138040 CPUtime=1061.8
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 33504 0 0 0 106136 44 0 0 25 0 1 0 379222965 141352960 33487 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 34510 33487 95 220 0 34287 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 138040

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1264912/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=142468 CPUtime=1121.78
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 34422 0 0 0 112133 45 0 0 25 0 1 0 379222965 145887232 34405 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532548 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 35617 34405 95 220 0 35394 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 142468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1261072/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=142780 CPUtime=1181.76
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 35373 0 0 0 118129 47 0 0 25 0 1 0 379222965 146206720 35356 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 35695 35356 95 220 0 35472 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 142780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29885
/proc/meminfo: memFree=1259344/2055920 swapFree=4152672/4192956
[pid=29686] ppid=29684 vsize=147152 CPUtime=1200.06
/proc/29686/stat : 29686 (sat7_bin) R 29684 29686 29198 0 -1 4194304 35795 0 0 0 119959 47 0 0 25 0 1 0 379222965 150683648 35778 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29686/statm: 36788 35778 95 220 0 36565 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 147152

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.63
CPU time (s): 1200.09
CPU user time (s): 1199.59
CPU system time (s): 0.495924
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 147152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35795
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= 8
involuntary context switches= 25251

runsolver used 1.38379 second user time and 2.98855 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Mar 11 05:58:06 UTC 2007

IDJOB= 334783
IDBENCH= 24636
IDSOLVER= 101
FILE ID= node15/334783-1173592681

PBS_JOBID= 4101235

Free space on /tmp= 66509 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334783-1173592681/sat7_bin /tmp/evaluation/334783-1173592681/instance-334783-1173592681.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-334783-1173592681 -o ROOT/results/node15/solver-334783-1173592681 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334783-1173592681/sat7_bin /tmp/evaluation/334783-1173592681/instance-334783-1173592681.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  58af3687ccec42ccd800f9557db434fc

RANDOM SEED= 335787333

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1402800 kB
Buffers:         54820 kB
Cached:         503800 kB
SwapCached:       2924 kB
Active:         383956 kB
Inactive:       197832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402800 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           31352 kB
Writeback:           0 kB
Mapped:          30064 kB
Slab:            56840 kB
Committed_AS:  1352192 kB
PageTables:       1800 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= 66509 MiB

End job on node15 on Sun Mar 11 06:18:09 UTC 2007