Trace number 370356

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) 10000.2 10002.9

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k65.cnf
MD5SUM0e7272c44cfc0ff08090f3e62c18898b
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 variables42292
Number of clauses158485
Sum of the clauses size426607
Maximum clause length37
Minimum clause length1
Number of clauses of size 1863
Number of clauses of size 278881
Number of clauses of size 372690
Number of clauses of size 4346
Number of clauses of size 5665
Number of clauses of size over 55040

Solver Data (download as text)

0.69/0.71	c Starting solver ...
0.69/0.79	c Restarting after 102 conflicts
0.79/0.87	c Restarting after 253 conflicts
0.89/0.97	c Restarting after 479 conflicts
1.49/1.58	c Restarting after 816 conflicts
1.89/1.90	c Restarting after 1322 conflicts
2.69/2.75	c Restarting after 2081 conflicts
4.19/4.29	c Restarting after 3220 conflicts
5.40/5.47	c Restarting after 4929 conflicts
7.49/7.55	c Restarting after 7491 conflicts
11.99/12.08	c Restarting after 11336 conflicts
20.79/20.85	c Restarting after 17103 conflicts
39.86/39.94	c Restarting after 25752 conflicts
63.56/63.61	c Restarting after 38726 conflicts
162.93/163.04	c Restarting after 58188 conflicts
246.32/246.43	c Restarting after 87380 conflicts
335.69/335.82	c Restarting after 131169 conflicts
614.22/614.49	c Restarting after 196854 conflicts
1514.01/1514.48	c Restarting after 295380 conflicts
2490.89/2491.69	c Restarting after 443169 conflicts
4964.99/4966.39	c Restarting after 664852 conflicts
8471.55/8473.84	c Restarting after 997379 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/node57/watcher-370356-1178605942 -o ROOT/results/node57/solver-370356-1178605942 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370356-1178605942/sat7_bin /tmp/evaluation/370356-1178605942/instance-370356-1178605942.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.85 0.97 0.99 3/64 11001
/proc/meminfo: memFree=1535696/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=1064 CPUtime=0
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 301730191 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 266 90 77 220 0 43 0

[startup+0.0604579 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11001
/proc/meminfo: memFree=1535696/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=7212 CPUtime=0.05
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 1352 0 0 0 5 0 0 0 18 0 1 0 301730191 7385088 1336 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029272 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 1803 1337 88 220 0 1580 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7212

[startup+0.101461 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11001
/proc/meminfo: memFree=1535696/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=7212 CPUtime=0.09
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 1450 0 0 0 9 0 0 0 18 0 1 0 301730191 7385088 1434 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 1803 1434 88 220 0 1580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7212

[startup+0.301478 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11001
/proc/meminfo: memFree=1535696/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=11312 CPUtime=0.29
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 1944 0 0 0 29 0 0 0 19 0 1 0 301730191 11583488 1928 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547035 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 2828 1928 88 220 0 2605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11312

[startup+0.701512 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11001
/proc/meminfo: memFree=1535696/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=16044 CPUtime=0.69
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 3057 0 0 0 68 1 0 0 22 0 1 0 301730191 16429056 3041 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528396 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 4011 3041 89 220 0 3788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16044

[startup+1.50158 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1521544/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=16564 CPUtime=1.49
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 3779 0 0 0 147 2 0 0 25 0 1 0 301730191 16961536 3665 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 4141 3665 95 220 0 3918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16564

[startup+3.10172 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1521032/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=16564 CPUtime=3.09
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 3920 0 0 0 307 2 0 0 25 0 1 0 301730191 16961536 3806 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 4141 3806 95 220 0 3918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16564

[startup+6.302 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1519688/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=20664 CPUtime=6.29
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 4191 0 0 0 626 3 0 0 25 0 1 0 301730191 21159936 4077 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532816 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 5166 4077 95 220 0 4943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20664

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1517320/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=20664 CPUtime=12.68
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 4777 0 0 0 1265 3 0 0 25 0 1 0 301730191 21159936 4663 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 5166 4663 95 220 0 4943 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20664

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1512328/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=24764 CPUtime=25.48
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 5996 0 0 0 2543 5 0 0 25 0 1 0 301730191 25358336 5882 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 6191 5882 95 220 0 5968 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24764

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1505672/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=33076 CPUtime=51.06
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 7716 0 0 0 5099 7 0 0 25 0 1 0 301730191 33869824 7602 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134559011 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 8269 7602 95 220 0 8046 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 33076

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1490312/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=46668 CPUtime=102.25
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 11494 0 0 0 10213 12 0 0 25 0 1 0 301730191 47788032 11380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538622 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 11667 11380 95 220 0 11444 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46668

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1475144/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=65412 CPUtime=162.23
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 15309 0 0 0 16207 16 0 0 25 0 1 0 301730191 66981888 15195 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 16353 15195 95 220 0 16130 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 65412

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1458504/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=78148 CPUtime=222.22
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 19437 0 0 0 22201 21 0 0 25 0 1 0 301730191 80023552 19323 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528575 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 19537 19323 95 220 0 19314 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78148

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1443016/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=95108 CPUtime=282.21
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 23302 0 0 0 28196 25 0 0 25 0 1 0 301730191 97390592 23188 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 23777 23188 95 220 0 23554 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 95108

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1432456/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=108212 CPUtime=342.2
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 25923 0 0 0 34192 28 0 0 25 0 1 0 301730191 110809088 25809 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 27053 25809 95 220 0 26830 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108212

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1425544/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=112456 CPUtime=402.18
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 27653 0 0 0 40188 30 0 0 25 0 1 0 301730191 115154944 27539 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 28114 27539 95 220 0 27891 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 112456

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1419592/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=121100 CPUtime=462.16
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 29115 0 0 0 46185 31 0 0 25 0 1 0 301730191 124006400 29001 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 30275 29001 95 220 0 30052 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 121100

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1413768/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=125648 CPUtime=522.15
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 30576 0 0 0 52182 33 0 0 25 0 1 0 301730191 128663552 30462 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 31412 30462 95 220 0 31189 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 125648

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1405704/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=134632 CPUtime=582.13
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 32563 0 0 0 58178 35 0 0 25 0 1 0 301730191 137863168 32449 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 33658 32449 95 220 0 33435 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 134632

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11002
/proc/meminfo: memFree=1397320/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=143356 CPUtime=642.13
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 34651 0 0 0 64176 37 0 0 25 0 1 0 301730191 146796544 34537 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 35839 34537 95 220 0 35616 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 143356


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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=866184/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=675960 CPUtime=9099.8
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 167286 0 0 0 909799 181 0 0 25 0 1 0 301730191 692183040 166909 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578770 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 168990 166909 95 220 0 168767 0
Current children cumulated CPU time (s) 9099.8
Current children cumulated vsize (KiB) 675960

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=864776/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=676152 CPUtime=9159.79
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 167649 0 0 0 915797 182 0 0 25 0 1 0 301730191 692379648 167272 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539951 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 169038 167272 95 220 0 168815 0
Current children cumulated CPU time (s) 9159.79
Current children cumulated vsize (KiB) 676152

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=863432/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=676740 CPUtime=9219.78
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 167975 0 0 0 921796 182 0 0 25 0 1 0 301730191 692981760 167598 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 169185 167598 95 220 0 168962 0
Current children cumulated CPU time (s) 9219.78
Current children cumulated vsize (KiB) 676740

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=861896/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=681456 CPUtime=9279.76
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 168378 0 0 0 927793 183 0 0 25 0 1 0 301730191 697810944 168001 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 170364 168001 95 220 0 170141 0
Current children cumulated CPU time (s) 9279.76
Current children cumulated vsize (KiB) 681456

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=860040/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=682404 CPUtime=9339.75
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 168843 0 0 0 933791 184 0 0 25 0 1 0 301730191 698781696 168466 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532512 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 170601 168466 95 220 0 170378 0
Current children cumulated CPU time (s) 9339.75
Current children cumulated vsize (KiB) 682404

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=858248/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=682828 CPUtime=9399.73
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 169288 0 0 0 939789 184 0 0 25 0 1 0 301730191 699215872 168911 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 170707 168911 95 220 0 170484 0
Current children cumulated CPU time (s) 9399.73
Current children cumulated vsize (KiB) 682828

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=853640/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=688856 CPUtime=9459.72
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 170463 0 0 0 945787 185 0 0 25 0 1 0 301730191 705388544 170053 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 172214 170053 95 220 0 171991 0
Current children cumulated CPU time (s) 9459.72
Current children cumulated vsize (KiB) 688856

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=850632/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=690828 CPUtime=9519.71
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 171214 0 0 0 951785 186 0 0 25 0 1 0 301730191 707407872 170804 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 172707 170804 95 220 0 172484 0
Current children cumulated CPU time (s) 9519.71
Current children cumulated vsize (KiB) 690828

[startup+9582.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 11600
/proc/meminfo: memFree=847304/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=696868 CPUtime=9579.69
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 172031 0 0 0 957782 187 0 0 25 0 1 0 301730191 713592832 171621 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 174217 171621 95 220 0 173994 0
Current children cumulated CPU time (s) 9579.69
Current children cumulated vsize (KiB) 696868

[startup+9642.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/65 11600
/proc/meminfo: memFree=843656/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=698824 CPUtime=9639.68
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 172973 0 0 0 963779 189 0 0 25 0 1 0 301730191 715595776 172563 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 174706 172563 95 220 0 174483 0
Current children cumulated CPU time (s) 9639.68
Current children cumulated vsize (KiB) 698824

[startup+9702.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 11600
/proc/meminfo: memFree=839112/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=704864 CPUtime=9699.66
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 174092 0 0 0 969777 189 0 0 25 0 1 0 301730191 721780736 173682 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 176216 173682 95 220 0 175993 0
Current children cumulated CPU time (s) 9699.66
Current children cumulated vsize (KiB) 704864

[startup+9762.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11600
/proc/meminfo: memFree=832648/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=708340 CPUtime=9759.65
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 175737 0 0 0 975774 191 0 0 25 0 1 0 301730191 725340160 175327 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 177085 175327 95 220 0 176862 0
Current children cumulated CPU time (s) 9759.65
Current children cumulated vsize (KiB) 708340

[startup+9822.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 11600
/proc/meminfo: memFree=824584/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=717200 CPUtime=9819.63
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 177730 0 0 0 981771 192 0 0 25 0 1 0 301730191 734412800 177320 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 179300 177320 95 220 0 179077 0
Current children cumulated CPU time (s) 9819.63
Current children cumulated vsize (KiB) 717200

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11600
/proc/meminfo: memFree=819592/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=724044 CPUtime=9879.62
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 178967 0 0 0 987768 194 0 0 25 0 1 0 301730191 741421056 178557 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 181011 178557 95 220 0 180788 0
Current children cumulated CPU time (s) 9879.62
Current children cumulated vsize (KiB) 724044

[startup+9942.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11600
/proc/meminfo: memFree=813704/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=728008 CPUtime=9939.61
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 180451 0 0 0 993765 196 0 0 25 0 1 0 301730191 745480192 180041 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 182002 180041 95 220 0 181779 0
Current children cumulated CPU time (s) 9939.61
Current children cumulated vsize (KiB) 728008

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=807880/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=734380 CPUtime=9999.6
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 181870 0 0 0 999763 197 0 0 25 0 1 0 301730191 752005120 181460 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529318 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 183595 181460 95 220 0 183372 0
Current children cumulated CPU time (s) 9999.6
Current children cumulated vsize (KiB) 734380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=807816/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=734380 CPUtime=10000.1
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4194304 181886 0 0 0 999813 197 0 0 25 0 1 0 301730191 752005120 181476 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 183595 181476 95 220 0 183372 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 734380

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11600
/proc/meminfo: memFree=807816/2055920 swapFree=4183252/4192956
[pid=11001] ppid=10999 vsize=0 CPUtime=10000.2
/proc/11001/stat : 11001 (sat7_bin) R 10999 11001 10945 0 -1 4195332 181886 0 0 0 999813 207 0 0 25 0 1 0 301730191 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10002.9
CPU time (s): 10000.2
CPU user time (s): 9998.13
CPU system time (s): 2.09068
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 734380

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

runsolver used 8.30374 second user time and 19.1481 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue May  8 06:32:22 UTC 2007

IDJOB= 370356
IDBENCH= 20535
IDSOLVER= 183
FILE ID= node57/370356-1178605942

PBS_JOBID= 5218234

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k65.cnf
COMMAND LINE= /tmp/evaluation/370356-1178605942/sat7_bin /tmp/evaluation/370356-1178605942/instance-370356-1178605942.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-370356-1178605942 -o ROOT/results/node57/solver-370356-1178605942 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370356-1178605942/sat7_bin /tmp/evaluation/370356-1178605942/instance-370356-1178605942.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0e7272c44cfc0ff08090f3e62c18898b

RANDOM SEED= 726844857

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1536104 kB
Buffers:         36652 kB
Cached:         365684 kB
SwapCached:       3760 kB
Active:         109704 kB
Inactive:       302112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536104 kB
SwapTotal:     4192956 kB
SwapFree:      4183252 kB
Dirty:            5168 kB
Writeback:           0 kB
Mapped:          15500 kB
Slab:            94048 kB
Committed_AS:  4923480 kB
PageTables:       1408 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= 66560 MiB

End job on node57 on Tue May  8 09:19:07 UTC 2007