Trace number 1832268

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MiniSAT 09z 2009-03-22? (TO) 1200 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  174298   506725 |   52289       0        0     nan |  0.000 % |
4.78/4.88	c |         0 |  173273   804005 |      --       0       --      -- |     --   | -1025/297280
4.78/4.88	c ==============================================================================
4.78/4.88	c Result  :   #vars: 1277   #clauses: 173273   #literals: 804005
4.78/4.88	c CPU time:   4.84926 s
4.78/4.88	c ==============================================================================
5.09/5.12	c WARNING: for repeatability, setting FPU to use double precision
5.09/5.12	c Number of variables   : 1277         
5.09/5.12	c Number of clauses     : 173273       
5.11/5.26	c Parsing time: 0.12         s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1832268-1242771429/watcher-1832268-1242771429 -o /tmp/evaluation-result-1832268-1242771429/solver-1832268-1242771429 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832268-1242771429.cnf -random-seed=791053195 

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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 17783
/proc/meminfo: memFree=1965056/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0

[startup+0.110121 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 17783
/proc/meminfo: memFree=1965056/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.20114 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 17783
/proc/meminfo: memFree=1965056/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30116 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 17783
/proc/meminfo: memFree=1965056/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701246 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 17783
/proc/meminfo: memFree=1965056/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17788
/proc/meminfo: memFree=1947440/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
[pid=17787] ppid=17783 vsize=20992 CPUtime=1.49
/proc/17787/stat : 17787 (SatELite_releas) R 17783 17783 17628 0 -1 4194304 4368 0 0 0 147 2 0 0 25 0 1 0 305176632 21495808 4354 1992294400 134512640 135223648 4294956128 18446744073709551615 134585614 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 5248 4354 76 173 0 5073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26348

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17788
/proc/meminfo: memFree=1947312/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305176632 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17783/statm: 1339 237 197 169 0 50 0
[pid=17787] ppid=17783 vsize=20992 CPUtime=3.08
/proc/17787/stat : 17787 (SatELite_releas) R 17783 17783 17628 0 -1 4194304 4368 0 0 0 306 2 0 0 25 0 1 0 305176632 21495808 4354 1992294400 134512640 135223648 4294956128 18446744073709551615 134585544 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 5248 4354 76 173 0 5073 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26348

[startup+6.30244 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1950064/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=12436 CPUtime=1.16
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 2969 0 0 0 115 1 0 0 25 0 1 0 305177144 12734464 2955 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 3109 2955 76 170 0 2936 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17792

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1944560/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=16784 CPUtime=7.56
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 4045 0 0 0 754 2 0 0 25 0 1 0 305177144 17186816 4031 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 4196 4031 76 170 0 4023 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22140

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1939952/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=21196 CPUtime=20.35
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 5151 0 0 0 2032 3 0 0 25 0 1 0 305177144 21704704 5137 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 5299 5137 76 170 0 5126 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26552

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1936752/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=24596 CPUtime=45.93
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 5988 0 0 0 4590 3 0 0 25 0 1 0 305177144 25186304 5974 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 6149 5974 76 170 0 5976 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29952

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1926640/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=34544 CPUtime=97.12
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 8477 0 0 0 9706 6 0 0 25 0 1 0 305177144 35373056 8463 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 8636 8463 76 170 0 8463 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39900

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1916272/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=44984 CPUtime=157.09
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 11056 0 0 0 15701 8 0 0 25 0 1 0 305177144 46063616 11042 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 11246 11042 76 170 0 11073 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 50340

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1910128/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=50928 CPUtime=217.07
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 12575 0 0 0 21697 10 0 0 25 0 1 0 305177144 52150272 12561 1992294400 134512640 135212243 4294956240 18446744073709551615 134522574 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 12732 12561 76 170 0 12559 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 56284

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1902000/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=59252 CPUtime=277.04
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 14588 0 0 0 27693 11 0 0 25 0 1 0 305177144 60674048 14574 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 14813 14574 76 170 0 14640 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 64608

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1892784/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=68240 CPUtime=337.02
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 16887 0 0 0 33687 15 0 0 25 0 1 0 305177144 69877760 16873 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 17060 16873 76 170 0 16887 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 73596

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1886832/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=74660 CPUtime=397
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 18357 0 0 0 39684 16 0 0 25 0 1 0 305177144 76451840 18343 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 18665 18343 76 170 0 18492 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 80016

[startup+462.301 s]

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

/proc/17789/statm: 21868 21627 76 170 0 21695 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 92828

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1867248/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=93576 CPUtime=576.93
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 23211 0 0 0 57673 20 0 0 25 0 1 0 305177144 95821824 23197 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 23394 23197 76 170 0 23221 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 98932

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1859312/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=101532 CPUtime=636.9
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 25208 0 0 0 63669 21 0 0 25 0 1 0 305177144 103968768 25194 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 25383 25194 76 170 0 25210 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 106888

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1854320/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=107604 CPUtime=696.87
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 26529 0 0 0 69665 22 0 0 25 0 1 0 305177144 110186496 26515 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 26901 26515 76 170 0 26728 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 112960

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1850032/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=111484 CPUtime=756.85
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 27521 0 0 0 75661 24 0 0 25 0 1 0 305177144 114159616 27507 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 27871 27507 76 170 0 27698 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 116840

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1840688/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=120620 CPUtime=816.83
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 29844 0 0 0 81656 27 0 0 25 0 1 0 305177144 123514880 29830 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 30155 29830 76 170 0 29982 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 125976

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1840624/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=120620 CPUtime=876.81
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 29844 0 0 0 87654 27 0 0 25 0 1 0 305177144 123514880 29830 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 30155 29830 76 170 0 29982 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 125976

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1821040/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=140340 CPUtime=936.79
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 34814 0 0 0 93646 33 0 0 25 0 1 0 305177144 143708160 34800 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35085 34800 76 170 0 34912 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 145696

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1819824/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=141132 CPUtime=996.76
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 35027 0 0 0 99642 34 0 0 25 0 1 0 305177144 144519168 35013 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35283 35013 76 170 0 35110 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 146488

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1819824/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=141132 CPUtime=1056.74
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 35034 0 0 0 105640 34 0 0 25 0 1 0 305177144 144519168 35020 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35283 35020 76 170 0 35110 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 146488

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1818352/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=142320 CPUtime=1116.71
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 35379 0 0 0 111637 34 0 0 25 0 1 0 305177144 145735680 35365 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35580 35365 76 170 0 35407 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 147676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1818288/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=142320 CPUtime=1176.69
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 35381 0 0 0 117634 35 0 0 25 0 1 0 305177144 145735680 35367 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35580 35367 76 170 0 35407 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 147676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 17789
/proc/meminfo: memFree=1818288/2055920 swapFree=4179748/4192956
[pid=17783] ppid=17781 vsize=5356 CPUtime=5.11
/proc/17783/stat : 17783 (SatELiteGTI) S 17781 17783 17628 0 -1 4194304 335 4622 0 0 0 0 507 4 16 0 1 0 305176632 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 239 197 169 0 50 0
[pid=17789] ppid=17783 vsize=142320 CPUtime=1194.89
/proc/17789/stat : 17789 (minisat_static) R 17783 17783 17628 0 -1 4194304 35382 0 0 0 119454 35 0 0 25 0 1 0 305177144 145735680 35368 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/17789/statm: 35580 35368 76 170 0 35407 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 147676

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17783 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=78227
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 5.12522
# while last known CPU time is 1200
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200
CPU user time (s): 1199.61
CPU system time (s): 0.39
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 147676

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

runsolver used 1.40679 second user time and 2.79757 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-20 00:17:10
IDJOB=1832268
IDBENCH=24676
IDSOLVER=672
FILE ID=node10/1832268-1242771429
PBS_JOBID= 9322288
Free space on /tmp= 66384 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832268-1242771429/watcher-1832268-1242771429 -o /tmp/evaluation-result-1832268-1242771429/solver-1832268-1242771429 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832268-1242771429.cnf -random-seed=791053195

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=791053195

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

/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	: 5931.00
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:       1965608 kB
Buffers:         13208 kB
Cached:          41808 kB
SwapCached:       7612 kB
Active:          22588 kB
Inactive:        41552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1965608 kB
SwapTotal:     4192956 kB
SwapFree:      4179748 kB
Dirty:            4232 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            12244 kB
Committed_AS:  1037956 kB
PageTables:       1376 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= 66380 MiB
End job on node10 at 2009-05-20 00:37:12