Trace number 1821175

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
MiniSat2hack 2009-03-23? (TO) 1200.06 1200.04

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
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.09/0.09	c ==============================================================================
0.09/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.09	c ==============================================================================
0.09/0.09	c |         0 |   97364   229838 |   29209       0        0     nan |  0.000 % |
1.22/1.26	c |         0 |   60515   180710 |      --       0       --      -- |     --   | -36729/-48704
1.22/1.26	c ==============================================================================
1.22/1.26	c Result  :   #vars: 14564   #clauses: 60515   #literals: 180710
1.22/1.26	c CPU time:   1.23 s
1.22/1.26	c ==============================================================================
1.32/1.33	This is MiniSat 2.0 beta with hacks by AVG
1.32/1.33	WARNING: for repeatability, setting FPU to use double precision
1.32/1.33	============================[ Problem Statistics ]=============================
1.32/1.33	|                                                                             |
1.32/1.33	|  Number of variables:  14564                                                |
1.32/1.33	|  Number of clauses:    60515                                                |
1.32/1.37	|  Parsing time:         0.04         s                                       |
1200.05/1200.03	HOME/SatELiteGTI: line 36: 24351 Terminated              $MS $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:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821175-1242514726/watcher-1821175-1242514726 -o /tmp/evaluation-result-1821175-1242514726/solver-1821175-1242514726 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821175-1242514726.cnf 

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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 24345
/proc/meminfo: memFree=1414008/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2416 CPUtime=0.01
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1015970742 2473984 277 4294967295 134512640 135169312 3213974624 3213973160 3085049582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/24345/statm: 604 277 235 161 0 43 0
[pid=24349] ppid=24345 vsize=808 CPUtime=0
/proc/24349/stat : 24349 (SatELite_releas) R 24345 24345 15108 0 -1 4194304 65 0 0 0 0 0 0 0 21 0 1 0 1015970742 827392 1 4294967295 0 0 3217853538 3213973252 3085052394 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24349/statm: 204 12 9 174 0 29 0

[startup+0.083948 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 24345
/proc/meminfo: memFree=1414008/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2416 CPUtime=0.01
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1015970742 2473984 277 4294967295 134512640 135169312 3213974624 3213973160 3085049582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/24345/statm: 604 277 235 161 0 43 0
[pid=24349] ppid=24345 vsize=12736 CPUtime=0.08
/proc/24349/stat : 24349 (SatELite_releas) R 24345 24345 15108 0 -1 4202496 3045 0 0 0 7 1 0 0 21 0 1 0 1015970742 13041664 2981 4294967295 134512640 135223648 3217852416 3217851424 134547591 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24349/statm: 3184 2981 47 174 0 3009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15152

[startup+0.113945 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 24345
/proc/meminfo: memFree=1414008/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2416 CPUtime=0.01
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1015970742 2473984 277 4294967295 134512640 135169312 3213974624 3213973160 3085049582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/24345/statm: 604 277 235 161 0 43 0
[pid=24349] ppid=24345 vsize=14140 CPUtime=0.11
/proc/24349/stat : 24349 (SatELite_releas) R 24345 24345 15108 0 -1 4202496 3366 0 0 0 10 1 0 0 21 0 1 0 1015970742 14479360 3277 4294967295 134512640 135223648 3217852416 3217850084 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24349/statm: 3535 3278 73 174 0 3360 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16556

[startup+0.313929 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 24345
/proc/meminfo: memFree=1414008/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2416 CPUtime=0.01
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1015970742 2473984 277 4294967295 134512640 135169312 3213974624 3213973160 3085049582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/24345/statm: 604 277 235 161 0 43 0
[pid=24349] ppid=24345 vsize=14772 CPUtime=0.31
/proc/24349/stat : 24349 (SatELite_releas) R 24345 24345 15108 0 -1 4202496 3537 0 0 0 30 1 0 0 21 0 1 0 1015970742 15126528 3448 4294967295 134512640 135223648 3217852416 3217850368 134563980 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24349/statm: 3693 3448 73 174 0 3518 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17188

[startup+0.713904 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 24345
/proc/meminfo: memFree=1414008/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2416 CPUtime=0.01
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1015970742 2473984 277 4294967295 134512640 135169312 3213974624 3213973160 3085049582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/24345/statm: 604 277 235 161 0 43 0
[pid=24349] ppid=24345 vsize=15792 CPUtime=0.71
/proc/24349/stat : 24349 (SatELite_releas) R 24345 24345 15108 0 -1 4202496 3773 0 0 0 68 3 0 0 22 0 1 0 1015970742 16171008 3684 4294967295 134512640 135223648 3217852416 3217850432 134586740 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24349/statm: 3948 3684 96 174 0 3773 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18208

[startup+1.51385 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 24350
/proc/meminfo: memFree=1395532/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2420

[startup+3.11373 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 24351
/proc/meminfo: memFree=1404336/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=6052 CPUtime=1.78
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 1404 0 0 0 178 0 0 0 25 0 1 0 1015970875 6197248 1339 4294967295 134512640 135214715 3214161120 3214159584 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24351/statm: 1513 1339 73 172 0 1340 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8472

[startup+6.31349 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 24351
/proc/meminfo: memFree=1404088/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=6184 CPUtime=4.98
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 1442 0 0 0 498 0 0 0 25 0 1 0 1015970875 6332416 1377 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24351/statm: 1546 1377 73 172 0 1373 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8604

[startup+12.723 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 24351
/proc/meminfo: memFree=1403588/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=6584 CPUtime=11.37
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 1532 0 0 0 1137 0 0 0 25 0 1 0 1015970875 6742016 1467 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24351/statm: 1646 1467 73 172 0 1473 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 9004

[startup+25.522 s]
/proc/loadavg: 0.95 0.98 0.99 2/93 24352
/proc/meminfo: memFree=1402536/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=7904 CPUtime=24.17
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 1873 0 0 0 2417 0 0 0 25 0 1 0 1015970875 8093696 1808 4294967295 134512640 135214715 3214161120 3214159584 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24351/statm: 1976 1808 73 172 0 1803 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 10324

[startup+51.1201 s]
/proc/loadavg: 0.96 0.98 0.99 2/93 24354
/proc/meminfo: memFree=1400484/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=10068 CPUtime=49.77
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 2401 0 0 0 4977 0 0 0 25 0 1 0 1015970875 10309632 2336 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24351/statm: 2517 2336 73 172 0 2344 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 12488

[startup+102.326 s]
/proc/loadavg: 0.98 0.98 0.99 2/93 24541
/proc/meminfo: memFree=1398508/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=11792 CPUtime=100.97
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 2833 0 0 0 10097 0 0 0 25 0 1 0 1015970875 12075008 2768 4294967295 134512640 135214715 3214161120 3214159584 134528498 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 2948 2768 73 172 0 2775 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 14212

[startup+162.322 s]
/proc/loadavg: 1.03 1.00 1.00 3/93 24729
/proc/meminfo: memFree=1396964/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=13292 CPUtime=160.97
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 3208 0 0 0 16097 0 0 0 25 0 1 0 1015970875 13611008 3143 4294967295 134512640 135214715 3214161120 3214159584 134528963 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 3323 3143 73 172 0 3150 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 15712

[startup+222.317 s]
/proc/loadavg: 1.11 1.03 1.01 2/93 24918
/proc/meminfo: memFree=1395608/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=14604 CPUtime=220.97
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 3522 0 0 0 22097 0 0 0 25 0 1 0 1015970875 14954496 3457 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 3651 3457 73 172 0 3478 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 17024

[startup+282.312 s]
/proc/loadavg: 1.08 1.03 1.01 3/93 25108
/proc/meminfo: memFree=1394700/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=15868 CPUtime=280.97
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 3839 0 0 0 28097 0 0 0 25 0 1 0 1015970875 16248832 3774 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 3967 3774 73 172 0 3794 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 18288

[startup+342.318 s]
/proc/loadavg: 1.10 1.05 1.01 3/93 25296
/proc/meminfo: memFree=1393384/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=17232 CPUtime=340.98
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 4171 0 0 0 34098 0 0 0 25 0 1 0 1015970875 17645568 4106 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 4308 4106 73 172 0 4135 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 19652

[startup+402.313 s]

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

/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=22132 CPUtime=460.99
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5349 0 0 0 46096 3 0 0 25 0 1 0 1015970875 22663168 5284 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5533 5284 73 172 0 5360 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 24552

[startup+522.314 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 25863
/proc/meminfo: memFree=1387680/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=22936 CPUtime=520.99
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5550 0 0 0 52095 4 0 0 25 0 1 0 1015970875 23486464 5485 4294967295 134512640 135214715 3214161120 3214159584 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5734 5485 73 172 0 5561 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 25356

[startup+582.319 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 26049
/proc/meminfo: memFree=1387656/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=22936 CPUtime=581
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5550 0 0 0 58092 8 0 0 25 0 1 0 1015970875 23486464 5485 4294967295 134512640 135214715 3214161120 3214159584 134528785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5734 5485 73 172 0 5561 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 25356

[startup+642.305 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 26237
/proc/meminfo: memFree=1387796/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=22936 CPUtime=640.99
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5550 0 0 0 64091 8 0 0 25 0 1 0 1015970875 23486464 5485 4294967295 134512640 135214715 3214161120 3214159328 134538629 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5734 5485 73 172 0 5561 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 25356

[startup+702.32 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 26429
/proc/meminfo: memFree=1387192/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=22936 CPUtime=701
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5563 0 0 0 70092 8 0 0 25 0 1 0 1015970875 23486464 5498 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5734 5498 73 172 0 5561 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 25356

[startup+762.326 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26617
/proc/meminfo: memFree=1387036/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=23084 CPUtime=761.01
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5570 0 0 0 76092 9 0 0 25 0 1 0 1015970875 23638016 5505 4294967295 134512640 135214715 3214161120 3214159584 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5771 5505 73 172 0 5598 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 25504

[startup+822.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26806
/proc/meminfo: memFree=1386912/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=23084 CPUtime=821.01
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5584 0 0 0 82092 9 0 0 25 0 1 0 1015970875 23638016 5519 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5771 5519 73 172 0 5598 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 25504

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26992
/proc/meminfo: memFree=1386664/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=23528 CPUtime=881.01
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5661 0 0 0 88090 11 0 0 25 0 1 0 1015970875 24092672 5596 4294967295 134512640 135214715 3214161120 3214159584 134528749 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5882 5596 73 172 0 5709 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 25948

[startup+942.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27180
/proc/meminfo: memFree=1386664/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=23800 CPUtime=941.02
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 5759 0 0 0 94091 11 0 0 25 0 1 0 1015970875 24371200 5694 4294967295 134512640 135214715 3214161120 3214159584 134528616 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 5950 5694 73 172 0 5777 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 26220

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27368
/proc/meminfo: memFree=1385068/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=25384 CPUtime=1001.01
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 6131 0 0 0 100090 11 0 0 25 0 1 0 1015970875 25993216 6066 4294967295 134512640 135214715 3214161120 3214159584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 6346 6066 73 172 0 6173 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 27804

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27560
/proc/meminfo: memFree=1383752/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=26848 CPUtime=1061.03
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 6500 0 0 0 106091 12 0 0 25 0 1 0 1015970875 27492352 6435 4294967295 134512640 135214715 3214161120 3214159584 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 6712 6435 73 172 0 6539 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 29268

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27753
/proc/meminfo: memFree=1382472/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=28084 CPUtime=1121.03
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 6792 0 0 0 112090 13 0 0 25 0 1 0 1015970875 28758016 6727 4294967295 134512640 135214715 3214161120 3214159584 134528465 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 7021 6727 73 172 0 6848 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 30504

[startup+1182.31 s]
/proc/loadavg: 1.16 1.04 1.01 3/93 27939
/proc/meminfo: memFree=1382440/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=28084 CPUtime=1181.03
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 6793 0 0 0 118090 13 0 0 25 0 1 0 1015970875 28758016 6728 4294967295 134512640 135214715 3214161120 3214159072 134536545 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24351/statm: 7021 6728 73 172 0 6848 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 30504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.11 1.04 1.01 3/93 28125
/proc/meminfo: memFree=1381892/2074464 swapFree=1952056/1959888
[pid=24345] ppid=24343 vsize=2420 CPUtime=1.34
/proc/24345/stat : 24345 (SatELiteGTI) S 24343 24345 15108 0 -1 4194304 386 4619 0 0 0 1 128 5 18 0 1 0 1015970742 2478080 278 4294967295 134512640 135169312 3213974624 3213970840 3085049582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24345/statm: 605 278 235 161 0 44 0
[pid=24351] ppid=24345 vsize=28084 CPUtime=1198.71
/proc/24351/stat : 24351 (minisat_static) R 24345 24345 15108 0 -1 4202496 6793 0 0 0 119858 13 0 0 25 0 1 0 1015970875 28758016 6728 4294967295 134512640 135214715 3214161120 3214159584 134528613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24351/statm: 7021 6728 73 172 0 6848 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30504

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.06
CPU user time (s): 1199.86
CPU system time (s): 0.2
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 30504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.86
system time used= 0.2
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12074
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= 21
involuntary context switches= 2031

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 00:58:46
IDJOB=1821175
IDBENCH=70865
IDSOLVER=660
FILE ID=tipi24/1821175-1242514726
PBS_JOBID=
Free space on /tmp= 9945 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821175-1242514726/watcher-1821175-1242514726 -o /tmp/evaluation-result-1821175-1242514726/solver-1821175-1242514726 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821175-1242514726.cnf

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED= 340785611

Linux tipi24 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1414008 kB
Buffers:         28284 kB
Cached:         550524 kB
SwapCached:       3828 kB
Active:          83680 kB
Inactive:       504544 kB
HighTotal:     1178688 kB
HighFree:       708620 kB
LowTotal:       895776 kB
LowFree:        705388 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            3020 kB
Writeback:           0 kB
AnonPages:        8784 kB
Mapped:           3056 kB
Slab:            63304 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9945 MiB
End job on tipi24 at 2009-05-17 01:18:47