Trace number 370305

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.1 10003

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1093.cnf
MD5SUMfe5edee84f2eb21126b00640515281bf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08583
Satisfiable
(Un)Satisfiability was proved
Number of variables106648
Number of clauses337439
Sum of the clauses size896316
Maximum clause length3
Minimum clause length1
Number of clauses of size 12907
Number of clauses of size 2110187
Number of clauses of size 3224345
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.39/1.49	c Starting solver ...
1.69/1.79	c Restarting after 100 conflicts
1.79/1.84	c Restarting after 254 conflicts
1.79/1.86	c Restarting after 479 conflicts
1.79/1.89	c Restarting after 817 conflicts
1.89/1.96	c Restarting after 1323 conflicts
1.99/2.05	c Restarting after 2082 conflicts
3.29/3.34	c Restarting after 3223 conflicts
4.69/4.78	c Restarting after 4931 conflicts
10.09/10.16	c Restarting after 7493 conflicts
43.37/43.49	c Restarting after 11338 conflicts
44.67/44.73	c Restarting after 17104 conflicts
94.36/94.46	c Restarting after 25754 conflicts
99.26/99.37	c Restarting after 38729 conflicts
107.16/107.25	c Restarting after 58190 conflicts
152.55/152.62	c Restarting after 87382 conflicts
445.38/445.57	c Restarting after 131171 conflicts
680.82/681.01	c Restarting after 196855 conflicts
1314.69/1315.25	c Restarting after 295382 conflicts
2000.42/2001.16	c Restarting after 443171 conflicts
4220.87/4222.15	c Restarting after 664854 conflicts
6823.53/6825.53	c Restarting after 997381 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/node55/watcher-370305-1178588512 -o ROOT/results/node55/solver-370305-1178588512 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370305-1178588512/sat7_bin /tmp/evaluation/370305-1178588512/instance-370305-1178588512.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.84 0.94 0.98 3/64 3926
/proc/meminfo: memFree=1585804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=4536 CPUtime=0
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 545 0 0 0 0 0 0 0 18 0 1 0 306761281 4644864 529 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 1134 532 88 220 0 911 0

[startup+0.0670651 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 3926
/proc/meminfo: memFree=1585804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=14588 CPUtime=0.05
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 2797 0 0 0 5 0 0 0 18 0 1 0 306761281 14938112 2781 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 3647 2782 88 220 0 3424 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14588

[startup+0.101067 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 3926
/proc/meminfo: memFree=1585804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=14720 CPUtime=0.09
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 3186 0 0 0 8 1 0 0 18 0 1 0 306761281 15073280 3170 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 3680 3170 88 220 0 3457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14720

[startup+0.301087 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 3926
/proc/meminfo: memFree=1585804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=18820 CPUtime=0.29
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 3815 0 0 0 28 1 0 0 19 0 1 0 306761281 19271680 3799 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 4705 3799 88 220 0 4482 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18820

[startup+0.701125 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 3926
/proc/meminfo: memFree=1585804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=22920 CPUtime=0.69
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 5086 0 0 0 67 2 0 0 23 0 1 0 306761281 23470080 5070 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 5730 5070 88 220 0 5507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22920

[startup+1.5022 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 3927
/proc/meminfo: memFree=1562180/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=36636 CPUtime=1.49
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 8485 0 0 0 145 4 0 0 25 0 1 0 306761281 37515264 8469 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 9159 8469 93 220 0 8936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36636

[startup+3.10135 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 3927
/proc/meminfo: memFree=1550084/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=41204 CPUtime=3.09
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 9259 0 0 0 305 4 0 0 25 0 1 0 306761281 42192896 9145 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538792 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 10301 9145 95 220 0 10078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41204

[startup+6.30165 s]
/proc/loadavg: 0.85 0.94 0.98 2/65 3927
/proc/meminfo: memFree=1548036/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=41716 CPUtime=6.29
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 9722 0 0 0 624 5 0 0 25 0 1 0 306761281 42717184 9479 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533338 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 10429 9479 95 220 0 10206 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41716

[startup+12.7013 s]
/proc/loadavg: 0.87 0.94 0.98 2/65 3927
/proc/meminfo: memFree=1546052/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=41884 CPUtime=12.69
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 10238 0 0 0 1264 5 0 0 25 0 1 0 306761281 42889216 9995 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538579 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 10471 9995 95 220 0 10248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41884

[startup+25.5015 s]
/proc/loadavg: 0.89 0.94 0.98 2/65 3927
/proc/meminfo: memFree=1545292/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=41884 CPUtime=25.48
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 10430 0 0 0 2543 5 0 0 25 0 1 0 306761281 42889216 10187 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 10471 10187 95 220 0 10248 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41884

[startup+51.1019 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 3929
/proc/meminfo: memFree=1542796/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=45984 CPUtime=51.08
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 11073 0 0 0 5101 7 0 0 25 0 1 0 306761281 47087616 10830 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 11496 10830 95 220 0 11273 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45984

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.98 2/65 3929
/proc/meminfo: memFree=1536652/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=54304 CPUtime=102.26
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 12623 0 0 0 10218 8 0 0 25 0 1 0 306761281 55607296 12380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 13576 12380 95 220 0 13353 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54304

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 3929
/proc/meminfo: memFree=1518412/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=68848 CPUtime=162.24
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 17143 0 0 0 16210 14 0 0 25 0 1 0 306761281 70500352 16900 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 17212 16900 95 220 0 16989 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68848

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 3929
/proc/meminfo: memFree=1516364/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=72948 CPUtime=222.23
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 17651 0 0 0 22208 15 0 0 25 0 1 0 306761281 74698752 17408 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 18237 17408 95 220 0 18014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 72948

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1515084/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=72948 CPUtime=282.22
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 17980 0 0 0 28206 16 0 0 25 0 1 0 306761281 74698752 17737 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532475 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 18237 17737 95 220 0 18014 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 72948

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1512588/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=77256 CPUtime=342.2
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 18590 0 0 0 34203 17 0 0 25 0 1 0 306761281 79110144 18347 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 19314 18347 95 220 0 19091 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 77256

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1511052/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=77256 CPUtime=402.19
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 18964 0 0 0 40201 18 0 0 25 0 1 0 306761281 79110144 18721 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134580040 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 19314 18721 95 220 0 19091 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 77256

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1499724/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=90224 CPUtime=462.17
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 21838 0 0 0 46197 20 0 0 25 0 1 0 306761281 92389376 21595 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 22556 21595 95 220 0 22333 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 90224

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1492172/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=98424 CPUtime=522.15
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 23725 0 0 0 52193 22 0 0 25 0 1 0 306761281 100786176 23482 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 24606 23482 95 220 0 24383 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 98424

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1486924/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=102668 CPUtime=582.14
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 25004 0 0 0 58190 24 0 0 25 0 1 0 306761281 105132032 24761 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532794 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 25667 24761 95 220 0 25444 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 102668

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3929
/proc/meminfo: memFree=1481484/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=106768 CPUtime=642.13
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 26360 0 0 0 64188 25 0 0 25 0 1 0 306761281 109330432 26117 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531604 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 26692 26117 95 220 0 26469 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 106768


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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188428/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388328 CPUtime=9099.68
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96344 0 0 0 909856 112 0 0 25 0 1 0 306761281 397647872 95993 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97082 95993 95 220 0 96859 0
Current children cumulated CPU time (s) 9099.68
Current children cumulated vsize (KiB) 388328

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188236/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388456 CPUtime=9159.67
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96389 0 0 0 915855 112 0 0 25 0 1 0 306761281 397778944 96005 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536824 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97114 96005 95 220 0 96891 0
Current children cumulated CPU time (s) 9159.67
Current children cumulated vsize (KiB) 388456

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188236/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388456 CPUtime=9219.66
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96399 0 0 0 921854 112 0 0 25 0 1 0 306761281 397778944 96015 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97114 96015 95 220 0 96891 0
Current children cumulated CPU time (s) 9219.66
Current children cumulated vsize (KiB) 388456

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188172/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9279.64
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96423 0 0 0 927852 112 0 0 25 0 1 0 306761281 397942784 96039 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96039 95 220 0 96931 0
Current children cumulated CPU time (s) 9279.64
Current children cumulated vsize (KiB) 388616

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188108/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9339.63
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96431 0 0 0 933851 112 0 0 25 0 1 0 306761281 397942784 96047 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96047 95 220 0 96931 0
Current children cumulated CPU time (s) 9339.63
Current children cumulated vsize (KiB) 388616

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1187980/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9399.61
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96439 0 0 0 939848 113 0 0 25 0 1 0 306761281 397942784 96055 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525276 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96055 95 220 0 96931 0
Current children cumulated CPU time (s) 9399.61
Current children cumulated vsize (KiB) 388616

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188044/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9459.6
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96452 0 0 0 945847 113 0 0 25 0 1 0 306761281 397942784 96068 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579588 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96068 95 220 0 96931 0
Current children cumulated CPU time (s) 9459.6
Current children cumulated vsize (KiB) 388616

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1188044/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9519.58
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96466 0 0 0 951845 113 0 0 25 0 1 0 306761281 397942784 96082 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96082 95 220 0 96931 0
Current children cumulated CPU time (s) 9519.58
Current children cumulated vsize (KiB) 388616

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1187916/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9579.57
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96498 0 0 0 957844 113 0 0 25 0 1 0 306761281 397942784 96114 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96114 95 220 0 96931 0
Current children cumulated CPU time (s) 9579.57
Current children cumulated vsize (KiB) 388616

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1187852/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9639.56
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96518 0 0 0 963843 113 0 0 25 0 1 0 306761281 397942784 96134 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579651 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96134 95 220 0 96931 0
Current children cumulated CPU time (s) 9639.56
Current children cumulated vsize (KiB) 388616

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1187660/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=388616 CPUtime=9699.54
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96565 0 0 0 969841 113 0 0 25 0 1 0 306761281 397942784 96181 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 97154 96181 95 220 0 96931 0
Current children cumulated CPU time (s) 9699.54
Current children cumulated vsize (KiB) 388616

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1187532/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=9759.52
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96591 0 0 0 975839 113 0 0 25 0 1 0 306761281 402141184 96207 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96207 95 220 0 97956 0
Current children cumulated CPU time (s) 9759.52
Current children cumulated vsize (KiB) 392716

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1186828/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=9819.51
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96764 0 0 0 981838 113 0 0 25 0 1 0 306761281 402141184 96380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558410 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96380 95 220 0 97956 0
Current children cumulated CPU time (s) 9819.51
Current children cumulated vsize (KiB) 392716

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1186444/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=9879.5
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 96851 0 0 0 987837 113 0 0 25 0 1 0 306761281 402141184 96467 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96467 95 220 0 97956 0
Current children cumulated CPU time (s) 9879.5
Current children cumulated vsize (KiB) 392716

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1185804/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=9939.48
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 97010 0 0 0 993835 113 0 0 25 0 1 0 306761281 402141184 96626 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96626 95 220 0 97956 0
Current children cumulated CPU time (s) 9939.48
Current children cumulated vsize (KiB) 392716

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1185356/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=9999.47
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 97138 0 0 0 999833 114 0 0 25 0 1 0 306761281 402141184 96754 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96754 95 220 0 97956 0
Current children cumulated CPU time (s) 9999.47
Current children cumulated vsize (KiB) 392716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5003
/proc/meminfo: memFree=1185356/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=10000.1
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 97140 0 0 0 999893 114 0 0 25 0 1 0 306761281 402141184 96756 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96756 95 220 0 97956 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 392716

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 5003
/proc/meminfo: memFree=1185356/2055920 swapFree=4184564/4192956
[pid=3926] ppid=3924 vsize=392716 CPUtime=10000.1
/proc/3926/stat : 3926 (sat7_bin) R 3924 3926 3870 0 -1 4194304 97140 0 0 0 999893 114 0 0 25 0 1 0 306761281 402141184 96756 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/3926/statm: 98179 96756 95 220 0 97956 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 392716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9998.94
CPU system time (s): 1.20482
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 392716

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

runsolver used 8.02878 second user time and 19.434 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue May  8 01:41:53 UTC 2007

IDJOB= 370305
IDBENCH= 20448
IDSOLVER= 183
FILE ID= node55/370305-1178588512

PBS_JOBID= 5217948

Free space on /tmp= 66557 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc1093.cnf
COMMAND LINE= /tmp/evaluation/370305-1178588512/sat7_bin /tmp/evaluation/370305-1178588512/instance-370305-1178588512.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-370305-1178588512 -o ROOT/results/node55/solver-370305-1178588512 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370305-1178588512/sat7_bin /tmp/evaluation/370305-1178588512/instance-370305-1178588512.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  fe5edee84f2eb21126b00640515281bf

RANDOM SEED= 943974242

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1586212 kB
Buffers:         31996 kB
Cached:         333092 kB
SwapCached:       2316 kB
Active:          61944 kB
Inactive:       312516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586212 kB
SwapTotal:     4192956 kB
SwapFree:      4184564 kB
Dirty:            7664 kB
Writeback:           0 kB
Mapped:          15768 kB
Slab:            81300 kB
Committed_AS:  4429760 kB
PageTables:       1380 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= 66557 MiB

End job on node55 on Tue May  8 04:28:38 UTC 2007