Trace number 1833016

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.08 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S1758422766-080.cnf
MD5SUMd43ec7420ae06189526d8ca748662c3c
Bench CategoryRANDOM (random 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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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 |    6230    43610 |    1868       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 70   #clauses: 6230   #literals: 43610
0.00/0.01	c CPU time:   0.006998 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   : 70           
0.00/0.02	c Number of clauses     : 6230         
0.00/0.03	c Parsing time: 0.00         s
1200.05/1200.41	HOME/SatELiteGTI: line 36: 12412 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-1833016-1242799164/watcher-1833016-1242799164 -o /tmp/evaluation-result-1833016-1242799164/solver-1833016-1242799164 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833016-1242799164.cnf -random-seed=73779841 

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 0.99 0.99 3/64 12406
/proc/meminfo: memFree=1851056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 310 250 0 0 0 0 0 0 16 0 1 0 307950087 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12406/statm: 1339 237 197 169 0 50 0

[startup+0.0117 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12406
/proc/meminfo: memFree=1851056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 310 250 0 0 0 0 0 0 16 0 1 0 307950087 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12406/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101711 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12406
/proc/meminfo: memFree=1851056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301733 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12406
/proc/meminfo: memFree=1851056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.70178 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12406
/proc/meminfo: memFree=1851056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50187 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1849120/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=3236 CPUtime=1.46
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 484 0 0 0 146 0 0 0 25 0 1 0 307950090 3313664 470 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 809 470 76 170 0 636 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8592

[startup+3.10106 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1848672/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=3652 CPUtime=3.06
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 590 0 0 0 306 0 0 0 25 0 1 0 307950090 3739648 576 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 913 576 76 170 0 740 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9008

[startup+6.30143 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1847776/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=4312 CPUtime=6.26
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 762 0 0 0 626 0 0 0 25 0 1 0 307950090 4415488 748 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 1078 748 76 170 0 905 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9668

[startup+12.7022 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1846624/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=5452 CPUtime=12.66
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 1051 0 0 0 1266 0 0 0 25 0 1 0 307950090 5582848 1037 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 1363 1037 76 170 0 1190 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10808

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1845216/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=6676 CPUtime=25.45
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 1344 0 0 0 2545 0 0 0 25 0 1 0 307950090 6836224 1330 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 1669 1330 76 170 0 1496 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12032

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12412
/proc/meminfo: memFree=1843616/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=8488 CPUtime=51.04
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 1775 0 0 0 5103 1 0 0 25 0 1 0 307950090 8691712 1761 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 2122 1761 76 170 0 1949 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13844

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1840992/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=10952 CPUtime=102.23
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 2394 0 0 0 10221 2 0 0 25 0 1 0 307950090 11214848 2380 1992294400 134512640 135212243 4294956240 18446744073709551615 134526185 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 2738 2380 76 170 0 2565 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16308

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1839328/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=12680 CPUtime=162.21
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 2802 0 0 0 16218 3 0 0 25 0 1 0 307950090 12984320 2788 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 3170 2788 76 170 0 2997 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18036

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1837984/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=13924 CPUtime=222.19
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 3125 0 0 0 22216 3 0 0 25 0 1 0 307950090 14258176 3111 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 3481 3111 76 170 0 3308 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 19280

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1836704/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=15168 CPUtime=282.17
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 3449 0 0 0 28214 3 0 0 25 0 1 0 307950090 15532032 3435 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 3792 3435 76 170 0 3619 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 20524

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1835552/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=16592 CPUtime=342.15
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 3729 0 0 0 34212 3 0 0 25 0 1 0 307950090 16990208 3715 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 4148 3715 76 170 0 3975 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 21948

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1834400/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=17732 CPUtime=402.15
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 4020 0 0 0 40211 4 0 0 25 0 1 0 307950090 18157568 4006 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 4433 4006 76 170 0 4260 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 23088

[startup+462.302 s]

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

[pid=12412] ppid=12406 vsize=19144 CPUtime=462.13
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 4390 0 0 0 46209 4 0 0 25 0 1 0 307950090 19603456 4376 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 4786 4376 76 170 0 4613 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 24500

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1832480/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=19600 CPUtime=522.11
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 4480 0 0 0 52207 4 0 0 25 0 1 0 307950090 20070400 4466 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 4900 4466 76 170 0 4727 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 24956

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1831200/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=20724 CPUtime=582.1
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 4794 0 0 0 58206 4 0 0 25 0 1 0 307950090 21221376 4780 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 5181 4780 76 170 0 5008 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 26080

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1830752/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=21180 CPUtime=642.08
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 4895 0 0 0 64204 4 0 0 25 0 1 0 307950090 21688320 4881 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 5295 4881 76 170 0 5122 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 26536

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1829344/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=22952 CPUtime=702.06
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 5247 0 0 0 70202 4 0 0 25 0 1 0 307950090 23502848 5233 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 5738 5233 76 170 0 5565 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 28308

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1829088/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=23108 CPUtime=762.06
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 5303 0 0 0 76201 5 0 0 25 0 1 0 307950090 23662592 5289 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 5777 5289 76 170 0 5604 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 28464

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1827744/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=24508 CPUtime=822.03
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 5643 0 0 0 82198 5 0 0 25 0 1 0 307950090 25096192 5629 1992294400 134512640 135212243 4294956240 18446744073709551615 134526108 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6127 5629 76 170 0 5954 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 29864

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1827232/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=25056 CPUtime=882.01
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 5766 0 0 0 88196 5 0 0 25 0 1 0 307950090 25657344 5752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6264 5752 76 170 0 6091 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 30412

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1827040/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=25196 CPUtime=942
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 5804 0 0 0 94195 5 0 0 25 0 1 0 307950090 25800704 5790 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6299 5790 76 170 0 6126 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 30552

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1825952/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=26188 CPUtime=1001.98
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 6074 0 0 0 100193 5 0 0 25 0 1 0 307950090 26816512 6060 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6547 6060 76 170 0 6374 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 31544

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1825056/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=27056 CPUtime=1061.97
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 6294 0 0 0 106191 6 0 0 25 0 1 0 307950090 27705344 6280 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6764 6280 76 170 0 6591 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 32412

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1824992/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=27208 CPUtime=1121.95
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 6302 0 0 0 112189 6 0 0 25 0 1 0 307950090 27860992 6288 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6802 6288 76 170 0 6629 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 32564

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1824672/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=27380 CPUtime=1181.94
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 6376 0 0 0 118188 6 0 0 25 0 1 0 307950090 28037120 6362 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6845 6362 76 170 0 6672 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12418
/proc/meminfo: memFree=1824480/2055920 swapFree=4180404/4192956
[pid=12406] ppid=12404 vsize=5356 CPUtime=0.01
/proc/12406/stat : 12406 (SatELiteGTI) S 12404 12406 12223 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 307950087 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12406/statm: 1339 239 197 169 0 50 0
[pid=12412] ppid=12406 vsize=27688 CPUtime=1200.04
/proc/12412/stat : 12412 (minisat_static) R 12406 12406 12223 0 -1 4194304 6434 0 0 0 119998 6 0 0 25 0 1 0 307950090 28352512 6420 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/12412/statm: 6922 6420 76 170 0 6749 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 33044

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.41
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.075988
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 33044

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

runsolver used 1.45278 second user time and 2.91956 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-20 07:59:24
IDJOB=1833016
IDBENCH=70471
IDSOLVER=672
FILE ID=node11/1833016-1242799164
PBS_JOBID= 9322415
Free space on /tmp= 66352 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S1758422766-080.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833016-1242799164/watcher-1833016-1242799164 -o /tmp/evaluation-result-1833016-1242799164/solver-1833016-1242799164 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833016-1242799164.cnf -random-seed=73779841

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

MD5SUM BENCH= d43ec7420ae06189526d8ca748662c3c
RANDOM SEED=73779841

node11.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.214
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.214
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:       1851536 kB
Buffers:         38604 kB
Cached:         119028 kB
SwapCached:       6724 kB
Active:          73808 kB
Inactive:        92168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851536 kB
SwapTotal:     4192956 kB
SwapFree:      4180404 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            24388 kB
Committed_AS:  1076528 kB
PageTables:       1464 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= 66348 MiB
End job on node11 at 2009-05-20 08:19:27