Trace number 1833672

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.29/1.37	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.29/1.37	c ==============================================================================
1.29/1.37	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
1.29/1.37	c CPU time:   1.3288 s
1.29/1.37	c ==============================================================================
1.38/1.44	c WARNING: for repeatability, setting FPU to use double precision
1.38/1.44	c Number of variables   : 14275        
1.38/1.44	c Number of clauses     : 59330        
1.38/1.48	c Parsing time: 0.03         s
1200.04/1200.40	HOME/SatELiteGTI: line 36:  7612 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-1833672-1242824281/watcher-1833672-1242824281 -o /tmp/evaluation-result-1833672-1242824281/solver-1833672-1242824281 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833672-1242824281.cnf -random-seed=1314490171 

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: 0.99 0.98 1.00 3/65 7606
/proc/meminfo: memFree=1969064/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=0
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310460841 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7606/statm: 1339 237 197 169 0 50 0

[startup+0.016882 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 7606
/proc/meminfo: memFree=1969064/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=0
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310460841 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7606/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102902 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 7606
/proc/meminfo: memFree=1969064/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=0
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310460841 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7606/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302915 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 7606
/proc/meminfo: memFree=1969064/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=0
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310460841 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7606/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701961 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 7606
/proc/meminfo: memFree=1969064/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=0
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310460841 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7606/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50106 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7611
/proc/meminfo: memFree=1950744/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/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: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1958552/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=6052 CPUtime=1.64
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 1365 0 0 0 164 0 0 0 25 0 1 0 310460985 6197248 1351 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 1513 1351 76 170 0 1340 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11408

[startup+6.30161 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1958104/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=6316 CPUtime=4.84
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 1411 0 0 0 484 0 0 0 25 0 1 0 310460985 6467584 1397 1992294400 134512640 135212243 4294956240 18446744073709551615 134535846 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 1579 1397 76 170 0 1406 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11672

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1957848/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=6580 CPUtime=11.24
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 1503 0 0 0 1123 1 0 0 25 0 1 0 310460985 6737920 1489 1992294400 134512640 135212243 4294956240 18446744073709551615 134535556 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 1645 1489 76 170 0 1472 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11936

[startup+25.5028 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1957208/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=7376 CPUtime=24.04
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 1673 0 0 0 2403 1 0 0 25 0 1 0 310460985 7553024 1659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 1844 1659 76 170 0 1671 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12732

[startup+51.1028 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1956056/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=8520 CPUtime=49.62
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 1954 0 0 0 4961 1 0 0 25 0 1 0 310460985 8724480 1940 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 2130 1940 76 170 0 1957 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13876

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1953816/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=10660 CPUtime=100.81
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 2513 0 0 0 10079 2 0 0 25 0 1 0 310460985 10915840 2499 1992294400 134512640 135212243 4294956240 18446744073709551615 134535293 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 2665 2499 76 170 0 2492 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16016

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7612
/proc/meminfo: memFree=1951384/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=13140 CPUtime=160.8
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 3116 0 0 0 16077 3 0 0 25 0 1 0 310460985 13455360 3102 1992294400 134512640 135212243 4294956240 18446744073709551615 134535576 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 3285 3102 76 170 0 3112 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18496

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1949272/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=15092 CPUtime=220.78
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 3597 0 0 0 22074 4 0 0 25 0 1 0 310460985 15454208 3583 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 3773 3583 76 170 0 3600 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20448

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1946968/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=17408 CPUtime=280.76
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4164 0 0 0 28072 4 0 0 25 0 1 0 310460985 17825792 4150 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4352 4150 76 170 0 4179 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 22764

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944856/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=19472 CPUtime=340.74
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4680 0 0 0 34070 4 0 0 25 0 1 0 310460985 19939328 4666 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4868 4666 76 170 0 4695 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 24828

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944600/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=19736 CPUtime=400.72
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4742 0 0 0 40068 4 0 0 25 0 1 0 310460985 20209664 4728 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4934 4728 76 170 0 4761 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 25092

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944536/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43

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

[pid=7612] ppid=7606 vsize=19736 CPUtime=460.71
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4742 0 0 0 46067 4 0 0 25 0 1 0 310460985 20209664 4728 1992294400 134512640 135212243 4294956240 18446744073709551615 134535293 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4934 4728 76 170 0 4761 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 25092

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944472/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=19736 CPUtime=520.69
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4743 0 0 0 52065 4 0 0 25 0 1 0 310460985 20209664 4729 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4934 4729 76 170 0 4761 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 25092

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944408/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=19876 CPUtime=580.67
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4763 0 0 0 58063 4 0 0 25 0 1 0 310460985 20353024 4749 1992294400 134512640 135212243 4294956240 18446744073709551615 134526314 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 4969 4749 76 170 0 4796 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 25232

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1944152/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=20176 CPUtime=640.66
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 4823 0 0 0 64062 4 0 0 25 0 1 0 310460985 20660224 4809 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5044 4809 76 170 0 4871 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 25532

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942744/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21416 CPUtime=700.65
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5156 0 0 0 70060 5 0 0 25 0 1 0 310460985 21929984 5142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526513 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5354 5142 76 170 0 5181 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 26772

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942680/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21416 CPUtime=760.64
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5156 0 0 0 76059 5 0 0 25 0 1 0 310460985 21929984 5142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5354 5142 76 170 0 5181 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 26772

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942680/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21416 CPUtime=820.62
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5156 0 0 0 82057 5 0 0 25 0 1 0 310460985 21929984 5142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5354 5142 76 170 0 5181 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 26772

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942680/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21416 CPUtime=880.6
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5156 0 0 0 88055 5 0 0 25 0 1 0 310460985 21929984 5142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526108 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5354 5142 76 170 0 5181 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 26772

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942616/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21552 CPUtime=940.58
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5162 0 0 0 94053 5 0 0 25 0 1 0 310460985 22069248 5148 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5388 5148 76 170 0 5215 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 26908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1942488/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=21552 CPUtime=1000.57
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5172 0 0 0 100052 5 0 0 25 0 1 0 310460985 22069248 5158 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5388 5158 76 170 0 5215 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 26908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1941720/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=22380 CPUtime=1060.55
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5374 0 0 0 106050 5 0 0 25 0 1 0 310460985 22917120 5360 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5595 5360 76 170 0 5422 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 27736

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1940824/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=23180 CPUtime=1120.53
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5585 0 0 0 112048 5 0 0 25 0 1 0 310460985 23736320 5571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5795 5571 76 170 0 5622 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 28536

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1940824/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=23180 CPUtime=1180.51
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5585 0 0 0 118046 5 0 0 25 0 1 0 310460985 23736320 5571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5795 5571 76 170 0 5622 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 28536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 7618
/proc/meminfo: memFree=1940760/2055920 swapFree=4178416/4192956
[pid=7606] ppid=7604 vsize=5356 CPUtime=1.43
/proc/7606/stat : 7606 (SatELiteGTI) S 7604 7606 7468 0 -1 4194304 335 4542 0 0 0 0 138 5 16 0 1 0 310460841 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7606/statm: 1339 239 197 169 0 50 0
[pid=7612] ppid=7606 vsize=23180 CPUtime=1198.61
/proc/7612/stat : 7612 (minisat_static) R 7606 7606 7468 0 -1 4194304 5585 0 0 0 119856 5 0 0 25 0 1 0 310460985 23736320 5571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7612/statm: 5795 5571 76 170 0 5622 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 28536

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1199.96
CPU system time (s): 0.119981
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 28536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 2374

runsolver used 1.06084 second user time and 3.3175 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-20 14:58:01
IDJOB=1833672
IDBENCH=70849
IDSOLVER=672
FILE ID=node74/1833672-1242824281
PBS_JOBID= 9322509
Free space on /tmp= 102932 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1314490171

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1969544 kB
Buffers:         17044 kB
Cached:          32440 kB
SwapCached:       7908 kB
Active:          28880 kB
Inactive:        30124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1969544 kB
SwapTotal:     4192956 kB
SwapFree:      4178416 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            13200 kB
Committed_AS:  1060652 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 102924 MiB
End job on node74 at 2009-05-20 15:18:04