Trace number 335581

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.2 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
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 variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data (download as text)

1.09/1.11	c Starting solver ...
1.09/1.13	c Restarting after 101 conflicts
1.09/1.16	c Restarting after 251 conflicts
1.09/1.20	c Restarting after 476 conflicts
1.19/1.25	c Restarting after 813 conflicts
1.29/1.36	c Restarting after 1319 conflicts
1.49/1.52	c Restarting after 2078 conflicts
1.69/1.76	c Restarting after 3218 conflicts
2.19/2.23	c Restarting after 4928 conflicts
2.99/3.05	c Restarting after 7491 conflicts
4.40/4.42	c Restarting after 11336 conflicts
6.88/6.90	c Restarting after 17104 conflicts
11.39/11.46	c Restarting after 25753 conflicts
20.89/20.92	c Restarting after 38728 conflicts
39.37/39.45	c Restarting after 58189 conflicts
76.07/76.10	c Restarting after 87381 conflicts
180.83/180.98	c Restarting after 131170 conflicts
321.68/321.81	c Restarting after 196854 conflicts
827.80/828.14	c Restarting after 295384 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/node9/watcher-335581-1173630245 -o ROOT/results/node9/solver-335581-1173630245 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335581-1173630245/sat7_bin /tmp/evaluation/335581-1173630245/instance-335581-1173630245.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.98 1.20 3/77 932
/proc/meminfo: memFree=1341440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=1764 CPUtime=0
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 382979215 1806336 243 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 441 243 88 220 0 218 0

[startup+0.044749 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 932
/proc/meminfo: memFree=1341440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=2280 CPUtime=0.04
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 318 0 0 0 4 0 0 0 18 0 1 0 382979215 2334720 301 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 570 301 88 220 0 347 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2280

[startup+0.102761 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 932
/proc/meminfo: memFree=1341440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=2280 CPUtime=0.09
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 393 0 0 0 9 0 0 0 18 0 1 0 382979215 2334720 376 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 570 376 88 220 0 347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2280

[startup+0.301806 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 932
/proc/meminfo: memFree=1341440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=5360 CPUtime=0.29
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 764 0 0 0 29 0 0 0 19 0 1 0 382979215 5488640 747 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 1340 747 88 220 0 1117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5360

[startup+0.701876 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 932
/proc/meminfo: memFree=1341440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=9460 CPUtime=0.69
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 1440 0 0 0 68 1 0 0 22 0 1 0 382979215 9687040 1423 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134622972 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 2365 1423 88 220 0 2142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9460

[startup+1.50203 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 933
/proc/meminfo: memFree=1335608/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=13708 CPUtime=1.49
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 3292 0 0 0 146 3 0 0 25 0 1 0 382979215 14036992 3275 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 3427 3275 95 220 0 3204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13708

[startup+3.10134 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 933
/proc/meminfo: memFree=1325368/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=21908 CPUtime=3.09
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 5098 0 0 0 305 4 0 0 25 0 1 0 382979215 22433792 5081 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 5477 5081 95 220 0 5254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21908

[startup+6.30195 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 933
/proc/meminfo: memFree=1312312/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=34460 CPUtime=6.29
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 8037 0 0 0 623 6 0 0 25 0 1 0 382979215 35287040 8020 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 8615 8020 95 220 0 8392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34460

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 1.19 2/78 933
/proc/meminfo: memFree=1292224/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=55456 CPUtime=12.68
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 12994 0 0 0 1260 8 0 0 25 0 1 0 382979215 56786944 12977 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538403 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 13864 12977 95 220 0 13641 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55456

[startup+25.5027 s]
/proc/loadavg: 0.94 0.98 1.19 2/78 933
/proc/meminfo: memFree=1263808/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=81004 CPUtime=25.48
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 19609 0 0 0 2535 13 0 0 25 0 1 0 382979215 82948096 19592 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533091 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 20251 19592 95 220 0 20028 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81004

[startup+51.1026 s]
/proc/loadavg: 0.96 0.98 1.18 2/78 933
/proc/meminfo: memFree=1222080/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=123536 CPUtime=51.08
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 30146 0 0 0 5085 23 0 0 25 0 1 0 382979215 126500864 30129 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 30884 30129 95 220 0 30661 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 123536

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.17 2/78 933
/proc/meminfo: memFree=1168192/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=174940 CPUtime=102.26
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 43330 0 0 0 10192 34 0 0 25 0 1 0 382979215 179138560 43313 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 43735 43313 95 220 0 43512 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 174940

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.16 2/78 933
/proc/meminfo: memFree=1131264/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=213248 CPUtime=162.23
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 52662 0 0 0 16181 42 0 0 25 0 1 0 382979215 218365952 52645 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 53312 52645 95 220 0 53089 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 213248

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.15 2/78 933
/proc/meminfo: memFree=1068416/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=275972 CPUtime=222.22
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 68237 0 0 0 22167 55 0 0 25 0 1 0 382979215 282595328 68220 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 68993 68220 95 220 0 68770 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 275972

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.14 2/78 933
/proc/meminfo: memFree=1028288/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=318628 CPUtime=282.2
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 78293 0 0 0 28156 64 0 0 25 0 1 0 382979215 326275072 78276 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 79657 78276 95 220 0 79434 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 318628

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.13 2/78 933
/proc/meminfo: memFree=992576/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=353368 CPUtime=342.17
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 87109 0 0 0 34146 71 0 0 25 0 1 0 382979215 361848832 87092 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 88342 87092 95 220 0 88119 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 353368

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.11 2/78 933
/proc/meminfo: memFree=963392/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=382548 CPUtime=402.15
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 94505 0 0 0 40135 80 0 0 25 0 1 0 382979215 391729152 94488 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 95637 94488 95 220 0 95414 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 382548

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 1.10 2/78 933
/proc/meminfo: memFree=939136/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=407664 CPUtime=462.13
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 100443 0 0 0 46126 87 0 0 25 0 1 0 382979215 417447936 100426 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 101916 100426 95 220 0 101693 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 407664

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/78 933
/proc/meminfo: memFree=918976/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=429064 CPUtime=522.11
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 105569 0 0 0 52119 92 0 0 25 0 1 0 382979215 439361536 105552 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 107266 105552 95 220 0 107043 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 429064

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 933
/proc/meminfo: memFree=895168/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=449888 CPUtime=582.09
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 111456 0 0 0 58112 97 0 0 25 0 1 0 382979215 460685312 111439 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 112472 111439 95 220 0 112249 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 449888

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 933
/proc/meminfo: memFree=876544/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=471036 CPUtime=642.07
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 116031 0 0 0 64106 101 0 0 25 0 1 0 382979215 482340864 116014 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532548 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 117759 116014 95 220 0 117536 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 471036

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 933
/proc/meminfo: memFree=851264/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=496484 CPUtime=702.05
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 122457 0 0 0 70098 107 0 0 25 0 1 0 382979215 508399616 122407 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 124121 122407 95 220 0 123898 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 496484

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 933
/proc/meminfo: memFree=829440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=517376 CPUtime=762.03
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 127861 0 0 0 76092 111 0 0 25 0 1 0 382979215 529793024 127778 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 129344 127778 95 220 0 129121 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 517376

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 933
/proc/meminfo: memFree=813440/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=534432 CPUtime=822.01
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 131926 0 0 0 82086 115 0 0 25 0 1 0 382979215 547258368 131810 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 133608 131810 95 220 0 133385 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 534432

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 933
/proc/meminfo: memFree=774976/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=572964 CPUtime=881.99
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 141503 0 0 0 88075 124 0 0 25 0 1 0 382979215 586715136 141387 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 143241 141387 95 220 0 143018 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 572964

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 933
/proc/meminfo: memFree=745664/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=602336 CPUtime=941.97
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 148881 0 0 0 94065 132 0 0 25 0 1 0 382979215 616792064 148765 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 150584 148765 95 220 0 150361 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 602336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 933
/proc/meminfo: memFree=716480/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=631712 CPUtime=1001.95
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 156118 0 0 0 100055 140 0 0 25 0 1 0 382979215 646873088 156002 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 157928 156002 95 220 0 157705 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 631712

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 933
/proc/meminfo: memFree=692992/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=653328 CPUtime=1061.92
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 161991 0 0 0 106046 146 0 0 25 0 1 0 382979215 669007872 161875 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532512 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 163332 161875 95 220 0 163109 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 653328

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 933
/proc/meminfo: memFree=676288/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=670520 CPUtime=1121.9
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 166123 0 0 0 112040 150 0 0 25 0 1 0 382979215 686612480 166007 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 167630 166007 95 220 0 167407 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 670520

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 933
/proc/meminfo: memFree=656384/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=692072 CPUtime=1181.88
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 171189 0 0 0 118032 156 0 0 25 0 1 0 382979215 708681728 171040 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539911 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 173018 171040 95 220 0 172795 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 692072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 933
/proc/meminfo: memFree=649792/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=696172 CPUtime=1200.08
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4194304 172757 0 0 0 119850 158 0 0 25 0 1 0 382979215 712880128 172608 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 174043 172608 95 220 0 173820 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 696172

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 933
/proc/meminfo: memFree=649792/2055920 swapFree=4152240/4192956
[pid=932] ppid=930 vsize=0 CPUtime=1200.18
/proc/932/stat : 932 (sat7_bin) R 930 932 522 0 -1 4195332 172757 0 0 0 119850 168 0 0 25 0 1 0 382979215 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/932/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.2
CPU user time (s): 1198.51
CPU system time (s): 1.68774
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 696172

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

runsolver used 1.36179 second user time and 3.01454 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 16:24:06 UTC 2007

IDJOB= 335581
IDBENCH= 24655
IDSOLVER= 101
FILE ID= node9/335581-1173630245

PBS_JOBID= 4101317

Free space on /tmp= 66349 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335581-1173630245/sat7_bin /tmp/evaluation/335581-1173630245/instance-335581-1173630245.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-335581-1173630245 -o ROOT/results/node9/solver-335581-1173630245 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335581-1173630245/sat7_bin /tmp/evaluation/335581-1173630245/instance-335581-1173630245.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 33165625

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1341848 kB
Buffers:         54424 kB
Cached:         562588 kB
SwapCached:       8860 kB
Active:         410132 kB
Inactive:       229720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341848 kB
SwapTotal:     4192956 kB
SwapFree:      4152240 kB
Dirty:            5240 kB
Writeback:           0 kB
Mapped:          29720 kB
Slab:            59860 kB
Committed_AS:  1535388 kB
PageTables:       1688 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= 66349 MiB

End job on node9 on Sun Mar 11 16:44:08 UTC 2007