Trace number 1820371

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.02 1200.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-17-u.cnf
MD5SUM9f79c3f75a90db314ed315006ba97d6f
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 variables265064
Number of clauses1236517
Sum of the clauses size2853702
Maximum clause length10
Minimum clause length1
Number of clauses of size 122116
Number of clauses of size 2960717
Number of clauses of size 3203984
Number of clauses of size 45520
Number of clauses of size 522080
Number of clauses of size over 522100

Solver Data

0.00/0.00	c Parsing...
1.12/1.21	c ==============================================================================
1.12/1.21	c |           |     ORIGINAL     |              LEARNT              |          |
1.12/1.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.12/1.21	c ==============================================================================
1.12/1.21	c |         0 | 1214401  2831586 |  364320       0        0     nan |  0.000 % |
8.70/8.76	c |         0 |  540614  1448055 |      --       0       --      -- |     --   | -422902/-817661
8.70/8.76	c ==============================================================================
8.70/8.76	c Result  :   #vars: 89502   #clauses: 540614   #literals: 1448055
8.70/8.76	c CPU time:   8.46 s
8.70/8.76	c ==============================================================================
9.29/9.34	This is MiniSat 2.0 beta with hacks by AVG
9.29/9.34	WARNING: for repeatability, setting FPU to use double precision
9.29/9.34	============================[ Problem Statistics ]=============================
9.29/9.34	|                                                                             |
9.29/9.34	|  Number of variables:  89502                                                |
9.29/9.34	|  Number of clauses:    540614                                               |
9.32/9.72	|  Parsing time:         0.35         s                                       |
1200.00/1200.03	HOME/SatELiteGTI: line 36: 21578 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-1820371-1242434543/watcher-1820371-1242434543 -o /tmp/evaluation-result-1820371-1242434543/solver-1820371-1242434543 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820371-1242434543.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 3/93 21388
/proc/meminfo: memFree=1539956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) R 21386 21388 10114 0 -1 4194304 354 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243180 3085514612 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=0 CPUtime=0
/proc/21392/stat : 21392 (SatELiteGTI) R 21388 21388 10114 0 -1 4194368 65 0 0 0 0 0 0 0 25 0 1 0 1007955386 0 0 4294967295 0 0 0 3215243332 3085515242 0 0 0 0 0 0 0 17 1 0 0 0
/proc/21392/statm: 196 1 0 0 0 22 0

[startup+0.087131 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 21388
/proc/meminfo: memFree=1539956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=14428 CPUtime=0.09
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 3454 0 0 0 5 4 0 0 25 0 1 0 1007955386 14774272 3390 4294967295 134512640 135223648 3214156928 3214155496 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21392/statm: 3607 3391 46 174 0 3432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16840

[startup+0.117129 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 21388
/proc/meminfo: memFree=1539956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=22768 CPUtime=0.12
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 4933 0 0 0 7 5 0 0 25 0 1 0 1007955386 23314432 4869 4294967295 134512640 135223648 3214156928 3214155808 134542955 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21392/statm: 5692 4871 46 174 0 5517 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25180

[startup+0.317119 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 21388
/proc/meminfo: memFree=1539956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=52688 CPUtime=0.32
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 12328 0 0 0 24 8 0 0 25 0 1 0 1007955386 53952512 12264 4294967295 134512640 135223648 3214156928 3214155496 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21392/statm: 13172 12264 46 174 0 12997 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 55100

[startup+0.717099 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 21388
/proc/meminfo: memFree=1539956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=80740 CPUtime=0.72
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 19355 0 0 0 57 15 0 0 25 0 1 0 1007955386 82677760 19291 4294967295 134512640 135223648 3214156928 3214155880 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21392/statm: 20185 19291 46 174 0 20010 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 83152

[startup+1.51706 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 21393
/proc/meminfo: memFree=1436508/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=164876 CPUtime=1.5
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 31378 0 0 0 128 22 0 0 25 0 1 0 1007955386 168833024 31218 4294967295 134512640 135223648 3214156928 3214155104 134585463 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21392/statm: 41219 31218 72 174 0 41044 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 167288

[startup+3.11698 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 21577
/proc/meminfo: memFree=1413236/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=168404 CPUtime=3.1
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 35748 0 0 0 287 23 0 0 25 0 1 0 1007955386 172445696 32691 4294967295 134512640 135223648 3214156928 3214154944 134586756 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21392/statm: 42101 32691 73 174 0 41926 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 170816

[startup+6.31682 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 21577
/proc/meminfo: memFree=1395056/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2412 CPUtime=0
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1007955386 2469888 277 4294967295 134512640 135169312 3215244704 3215243240 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 603 277 235 161 0 42 0
[pid=21392] ppid=21388 vsize=169912 CPUtime=6.3
/proc/21392/stat : 21392 (SatELite_releas) R 21388 21388 10114 0 -1 4202496 40061 0 0 0 606 24 0 0 25 0 1 0 1007955386 173989888 32946 4294967295 134512640 135223648 3214156928 3214154944 134586697 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21392/statm: 42478 32946 73 174 0 42303 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 172324

[startup+12.7165 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 21578
/proc/meminfo: memFree=1492672/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=30772 CPUtime=3.33
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 7360 0 0 0 330 3 0 0 25 0 1 0 1007956320 31510528 7280 4294967295 134512640 135214715 3212919728 3212917992 134527360 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21578/statm: 7693 7280 72 172 0 7520 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 33188

[startup+25.5159 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 21579
/proc/meminfo: memFree=1492736/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=30772 CPUtime=16.13
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 7393 0 0 0 1610 3 0 0 25 0 1 0 1007956320 31510528 7313 4294967295 134512640 135214715 3212919728 3212918288 134540499 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21578/statm: 7693 7313 73 172 0 7520 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 33188

[startup+51.1146 s]
/proc/loadavg: 0.96 0.98 0.99 3/95 21581
/proc/meminfo: memFree=1488684/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=35540 CPUtime=41.73
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 8594 0 0 0 4170 3 0 0 25 0 1 0 1007956320 36392960 8514 4294967295 134512640 135214715 3212919728 3212918288 134540425 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21578/statm: 8885 8514 73 172 0 8712 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 37956

[startup+102.312 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 21772
/proc/meminfo: memFree=1477416/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=46140 CPUtime=92.93
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 11216 0 0 0 9290 3 0 0 25 0 1 0 1007956320 47247360 11136 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21578/statm: 11535 11136 73 172 0 11362 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48556

[startup+162.309 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 21960
/proc/meminfo: memFree=1463784/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=60156 CPUtime=152.93
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 14716 0 0 0 15281 12 0 0 25 0 1 0 1007956320 61599744 14636 4294967295 134512640 135214715 3212919728 3212915824 134536289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21578/statm: 15039 14636 73 172 0 14866 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 62572

[startup+222.316 s]
/proc/loadavg: 1.08 1.01 1.00 2/95 22148
/proc/meminfo: memFree=1452864/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=71092 CPUtime=212.93
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 17416 0 0 0 21278 15 0 0 25 0 1 0 1007956320 72798208 17336 4294967295 134512640 135214715 3212919728 3212918192 134528613 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 17773 17336 73 172 0 17600 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 73508

[startup+282.313 s]
/proc/loadavg: 1.03 1.01 1.00 2/95 22335
/proc/meminfo: memFree=1443952/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=79856 CPUtime=272.93
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 19643 0 0 0 27274 19 0 0 25 0 1 0 1007956320 81772544 19563 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 19964 19563 73 172 0 19791 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 82272

[startup+342.32 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 22522
/proc/meminfo: memFree=1437504/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=86280 CPUtime=332.94
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 21176 0 0 0 33273 21 0 0 25 0 1 0 1007956320 88350720 21096 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 21570 21096 73 172 0 21397 0
Current children cumulated CPU time (s) 342.26

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

[pid=21578] ppid=21388 vsize=102440 CPUtime=452.94
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 25206 0 0 0 45270 24 0 0 25 0 1 0 1007956320 104898560 25126 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 25610 25126 73 172 0 25437 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 104856

[startup+522.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23093
/proc/meminfo: memFree=1414820/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=109540 CPUtime=512.95
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 26889 0 0 0 51266 29 0 0 25 0 1 0 1007956320 112168960 26809 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 27385 26809 73 172 0 27212 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 111956

[startup+582.309 s]
/proc/loadavg: 1.10 1.03 1.01 3/95 23280
/proc/meminfo: memFree=1407908/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=116496 CPUtime=572.94
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 28602 0 0 0 57264 30 0 0 25 0 1 0 1007956320 119291904 28522 4294967295 134512640 135214715 3212919728 3212918192 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 29124 28522 73 172 0 28951 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 118912

[startup+642.316 s]
/proc/loadavg: 1.03 1.02 1.00 2/95 23467
/proc/meminfo: memFree=1401956/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=122320 CPUtime=632.95
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 30071 0 0 0 63264 31 0 0 25 0 1 0 1007956320 125255680 29991 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 30580 29991 73 172 0 30407 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 124736

[startup+702.313 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 23656
/proc/meminfo: memFree=1395260/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=128756 CPUtime=692.95
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 31675 0 0 0 69261 34 0 0 25 0 1 0 1007956320 131846144 31595 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 32189 31595 73 172 0 32016 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 131172

[startup+762.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23844
/proc/meminfo: memFree=1389300/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=134584 CPUtime=752.96
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 33146 0 0 0 75255 41 0 0 25 0 1 0 1007956320 137814016 33066 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 33646 33066 73 172 0 33473 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 137000

[startup+822.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24036
/proc/meminfo: memFree=1383812/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=140740 CPUtime=812.95
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 34679 0 0 0 81254 41 0 0 25 0 1 0 1007956320 144117760 34599 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 35185 34599 73 172 0 35012 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 143156

[startup+882.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24223
/proc/meminfo: memFree=1377156/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=147336 CPUtime=872.96
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 36305 0 0 0 87253 43 0 0 25 0 1 0 1007956320 150872064 36225 4294967295 134512640 135214715 3212919728 3212918192 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 36834 36225 73 172 0 36661 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 149752

[startup+942.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24410
/proc/meminfo: memFree=1373436/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=151816 CPUtime=932.96
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 37293 0 0 0 93251 45 0 0 25 0 1 0 1007956320 155459584 37213 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 37954 37213 73 172 0 37781 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 154232

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24599
/proc/meminfo: memFree=1369468/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=155876 CPUtime=992.97
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 38274 0 0 0 99252 45 0 0 25 0 1 0 1007956320 159617024 38194 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 38969 38194 73 172 0 38796 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 158292

[startup+1062.32 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 24787
/proc/meminfo: memFree=1365616/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=159896 CPUtime=1052.97
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 39310 0 0 0 105250 47 0 0 25 0 1 0 1007956320 163733504 39230 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 39974 39230 73 172 0 39801 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 162312

[startup+1122.32 s]
/proc/loadavg: 1.06 1.03 1.00 4/95 24975
/proc/meminfo: memFree=1361400/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=163944 CPUtime=1112.98
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 40342 0 0 0 111251 47 0 0 25 0 1 0 1007956320 167878656 40262 4294967295 134512640 135214715 3212919728 3212917936 134537308 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 40986 40262 73 172 0 40813 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 166360

[startup+1182.31 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 25162
/proc/meminfo: memFree=1357564/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=168060 CPUtime=1172.97
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 41341 0 0 0 117248 49 0 0 25 0 1 0 1007956320 172093440 41261 4294967295 134512640 135214715 3212919728 3212918192 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 42015 41261 73 172 0 41842 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 170476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 25168
/proc/meminfo: memFree=1356200/2074464 swapFree=1950856/1959888
[pid=21388] ppid=21386 vsize=2416 CPUtime=9.32
/proc/21388/stat : 21388 (SatELiteGTI) S 21386 21388 10114 0 -1 4194304 387 54190 0 0 1 0 899 32 18 0 1 0 1007955386 2473984 278 4294967295 134512640 135169312 3215244704 3215240920 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21388/statm: 604 278 235 161 0 43 0
[pid=21578] ppid=21388 vsize=169460 CPUtime=1190.68
/proc/21578/stat : 21578 (minisat_static) R 21388 21388 10114 0 -1 4202496 41664 0 0 0 119018 50 0 0 25 0 1 0 1007956320 173527040 41584 4294967295 134512640 135214715 3212919728 3212918192 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21578/statm: 42365 41584 73 172 0 42192 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 171876

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.05
CPU time (s): 1200.02
CPU user time (s): 1199.18
CPU system time (s): 0.84
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 187192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.18
system time used= 0.84
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96331
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= 17
involuntary context switches= 2175

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 02:42:23
IDJOB=1820371
IDBENCH=20383
IDSOLVER=660
FILE ID=tipi13/1820371-1242434543
PBS_JOBID=
Free space on /tmp= 8403 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-5-17-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820371-1242434543/watcher-1820371-1242434543 -o /tmp/evaluation-result-1820371-1242434543/solver-1820371-1242434543 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820371-1242434543.cnf

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

MD5SUM BENCH= 9f79c3f75a90db314ed315006ba97d6f
RANDOM SEED= 905693544

Linux tipi13 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.475
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1539964 kB
Buffers:         23048 kB
Cached:         432192 kB
SwapCached:       3628 kB
Active:         247052 kB
Inactive:       217784 kB
HighTotal:     1178688 kB
HighFree:       778240 kB
LowTotal:       895776 kB
LowFree:        761724 kB
SwapTotal:     1959888 kB
SwapFree:      1950856 kB
Dirty:           24116 kB
Writeback:         148 kB
AnonPages:        8664 kB
Mapped:           3036 kB
Slab:            60376 kB
PageTables:        584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8403 MiB
End job on tipi13 at 2009-05-16 03:02:28