Trace number 1833112

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1895787950-064.cnf
MD5SUM54a96505caa013e850b03b843814f5cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.056991
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    5785    40495 |    1735       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 65   #clauses: 5785   #literals: 40495
0.00/0.01	c CPU time:   0.007998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Number of variables   : 65           
0.00/0.02	c Number of clauses     : 5785         
0.00/0.03	c Parsing time: 0.00         s
1200.08/1200.61	HOME/SatELiteGTI: line 36: 18443 Terminated              $MS $2 $TMP.cnf $TMP.result

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-1833112-1242801365/watcher-1833112-1242801365 -o /tmp/evaluation-result-1833112-1242801365/solver-1833112-1242801365 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833112-1242801365.cnf -random-seed=1832192133 

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 1.00 3/64 18437
/proc/meminfo: memFree=1799528/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0
/proc/18437/stat : 18437 (SatELiteGTI) R 18435 18437 18215 0 -1 4194304 291 250 0 0 0 0 0 0 18 0 1 0 308163767 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238042845 0 0 4100 65536 0 0 0 17 0 0 0
/proc/18437/statm: 1339 237 197 169 0 50 0

[startup+0.036023 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18437
/proc/meminfo: memFree=1799528/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.102024 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18437
/proc/meminfo: memFree=1799528/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301043 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18437
/proc/meminfo: memFree=1799528/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701077 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18437
/proc/meminfo: memFree=1799528/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50215 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1797720/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=3076 CPUtime=1.47
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 461 0 0 0 147 0 0 0 25 0 1 0 308163770 3149824 447 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 769 447 76 170 0 596 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8432

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1797272/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=3736 CPUtime=3.07
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 605 0 0 0 307 0 0 0 25 0 1 0 308163770 3825664 591 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 934 591 76 170 0 761 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9092

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1796248/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=4396 CPUtime=6.26
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 778 0 0 0 626 0 0 0 25 0 1 0 308163770 4501504 764 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 1099 764 76 170 0 926 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9752

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1795096/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=5340 CPUtime=12.66
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 1026 0 0 0 1266 0 0 0 25 0 1 0 308163770 5468160 1012 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 1335 1012 76 170 0 1162 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10696

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1794136/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=6568 CPUtime=25.46
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 1327 0 0 0 2545 1 0 0 25 0 1 0 308163770 6725632 1313 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 1642 1313 76 170 0 1469 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11924

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1792152/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=8524 CPUtime=51.04
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 1791 0 0 0 5103 1 0 0 25 0 1 0 308163770 8728576 1777 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 2131 1777 76 170 0 1958 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13880

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1790040/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=10440 CPUtime=102.23
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 2289 0 0 0 10221 2 0 0 25 0 1 0 308163770 10690560 2275 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 2610 2275 76 170 0 2437 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15796

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1788312/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=12356 CPUtime=162.2
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 2728 0 0 0 16218 2 0 0 25 0 1 0 308163770 12652544 2714 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18443/statm: 3089 2714 76 170 0 2916 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17712

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1786840/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=13728 CPUtime=222.17
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 3064 0 0 0 22214 3 0 0 25 0 1 0 308163770 14057472 3050 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 3432 3050 76 170 0 3259 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 19084

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1785048/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=15724 CPUtime=282.15
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 3530 0 0 0 28212 3 0 0 25 0 1 0 308163770 16101376 3516 1992294400 134512640 135212243 4294956240 18446744073709551615 134532712 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 3931 3516 76 170 0 3758 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 21080

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1784152/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=16588 CPUtime=342.13
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 3728 0 0 0 34210 3 0 0 25 0 1 0 308163770 16986112 3714 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18443/statm: 4147 3714 76 170 0 3974 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 21944

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18443
/proc/meminfo: memFree=1783384/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=17300 CPUtime=402.09
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 3924 0 0 0 40206 3 0 0 25 0 1 0 308163770 17715200 3910 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 4325 3910 76 170 0 4152 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 22656

[startup+462.302 s]

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

[pid=18443] ppid=18437 vsize=18580 CPUtime=462.08
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 4218 0 0 0 46204 4 0 0 25 0 1 0 308163770 19025920 4204 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 4645 4204 76 170 0 4472 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 23936

[startup+522.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 18445
/proc/meminfo: memFree=1781272/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=19336 CPUtime=522.06
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 4414 0 0 0 52202 4 0 0 25 0 1 0 308163770 19800064 4400 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 4834 4400 76 170 0 4661 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 24692

[startup+582.302 s]
/proc/loadavg: 1.08 1.04 1.01 2/66 18445
/proc/meminfo: memFree=1780440/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=20220 CPUtime=582.03
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 4614 0 0 0 58199 4 0 0 25 0 1 0 308163770 20705280 4600 1992294400 134512640 135212243 4294956240 18446744073709551615 134526185 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 5055 4600 76 170 0 4882 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 25576

[startup+642.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 18445
/proc/meminfo: memFree=1779608/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=20944 CPUtime=642.01
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 4824 0 0 0 64197 4 0 0 25 0 1 0 308163770 21446656 4810 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 5236 4810 76 170 0 5063 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 26300

[startup+702.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 18445
/proc/meminfo: memFree=1778648/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=22236 CPUtime=701.99
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 5056 0 0 0 70195 4 0 0 25 0 1 0 308163770 22769664 5042 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 5559 5042 76 170 0 5386 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 27592

[startup+762.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18445
/proc/meminfo: memFree=1778392/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=22616 CPUtime=761.94
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 5133 0 0 0 76190 4 0 0 25 0 1 0 308163770 23158784 5119 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 5654 5119 76 170 0 5481 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 27972

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18445
/proc/meminfo: memFree=1776792/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=24012 CPUtime=821.92
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 5517 0 0 0 82187 5 0 0 25 0 1 0 308163770 24588288 5503 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6003 5503 76 170 0 5830 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 29368

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1776792/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=24012 CPUtime=881.88
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 5517 0 0 0 88183 5 0 0 25 0 1 0 308163770 24588288 5503 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 1 0 0
/proc/18443/statm: 6003 5503 76 170 0 5830 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 29368

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1776600/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=24184 CPUtime=941.86
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 5566 0 0 0 94181 5 0 0 25 0 1 0 308163770 24764416 5552 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6046 5552 76 170 0 5873 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 29540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1774680/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=26072 CPUtime=1001.84
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 6024 0 0 0 100178 6 0 0 25 0 1 0 308163770 26697728 6010 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6518 6010 76 170 0 6345 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 31428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1774680/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=26072 CPUtime=1061.82
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 6034 0 0 0 106176 6 0 0 25 0 1 0 308163770 26697728 6020 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18443/statm: 6518 6020 76 170 0 6345 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 31428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1774424/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=26376 CPUtime=1121.79
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 6081 0 0 0 112173 6 0 0 25 0 1 0 308163770 27009024 6067 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6594 6067 76 170 0 6421 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 31732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1773976/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=26828 CPUtime=1181.77
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 6201 0 0 0 118171 6 0 0 25 0 1 0 308163770 27471872 6187 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6707 6187 76 170 0 6534 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 32184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18445
/proc/meminfo: memFree=1773400/2055920 swapFree=4179480/4192956
[pid=18437] ppid=18435 vsize=5356 CPUtime=0.01
/proc/18437/stat : 18437 (SatELiteGTI) S 18435 18437 18215 0 -1 4194304 335 489 0 0 0 0 1 0 16 0 1 0 308163767 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 239 197 169 0 50 0
[pid=18443] ppid=18437 vsize=27328 CPUtime=1200.07
/proc/18443/stat : 18443 (minisat_static) R 18437 18437 18215 0 -1 4194304 6341 0 0 0 120000 7 0 0 25 0 1 0 308163770 27983872 6327 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18443/statm: 6832 6327 76 170 0 6659 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 32684

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)
Real time (s): 1200.61
CPU time (s): 1200.11
CPU user time (s): 1200.02
CPU system time (s): 0.081987
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 32684

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

runsolver used 1.06684 second user time and 3.3105 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-20 08:36:05
IDJOB=1833112
IDBENCH=70519
IDSOLVER=672
FILE ID=node58/1833112-1242801365
PBS_JOBID= 9322400
Free space on /tmp= 66072 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1895787950-064.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833112-1242801365/watcher-1833112-1242801365 -o /tmp/evaluation-result-1833112-1242801365/solver-1833112-1242801365 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833112-1242801365.cnf -random-seed=1832192133

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

MD5SUM BENCH= 54a96505caa013e850b03b843814f5cb
RANDOM SEED=1832192133

node58.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.233
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.233
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:       1800008 kB
Buffers:         34052 kB
Cached:         171572 kB
SwapCached:       7692 kB
Active:          37200 kB
Inactive:       177796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800008 kB
SwapTotal:     4192956 kB
SwapFree:      4179480 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          14588 kB
Slab:            26984 kB
Committed_AS:   996504 kB
PageTables:       1384 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= 66072 MiB
End job on node58 at 2009-05-20 08:56:08