Trace number 1833690

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSAT 09z 2009-03-22? (TO) 1200.11 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.28/1.38	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.28/1.38	c ==============================================================================
1.28/1.38	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.28/1.38	c CPU time:   1.3388 s
1.28/1.38	c ==============================================================================
1.39/1.44	c WARNING: for repeatability, setting FPU to use double precision
1.39/1.45	c Number of variables   : 13839        
1.39/1.45	c Number of clauses     : 57479        
1.39/1.48	c Parsing time: 0.03         s
1200.07/1200.61	HOME/SatELiteGTI: line 36:  9364 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-1833690-1242824515/watcher-1833690-1242824515 -o /tmp/evaluation-result-1833690-1242824515/solver-1833690-1242824515 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833690-1242824515.cnf -random-seed=943699231 

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 9358
/proc/meminfo: memFree=1842664/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=0
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 310 250 0 0 0 0 0 0 17 0 1 0 310484928 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9358/statm: 1339 237 197 169 0 50 0

[startup+0.105746 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9358
/proc/meminfo: memFree=1842664/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=0
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 310 250 0 0 0 0 0 0 17 0 1 0 310484928 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9358/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201755 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9358
/proc/meminfo: memFree=1842664/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=0
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 310 250 0 0 0 0 0 0 17 0 1 0 310484928 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9358/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301765 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9358
/proc/meminfo: memFree=1842664/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=0
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 310 250 0 0 0 0 0 0 17 0 1 0 310484928 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9358/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9358
/proc/meminfo: memFree=1842664/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=0
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 310 250 0 0 0 0 0 0 17 0 1 0 310484928 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9358/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9363
/proc/meminfo: memFree=1823384/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 5356

[startup+3.10124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1832344/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=5920 CPUtime=1.63
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 1309 0 0 0 163 0 0 0 25 0 1 0 310485072 6062080 1295 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 1480 1295 76 170 0 1307 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11276

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1832280/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=6052 CPUtime=4.83
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 1364 0 0 0 483 0 0 0 25 0 1 0 310485072 6197248 1350 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 1513 1350 76 170 0 1340 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11408

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1832024/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=6316 CPUtime=11.24
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 1427 0 0 0 1123 1 0 0 25 0 1 0 310485072 6467584 1413 1992294400 134512640 135212243 4294956240 18446744073709551615 134527759 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 1579 1413 76 170 0 1406 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11672

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1831640/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=6840 CPUtime=24.03
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 1556 0 0 0 2402 1 0 0 25 0 1 0 310485072 7004160 1542 1992294400 134512640 135212243 4294956240 18446744073709551615 134535657 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 1710 1542 76 170 0 1537 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12196

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1830680/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=7936 CPUtime=49.61
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 1804 0 0 0 4960 1 0 0 25 0 1 0 310485072 8126464 1790 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 1984 1790 76 170 0 1811 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 13292

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1828760/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=9744 CPUtime=100.79
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 2260 0 0 0 10078 1 0 0 25 0 1 0 310485072 9977856 2246 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 2436 2246 76 170 0 2263 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 15100

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1826648/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=11844 CPUtime=160.77
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 2780 0 0 0 16075 2 0 0 25 0 1 0 310485072 12128256 2766 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 2961 2766 76 170 0 2788 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17200

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1825048/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=13496 CPUtime=220.74
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 3194 0 0 0 22072 2 0 0 25 0 1 0 310485072 13819904 3180 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 3374 3180 76 170 0 3201 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 18852

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1823512/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=15144 CPUtime=280.72
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 3584 0 0 0 28069 3 0 0 25 0 1 0 310485072 15507456 3570 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 3786 3570 76 170 0 3613 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20500

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1821912/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=16724 CPUtime=340.7
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 3971 0 0 0 34066 4 0 0 25 0 1 0 310485072 17125376 3957 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4181 3957 76 170 0 4008 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 22080

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1821592/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=17044 CPUtime=400.67
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4058 0 0 0 40062 5 0 0 25 0 1 0 310485072 17453056 4044 1992294400 134512640 135212243 4294956240 18446744073709551615 134526441 0 0 4096 3 0 0 0 17 1 0 0
/proc/9364/statm: 4261 4044 76 170 0 4088 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 22400

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1821528/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43

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

[pid=9364] ppid=9358 vsize=17044 CPUtime=520.61
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4058 0 0 0 52056 5 0 0 25 0 1 0 310485072 17453056 4044 1992294400 134512640 135212243 4294956240 18446744073709551615 134525966 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4261 4044 76 170 0 4088 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 22400

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1821528/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=17208 CPUtime=580.59
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4075 0 0 0 58054 5 0 0 25 0 1 0 310485072 17620992 4061 1992294400 134512640 135212243 4294956240 18446744073709551615 134526052 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4302 4061 76 170 0 4129 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 22564

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1821400/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=17208 CPUtime=640.56
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4092 0 0 0 64051 5 0 0 25 0 1 0 310485072 17620992 4078 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4302 4078 76 170 0 4129 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 22564

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1820248/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18296 CPUtime=700.54
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4345 0 0 0 70049 5 0 0 25 0 1 0 310485072 18735104 4331 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4574 4331 76 170 0 4401 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 23652

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819928/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18560 CPUtime=760.52
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4428 0 0 0 76046 6 0 0 25 0 1 0 310485072 19005440 4414 1992294400 134512640 135212243 4294956240 18446744073709551615 134526008 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4640 4414 76 170 0 4467 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 23916

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819928/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18560 CPUtime=820.49
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4428 0 0 0 82043 6 0 0 25 0 1 0 310485072 19005440 4414 1992294400 134512640 135212243 4294956240 18446744073709551615 134535576 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4640 4414 76 170 0 4467 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 23916

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819928/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18560 CPUtime=880.47
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4435 0 0 0 88041 6 0 0 25 0 1 0 310485072 19005440 4421 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4640 4421 76 170 0 4467 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 23916

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819928/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18560 CPUtime=940.44
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4436 0 0 0 94038 6 0 0 25 0 1 0 310485072 19005440 4422 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4640 4422 76 170 0 4467 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 23916

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819800/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=18736 CPUtime=1000.42
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4457 0 0 0 100036 6 0 0 25 0 1 0 310485072 19185664 4443 1992294400 134512640 135212243 4294956240 18446744073709551615 134526516 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4684 4443 76 170 0 4511 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 24092

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1819352/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=19176 CPUtime=1060.39
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4585 0 0 0 106033 6 0 0 25 0 1 0 310485072 19636224 4571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 4794 4571 76 170 0 4621 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 24532

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1818264/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=20156 CPUtime=1120.37
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4842 0 0 0 112031 6 0 0 25 0 1 0 310485072 20639744 4828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 5039 4828 76 170 0 4866 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 25512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1818200/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=20156 CPUtime=1180.34
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4842 0 0 0 118028 6 0 0 25 0 1 0 310485072 20639744 4828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 5039 4828 76 170 0 4866 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 25512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1818200/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=20156 CPUtime=1198.64
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4842 0 0 0 119858 6 0 0 25 0 1 0 310485072 20639744 4828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 5039 4828 76 170 0 4866 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 25512

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9364
/proc/meminfo: memFree=1818200/2055920 swapFree=4179992/4192956
[pid=9358] ppid=9356 vsize=5356 CPUtime=1.43
/proc/9358/stat : 9358 (SatELiteGTI) S 9356 9358 9211 0 -1 4194304 335 4728 0 0 0 0 139 4 16 0 1 0 310484928 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9358/statm: 1339 239 197 169 0 50 0
[pid=9364] ppid=9358 vsize=20156 CPUtime=1198.64
/proc/9364/stat : 9364 (minisat_static) R 9358 9358 9211 0 -1 4194304 4842 0 0 0 119858 6 0 0 25 0 1 0 310485072 20639744 4828 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/9364/statm: 5039 4828 76 170 0 4866 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 25512

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.11
CPU user time (s): 1199.99
CPU system time (s): 0.121981
CPU usage (%): 99.9579
Max. virtual memory (cumulated for all children) (KiB): 25512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9915
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= 4878

runsolver used 0.935857 second user time and 3.44048 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-20 15:01:55
IDJOB=1833690
IDBENCH=70873
IDSOLVER=672
FILE ID=node17/1833690-1242824515
PBS_JOBID= 9322555
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=943699231

node17.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.234
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.234
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:       1843208 kB
Buffers:         45784 kB
Cached:          96656 kB
SwapCached:       7296 kB
Active:          32692 kB
Inactive:       118788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843208 kB
SwapTotal:     4192956 kB
SwapFree:      4179992 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            47272 kB
Committed_AS:  1037612 kB
PageTables:       1456 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= 66444 MiB
End job on node17 at 2009-05-20 15:21:58