Trace number 314777

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.07 1200.51

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryINDUST (industrial 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 variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data (download as text)

0.00/0.06	c Starting solver ...
0.06/0.09	c Restarting after 100 conflicts
0.09/0.12	c Restarting after 250 conflicts
0.09/0.18	c Restarting after 476 conflicts
0.19/0.27	c Restarting after 816 conflicts
0.29/0.38	c Restarting after 1323 conflicts
0.49/0.59	c Restarting after 2082 conflicts
0.89/0.93	c Restarting after 3221 conflicts
1.49/1.50	c Restarting after 4929 conflicts
2.29/2.38	c Restarting after 7492 conflicts
3.99/4.02	c Restarting after 11338 conflicts
6.59/6.68	c Restarting after 17105 conflicts
11.18/11.27	c Restarting after 25756 conflicts
17.89/17.90	c Restarting after 38730 conflicts
29.69/29.74	c Restarting after 58192 conflicts
49.28/49.35	c Restarting after 87384 conflicts
89.96/90.04	c Restarting after 131173 conflicts
136.45/136.59	c Restarting after 196857 conflicts
221.93/222.04	c Restarting after 295383 conflicts
362.74/362.90	c Restarting after 443172 conflicts
591.92/592.28	c Restarting after 664855 conflicts
944.82/945.22	c Restarting after 997380 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/node11/watcher-314777-1172642143 -o ROOT/results/node11/solver-314777-1172642143 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314777-1172642143/sat7_bin /tmp/evaluation/314777-1172642143/instance-314777-1172642143.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 26216
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=1752 CPUtime=0
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 284168899 1794048 238 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134756106 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 438 238 88 220 0 215 0

[startup+0.0678241 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26216
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=3300 CPUtime=0.06
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 475 0 0 0 6 0 0 0 18 0 1 0 284168899 3379200 458 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135070893 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 825 462 93 220 0 602 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3300

[startup+0.101828 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26216
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=3444 CPUtime=0.09
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 545 0 0 0 9 0 0 0 18 0 1 0 284168899 3526656 528 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134525307 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 861 528 95 220 0 638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3444

[startup+0.301851 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26216
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=3444 CPUtime=0.29
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 626 0 0 0 29 0 0 0 19 0 1 0 284168899 3526656 609 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532617 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 861 609 95 220 0 638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3444

[startup+0.701899 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26216
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=5496 CPUtime=0.69
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 739 0 0 0 69 0 0 0 22 0 1 0 284168899 5627904 722 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 1374 722 95 220 0 1151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5496

[startup+1.50299 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26217
/proc/meminfo: memFree=925696/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=5496 CPUtime=1.49
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 955 0 0 0 149 0 0 0 25 0 1 0 284168899 5627904 938 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 1374 938 95 220 0 1151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5496

[startup+3.10118 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26217
/proc/meminfo: memFree=924608/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=9596 CPUtime=3.09
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 1271 0 0 0 309 0 0 0 25 0 1 0 284168899 9826304 1254 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538975 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 2399 1254 95 220 0 2176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9596

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26217
/proc/meminfo: memFree=922048/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=9720 CPUtime=6.29
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 1788 0 0 0 628 1 0 0 25 0 1 0 284168899 9953280 1771 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 2430 1771 95 220 0 2207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9720

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26217
/proc/meminfo: memFree=920960/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=9720 CPUtime=12.68
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 1941 0 0 0 1267 1 0 0 25 0 1 0 284168899 9953280 1924 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 2430 1924 95 220 0 2207 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9720

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26217
/proc/meminfo: memFree=918976/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=13944 CPUtime=25.49
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 2449 0 0 0 2547 2 0 0 25 0 1 0 284168899 14278656 2432 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134537953 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 3486 2432 95 220 0 3263 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13944

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 26217
/proc/meminfo: memFree=915840/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=14076 CPUtime=51.08
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 3217 0 0 0 5105 3 0 0 25 0 1 0 284168899 14413824 3200 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 3519 3200 95 220 0 3296 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14076

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 26217
/proc/meminfo: memFree=911424/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=18304 CPUtime=102.27
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 4315 0 0 0 10222 5 0 0 25 0 1 0 284168899 18743296 4298 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134539936 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 4576 4298 95 220 0 4353 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18304

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26217
/proc/meminfo: memFree=907520/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=22656 CPUtime=162.24
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 5287 0 0 0 16218 6 0 0 25 0 1 0 284168899 23199744 5270 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 5664 5270 95 220 0 5441 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22656

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26217
/proc/meminfo: memFree=905728/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=27024 CPUtime=222.23
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 5723 0 0 0 22216 7 0 0 25 0 1 0 284168899 27672576 5706 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 6756 5706 95 220 0 6533 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27024

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26217
/proc/meminfo: memFree=904768/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=27148 CPUtime=282.21
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 5957 0 0 0 28213 8 0 0 25 0 1 0 284168899 27799552 5940 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 6787 5940 95 220 0 6564 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 27148

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 26317
/proc/meminfo: memFree=901512/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=27268 CPUtime=342.14
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 6430 0 0 0 34205 9 0 0 25 0 1 0 284168899 27922432 6413 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 6817 6413 95 220 0 6594 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 27268

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 26387
/proc/meminfo: memFree=900296/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=31492 CPUtime=402.08
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 6755 0 0 0 40198 10 0 0 25 0 1 0 284168899 32247808 6738 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 7873 6738 95 220 0 7650 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 31492

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26415
/proc/meminfo: memFree=901184/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=31616 CPUtime=462.05
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 6811 0 0 0 46194 11 0 0 25 0 1 0 284168899 32374784 6794 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 7904 6794 95 220 0 7681 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 31616

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26415
/proc/meminfo: memFree=899904/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=31752 CPUtime=522.03
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 7171 0 0 0 52191 12 0 0 25 0 1 0 284168899 32514048 7154 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 7938 7154 95 220 0 7715 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 31752

[startup+582.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 26415
/proc/meminfo: memFree=898368/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=32008 CPUtime=582.01
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 7544 0 0 0 58189 12 0 0 25 0 1 0 284168899 32776192 7527 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 8002 7527 95 220 0 7779 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 32008

[startup+642.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 26415
/proc/meminfo: memFree=896768/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=36232 CPUtime=642
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 7946 0 0 0 64187 13 0 0 25 0 1 0 284168899 37101568 7929 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532438 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 9058 7929 95 220 0 8835 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 36232

[startup+702.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26415
/proc/meminfo: memFree=895936/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=36368 CPUtime=701.98
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 8146 0 0 0 70184 14 0 0 25 0 1 0 284168899 37240832 8129 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579444 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 9092 8129 95 220 0 8869 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 36368

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=895168/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=36500 CPUtime=761.97
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 8345 0 0 0 76182 15 0 0 25 0 1 0 284168899 37376000 8328 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 9125 8328 95 220 0 8902 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 36500

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=893824/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=36632 CPUtime=821.95
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 8686 0 0 0 82179 16 0 0 25 0 1 0 284168899 37511168 8669 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 9158 8669 95 220 0 8935 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 36632

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=892672/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=36888 CPUtime=881.93
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 8951 0 0 0 88176 17 0 0 25 0 1 0 284168899 37773312 8934 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 9222 8934 95 220 0 8999 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 36888

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=890240/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41132 CPUtime=941.92
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 9570 0 0 0 94174 18 0 0 25 0 1 0 284168899 42119168 9553 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10283 9553 95 220 0 10060 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 41132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=889600/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41420 CPUtime=1001.9
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 9718 0 0 0 100171 19 0 0 25 0 1 0 284168899 42414080 9701 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10355 9701 95 220 0 10132 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 41420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=889536/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41556 CPUtime=1061.88
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 9761 0 0 0 106169 19 0 0 25 0 1 0 284168899 42553344 9744 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10389 9744 95 220 0 10166 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 41556

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=889088/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41680 CPUtime=1121.87
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 9863 0 0 0 112167 20 0 0 25 0 1 0 284168899 42680320 9846 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10420 9846 95 220 0 10197 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 41680

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=888832/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41820 CPUtime=1181.85
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 9934 0 0 0 118165 20 0 0 25 0 1 0 284168899 42823680 9917 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10455 9917 95 220 0 10232 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 41820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=888512/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41956 CPUtime=1200.06
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 10018 0 0 0 119985 21 0 0 25 0 1 0 284168899 42962944 10001 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10489 10001 95 220 0 10266 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 41956

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26415
/proc/meminfo: memFree=888512/2055920 swapFree=4192812/4192956
[pid=26216] ppid=26214 vsize=41956 CPUtime=1200.06
/proc/26216/stat : 26216 (sat7_bin) R 26214 26216 25658 0 -1 4194304 10018 0 0 0 119985 21 0 0 25 0 1 0 284168899 42962944 10001 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26216/statm: 10489 10001 95 220 0 10266 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 41956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.85
CPU system time (s): 0.216967
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 41956

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

runsolver used 1.39779 second user time and 2.96655 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Feb 28 05:55:43 UTC 2007

IDJOB= 314777
IDBENCH= 20400
IDSOLVER= 101
FILE ID= node11/314777-1172642143

PBS_JOBID= 3980933

Free space on /tmp= 66544 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= /tmp/evaluation/314777-1172642143/sat7_bin /tmp/evaluation/314777-1172642143/instance-314777-1172642143.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-314777-1172642143 -o ROOT/results/node11/solver-314777-1172642143 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314777-1172642143/sat7_bin /tmp/evaluation/314777-1172642143/instance-314777-1172642143.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  81ed5ec4a2e7c208a4184383f9e53838

RANDOM SEED= 739900057

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:        928992 kB
Buffers:         56540 kB
Cached:         953736 kB
SwapCached:          0 kB
Active:         430104 kB
Inactive:       623436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        928992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          62184 kB
Slab:            58940 kB
Committed_AS:   855712 kB
PageTables:       1756 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= 66544 MiB

End job on node11 on Wed Feb 28 06:15:46 UTC 2007