Trace number 1833662

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-31-s100.cnf
MD5SUM5dbb80f29538e26a3285bf497c57f592
Bench CategoryAPPLICATION (applications 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 variables32310
Number of clauses97279
Sum of the clauses size229607
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262102
Number of clauses of size 335113
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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   97087   229155 |   29126       0        0     nan |  0.000 % |
1.28/1.38	c |         0 |   60326   180505 |      --       0       --      -- |     --   | -36641/-48226
1.28/1.38	c ==============================================================================
1.28/1.38	c Result  :   #vars: 14508   #clauses: 60326   #literals: 180505
1.28/1.38	c CPU time:   1.3368 s
1.28/1.38	c ==============================================================================
1.38/1.45	c WARNING: for repeatability, setting FPU to use double precision
1.38/1.45	c Number of variables   : 14508        
1.38/1.45	c Number of clauses     : 60326        
1.38/1.49	c Parsing time: 0.03         s
1200.07/1200.41	HOME/SatELiteGTI: line 36:  4404 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-1833662-1242824201/watcher-1833662-1242824201 -o /tmp/evaluation-result-1833662-1242824201/solver-1833662-1242824201 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833662-1242824201.cnf -random-seed=450198458 

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 4398
/proc/meminfo: memFree=1971640/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=0
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310446210 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4398/statm: 1339 237 197 169 0 50 0

[startup+0.072223 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4398
/proc/meminfo: memFree=1971640/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=0
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310446210 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4398/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101224 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4398
/proc/meminfo: memFree=1971640/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=0
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310446210 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4398/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301239 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4398
/proc/meminfo: memFree=1971640/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=0
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310446210 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4398/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701272 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4398
/proc/meminfo: memFree=1971640/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=0
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310446210 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4398/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4403
/proc/meminfo: memFree=1953256/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 5356

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1961128/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=6056 CPUtime=1.63
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 1371 0 0 0 163 0 0 0 25 0 1 0 310446355 6201344 1357 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 1514 1357 76 170 0 1341 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11412

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1960808/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=6320 CPUtime=4.83
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 1416 0 0 0 483 0 0 0 25 0 1 0 310446355 6471680 1402 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 1580 1402 76 170 0 1407 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11676

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1960632/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=6452 CPUtime=11.23
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 1457 0 0 0 1123 0 0 0 25 0 1 0 310446355 6606848 1443 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 1613 1443 76 170 0 1440 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11808

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1959928/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=7112 CPUtime=24.04
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 1629 0 0 0 2403 1 0 0 25 0 1 0 310446355 7282688 1615 1992294400 134512640 135212243 4294956240 18446744073709551615 134535594 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 1778 1615 76 170 0 1605 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12468

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1958776/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=8292 CPUtime=49.62
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 1930 0 0 0 4961 1 0 0 25 0 1 0 310446355 8491008 1916 1992294400 134512640 135212243 4294956240 18446744073709551615 134535293 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 2073 1916 76 170 0 1900 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13648

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1955896/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=11128 CPUtime=100.81
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 2642 0 0 0 10079 2 0 0 25 0 1 0 310446355 11395072 2628 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 2782 2628 76 170 0 2609 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16484

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1953144/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=13944 CPUtime=160.8
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 3321 0 0 0 16077 3 0 0 25 0 1 0 310446355 14278656 3307 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 3486 3307 76 170 0 3313 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 19300

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4404
/proc/meminfo: memFree=1950584/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=16424 CPUtime=220.78
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 3954 0 0 0 22074 4 0 0 25 0 1 0 310446355 16818176 3940 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 4106 3940 76 170 0 3933 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 21780

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1948152/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=18760 CPUtime=280.76
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 4521 0 0 0 28071 5 0 0 25 0 1 0 310446355 19210240 4507 1992294400 134512640 135212243 4294956240 18446744073709551615 134535926 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 4690 4507 76 170 0 4517 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 24116

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945848/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=21088 CPUtime=340.75
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5079 0 0 0 34069 6 0 0 25 0 1 0 310446355 21594112 5065 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5272 5065 76 170 0 5099 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 26444

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945656/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=21220 CPUtime=400.73
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5123 0 0 0 40067 6 0 0 25 0 1 0 310446355 21729280 5109 1992294400 134512640 135212243 4294956240 18446744073709551615 134535935 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5305 5109 76 170 0 5132 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 26576

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945720/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44

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

[pid=4404] ppid=4398 vsize=21220 CPUtime=460.71
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5123 0 0 0 46065 6 0 0 25 0 1 0 310446355 21729280 5109 1992294400 134512640 135212243 4294956240 18446744073709551615 134525988 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5305 5109 76 170 0 5132 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 26576

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945720/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=21220 CPUtime=520.71
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5124 0 0 0 52064 7 0 0 25 0 1 0 310446355 21729280 5110 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5305 5110 76 170 0 5132 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 26576

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945592/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=21364 CPUtime=580.69
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5143 0 0 0 58062 7 0 0 25 0 1 0 310446355 21876736 5129 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5341 5129 76 170 0 5168 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 26720

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1945272/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=21660 CPUtime=640.68
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5217 0 0 0 64061 7 0 0 25 0 1 0 310446355 22179840 5203 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5415 5203 76 170 0 5242 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 27016

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1944184/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22716 CPUtime=700.65
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5476 0 0 0 70058 7 0 0 25 0 1 0 310446355 23261184 5462 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5679 5462 76 170 0 5506 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 28072

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1944184/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22716 CPUtime=760.65
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5476 0 0 0 76057 8 0 0 25 0 1 0 310446355 23261184 5462 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5679 5462 76 170 0 5506 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28072

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1944120/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22716 CPUtime=820.63
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5482 0 0 0 82055 8 0 0 25 0 1 0 310446355 23261184 5468 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5679 5468 76 170 0 5506 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 28072

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1944056/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22716 CPUtime=880.61
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5483 0 0 0 88053 8 0 0 25 0 1 0 310446355 23261184 5469 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5679 5469 76 170 0 5506 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 28072

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1943992/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22716 CPUtime=940.59
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5494 0 0 0 94051 8 0 0 25 0 1 0 310446355 23261184 5480 1992294400 134512640 135212243 4294956240 18446744073709551615 134525971 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5679 5480 76 170 0 5506 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 28072

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1943864/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=22856 CPUtime=1000.58
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5528 0 0 0 100050 8 0 0 25 0 1 0 310446355 23404544 5514 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 5714 5514 76 170 0 5541 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 28212

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1942584/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=24188 CPUtime=1060.56
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5846 0 0 0 106047 9 0 0 25 0 1 0 310446355 24768512 5832 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 6047 5832 76 170 0 5874 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 29544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1942456/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=24320 CPUtime=1120.55
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5876 0 0 0 112046 9 0 0 25 0 1 0 310446355 24903680 5862 1992294400 134512640 135212243 4294956240 18446744073709551615 134526526 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 6080 5862 76 170 0 5907 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 29676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1942392/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=24320 CPUtime=1180.53
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5876 0 0 0 118044 9 0 0 25 0 1 0 310446355 24903680 5862 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 6080 5862 76 170 0 5907 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 29676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4410
/proc/meminfo: memFree=1942392/2055920 swapFree=4180364/4192956
[pid=4398] ppid=4396 vsize=5356 CPUtime=1.44
/proc/4398/stat : 4398 (SatELiteGTI) S 4396 4398 4292 0 -1 4194304 335 4232 0 0 0 0 140 4 16 0 1 0 310446210 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4398/statm: 1339 239 197 169 0 50 0
[pid=4404] ppid=4398 vsize=24320 CPUtime=1198.63
/proc/4404/stat : 4404 (minisat_static) R 4398 4398 4292 0 -1 4194304 5876 0 0 0 119854 9 0 0 25 0 1 0 310446355 24903680 5862 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 6080 5862 76 170 0 5907 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29676

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.1
CPU user time (s): 1199.95
CPU system time (s): 0.146977
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 29676

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

runsolver used 1.37279 second user time and 3.00154 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-20 14:56:42
IDJOB=1833662
IDBENCH=70839
IDSOLVER=672
FILE ID=node69/1833662-1242824201
PBS_JOBID= 9322530
Free space on /tmp= 66136 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-31-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833662-1242824201/watcher-1833662-1242824201 -o /tmp/evaluation-result-1833662-1242824201/solver-1833662-1242824201 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833662-1242824201.cnf -random-seed=450198458

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

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=450198458

node69.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.231
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.231
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:       1972120 kB
Buffers:         16664 kB
Cached:          28228 kB
SwapCached:       6652 kB
Active:          28776 kB
Inactive:        24880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1972120 kB
SwapTotal:     4192956 kB
SwapFree:      4180364 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          13944 kB
Slab:            16112 kB
Committed_AS:   951396 kB
PageTables:       1468 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= 66132 MiB
End job on node69 at 2009-05-20 15:16:44