Trace number 1834248

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.61

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-139-100.cnf
MD5SUM80608540c01a8d414386c5ef53d181de
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 variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     292      876 |      87       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 141   #clauses: 292   #literals: 876
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Number of variables   : 141          
0.00/0.00	c Number of clauses     : 292          
0.00/0.01	c Parsing time: 0.00         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-1834248-1242828935/watcher-1834248-1242828935 -o /tmp/evaluation-result-1834248-1242828935/solver-1834248-1242828935 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1834248-1242828935.cnf -random-seed=554510814 

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 14704
/proc/meminfo: memFree=1839400/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 310921702 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259415310418 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/14704/statm: 1339 235 195 169 0 50 0
[pid=14705] ppid=14704 vsize=5356 CPUtime=0
/proc/14705/stat : 14705 (SatELiteGTI) S 14704 14704 14419 0 -1 4194368 51 25 0 0 0 0 0 0 18 0 1 0 310921702 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4096 65538 18446744071563356171 0 0 17 0 0 0
/proc/14705/statm: 1339 238 198 169 0 50 0
[pid=14707] ppid=14705 vsize=5356 CPUtime=0
/proc/14707/stat : 14707 (SatELiteGTI) R 14705 14704 14419 0 -1 4194368 19 0 0 0 0 0 0 0 18 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415141671 0 0 4096 0 0 0 0 17 0 0 0
/proc/14707/statm: 0 0 0 0 0 0 0

[startup+0.0284649 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14704
/proc/meminfo: memFree=1839400/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102472 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14704
/proc/meminfo: memFree=1839400/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302493 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14704
/proc/meminfo: memFree=1839400/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701537 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14704
/proc/meminfo: memFree=1839400/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1836952/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=4568 CPUtime=1.48
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 779 0 0 0 148 0 0 0 25 0 1 0 310921703 4677632 765 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 1142 765 75 170 0 969 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9924

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1835608/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=5788 CPUtime=3.08
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 1085 0 0 0 308 0 0 0 25 0 1 0 310921703 5926912 1071 1992294400 134512640 135212243 4294956240 18446744073709551615 134535574 0 0 4096 3 0 0 0 17 1 0 0
/proc/14710/statm: 1447 1071 75 170 0 1274 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11144

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1833624/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=7588 CPUtime=6.27
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 1510 0 0 0 627 0 0 0 25 0 1 0 310921703 7770112 1496 1992294400 134512640 135212243 4294956240 18446744073709551615 134526058 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 1897 1496 75 170 0 1724 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12944

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1831256/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=9596 CPUtime=12.67
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 2034 0 0 0 1266 1 0 0 25 0 1 0 310921703 9826304 2020 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 2399 2020 75 170 0 2226 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14952

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1828440/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=12384 CPUtime=25.47
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 2735 0 0 0 2546 1 0 0 25 0 1 0 310921703 12681216 2721 1992294400 134512640 135212243 4294956240 18446744073709551615 134526159 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 3096 2721 75 170 0 2923 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17740

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1824536/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=16560 CPUtime=51.06
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 3728 0 0 0 5104 2 0 0 25 0 1 0 310921703 16957440 3714 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 4140 3714 75 170 0 3967 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21916

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1819160/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=21832 CPUtime=102.24
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 4998 0 0 0 10221 3 0 0 25 0 1 0 310921703 22355968 4984 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 5458 4984 75 170 0 5285 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27188

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1818712/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=22440 CPUtime=162.21
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 5127 0 0 0 16218 3 0 0 25 0 1 0 310921703 22978560 5113 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 5610 5113 75 170 0 5437 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 27796

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1816600/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=24512 CPUtime=222.18
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 5638 0 0 0 22215 3 0 0 25 0 1 0 310921703 25100288 5624 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 6128 5624 75 170 0 5955 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29868

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1816472/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=24652 CPUtime=282.15
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 5671 0 0 0 28212 3 0 0 25 0 1 0 310921703 25243648 5657 1992294400 134512640 135212243 4294956240 18446744073709551615 134526126 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 6163 5657 75 170 0 5990 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 30008

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1814936/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=26024 CPUtime=342.13
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 6052 0 0 0 34209 4 0 0 25 0 1 0 310921703 26648576 6038 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 6506 6038 75 170 0 6333 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 31380

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1814552/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=26484 CPUtime=402.1

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

[pid=14710] ppid=14704 vsize=27072 CPUtime=462.07
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 6258 0 0 0 46203 4 0 0 25 0 1 0 310921703 27721728 6244 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 6768 6244 75 170 0 6595 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 32428

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1812184/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=28932 CPUtime=522.05
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 6724 0 0 0 52200 5 0 0 25 0 1 0 310921703 29626368 6710 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7233 6710 75 170 0 7060 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 34288

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1812184/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=28932 CPUtime=582.02
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 6736 0 0 0 58197 5 0 0 25 0 1 0 310921703 29626368 6722 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7233 6722 75 170 0 7060 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 34288

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1811864/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=29276 CPUtime=642
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 6812 0 0 0 64195 5 0 0 25 0 1 0 310921703 29978624 6798 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7319 6798 75 170 0 7146 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 34632

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1810136/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=31364 CPUtime=701.97
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7223 0 0 0 70192 5 0 0 25 0 1 0 310921703 32116736 7209 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7841 7209 75 170 0 7668 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 36720

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1809944/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=31496 CPUtime=761.95
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7264 0 0 0 76190 5 0 0 25 0 1 0 310921703 32251904 7250 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7874 7250 75 170 0 7701 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 36852

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1809880/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=31628 CPUtime=821.91
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7285 0 0 0 82186 5 0 0 25 0 1 0 310921703 32387072 7271 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7907 7271 75 170 0 7734 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 36984

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1809496/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=31948 CPUtime=881.89
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7386 0 0 0 88183 6 0 0 25 0 1 0 310921703 32714752 7372 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 7987 7372 75 170 0 7814 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 37304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1807192/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=34324 CPUtime=941.86
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7948 0 0 0 94180 6 0 0 25 0 1 0 310921703 35147776 7934 1992294400 134512640 135212243 4294956240 18446744073709551615 134535928 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 8581 7934 75 170 0 8408 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 39680

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1807192/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=34324 CPUtime=1001.83
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7948 0 0 0 100177 6 0 0 25 0 1 0 310921703 35147776 7934 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 8581 7934 75 170 0 8408 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 39680

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1807192/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=34324 CPUtime=1061.81
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 7956 0 0 0 106175 6 0 0 25 0 1 0 310921703 35147776 7942 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 8581 7942 75 170 0 8408 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 39680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1806936/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=34496 CPUtime=1121.78
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 8005 0 0 0 112172 6 0 0 25 0 1 0 310921703 35323904 7991 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 8624 7991 75 170 0 8451 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 39852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1806104/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=35444 CPUtime=1181.77
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 8208 0 0 0 118170 7 0 0 25 0 1 0 310921703 36294656 8194 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 8861 8194 75 170 0 8688 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 40800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14710
/proc/meminfo: memFree=1805080/2055920 swapFree=4178740/4192956
[pid=14704] ppid=14702 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (SatELiteGTI) S 14702 14704 14419 0 -1 4194304 335 365 0 0 0 0 0 0 16 0 1 0 310921702 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 239 197 169 0 50 0
[pid=14710] ppid=14704 vsize=36352 CPUtime=1200.06
/proc/14710/stat : 14710 (minisat_static) R 14704 14704 14419 0 -1 4194304 8466 0 0 0 119999 7 0 0 25 0 1 0 310921703 37224448 8452 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14710/statm: 9088 8452 75 170 0 8915 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 41708

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.08
CPU user time (s): 1200
CPU system time (s): 0.081987
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 41708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 9168
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= 16
involuntary context switches= 2992

runsolver used 1.08083 second user time and 3.2965 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-20 16:15:35
IDJOB=1834248
IDBENCH=71790
IDSOLVER=672
FILE ID=node42/1834248-1242828935
PBS_JOBID= 9322521
Free space on /tmp= 66360 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-139-100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1834248-1242828935/watcher-1834248-1242828935 -o /tmp/evaluation-result-1834248-1242828935/solver-1834248-1242828935 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1834248-1242828935.cnf -random-seed=554510814

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

MD5SUM BENCH= 80608540c01a8d414386c5ef53d181de
RANDOM SEED=554510814

node42.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.232
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.232
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:       1839888 kB
Buffers:         53204 kB
Cached:         112772 kB
SwapCached:       8852 kB
Active:          59240 kB
Inactive:       117372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839888 kB
SwapTotal:     4192956 kB
SwapFree:      4178740 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            25460 kB
Committed_AS:  1135272 kB
PageTables:       1396 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= 66360 MiB
End job on node42 at 2009-05-20 16:35:38