Trace number 1820451

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
APTUSAT 2009-03-22? (TO) 1200.08 1200.03

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c Parsing...
0.33/0.34	c ==============================================================================
0.33/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.33/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.33/0.34	c ==============================================================================
0.33/0.34	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
4.13/4.16	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
4.13/4.16	c ==============================================================================
4.13/4.16	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
4.13/4.16	c CPU time:   4.07 s
4.13/4.16	c ==============================================================================
4.33/4.42	This is MiniSat 2.0 beta
4.33/4.42	WARNING: for repeatability, setting FPU to use double precision
4.33/4.42	============================[ Problem Statistics ]=============================
4.33/4.42	|                                                                             |
4.42/4.42	|  Number of variables:  14569                                                |
4.42/4.42	|  Number of clauses:    183363                                               |
4.42/4.55	|  Parsing time:         0.12         s                                       |
4.42/4.56	============================[ Search Statistics ]==============================
4.42/4.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.42/4.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.42/4.56	===============================================================================
4.42/4.56	|         0 |   14569   183363   759436 |    61121        0    nan |  0.000 % |
4.42/4.69	|       100 |   14569   183363   759436 |    67233      100     34 |  0.000 % |
4.42/4.82	|       250 |   14569   183363   759436 |    73956      250     23 |  0.000 % |
4.42/5.03	|       476 |   14569   183363   759436 |    81352      476     22 |  0.000 % |
4.42/5.37	|       815 |   14569   183363   759436 |    89487      815     21 |  0.000 % |
5.63/5.69	|      1323 |   14569   183363   759436 |    98435     1323     20 |  0.000 % |
6.73/6.76	|      2082 |   14569   183363   759436 |   108279     2082     28 |  0.000 % |
7.63/7.63	|      3221 |   14569   183363   759436 |   119107     3221     25 |  0.000 % |
9.33/9.36	|      4931 |   14569   183363   759436 |   131018     4931     34 |  0.000 % |
11.23/11.29	|      7493 |   14569   183363   759436 |   144120     7493     31 |  0.000 % |
14.93/14.95	|     11339 |   14569   183363   759436 |   158532    11339     29 |  0.000 % |
19.42/19.44	|     17105 |   14569   183363   759436 |   174385    17105     29 |  0.000 % |
27.42/27.47	|     25754 |   14569   183363   759436 |   191823    25754     31 |  0.000 % |
40.92/40.96	|     38728 |   14569   183363   759436 |   211006    38728     32 |  0.000 % |
63.33/63.35	|     58191 |   14569   183363   759436 |   232106    58191     34 |  0.000 % |
100.02/100.09	|     87383 |   14569   183363   759436 |   255317    87383     33 |  0.000 % |
158.02/158.08	|    131172 |   14569   183363   759436 |   280849   131172     34 |  0.000 % |
247.63/247.62	|    196857 |   14569   183363   759436 |   308934   196857     33 |  0.000 % |
441.84/441.88	|    295384 |   14569   183363   759436 |   339827   295384     32 |  0.000 % |
760.07/760.08	|    443173 |   14569   183363   759436 |   373810   131321     40 |  0.000 % |
1200.07/1200.02	HOME/SatELiteGTI: line 36: 25655 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:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820451-1242446369/watcher-1820451-1242446369 -o /tmp/evaluation-result-1820451-1242446369/solver-1820451-1242446369 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820451-1242446369.cnf -restarts=1 

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.96 1.02 1.00 3/91 25648
/proc/meminfo: memFree=774620/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=952 CPUtime=0
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 119 0 0 0 0 0 0 0 20 0 1 0 1009137333 974848 54 4294967295 134512640 135223648 3220085280 3220082680 134886160 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 239 56 45 174 0 64 0

[startup+0.032757 s]
/proc/loadavg: 0.96 1.02 1.00 3/91 25648
/proc/meminfo: memFree=774620/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=5148 CPUtime=0.03
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 1071 0 0 0 3 0 0 0 20 0 1 0 1009137333 5271552 1006 4294967295 134512640 135223648 3220085280 3220084232 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 1287 1007 47 174 0 1112 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7560

[startup+0.122754 s]
/proc/loadavg: 0.96 1.02 1.00 3/91 25648
/proc/meminfo: memFree=774620/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=18516 CPUtime=0.12
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 3973 0 0 0 12 0 0 0 20 0 1 0 1009137333 18960384 3908 4294967295 134512640 135223648 3220085280 3220083864 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 4629 3908 47 174 0 4454 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 20928

[startup+0.322745 s]
/proc/loadavg: 0.96 1.02 1.00 3/91 25648
/proc/meminfo: memFree=774620/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=45668 CPUtime=0.32
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 10633 0 0 0 28 4 0 0 21 0 1 0 1009137333 46764032 10568 4294967295 134512640 135223648 3220085280 3220084288 134547540 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 11417 10568 47 174 0 11242 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 48080

[startup+0.722725 s]
/proc/loadavg: 0.96 1.02 1.00 3/91 25648
/proc/meminfo: memFree=774620/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=51924 CPUtime=0.72
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 12054 0 0 0 68 4 0 0 22 0 1 0 1009137333 53170176 11727 4294967295 134512640 135223648 3220085280 3220083048 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 12981 11727 73 174 0 12806 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 54336

[startup+1.52269 s]
/proc/loadavg: 0.96 1.02 1.00 2/93 25653
/proc/meminfo: memFree=722508/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=57212 CPUtime=1.52
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 13148 0 0 0 146 6 0 0 25 0 1 0 1009137333 58585088 12821 4294967295 134512640 135223648 3220085280 3220083296 134587350 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 14303 12821 73 174 0 14128 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 59624

[startup+3.12261 s]
/proc/loadavg: 0.96 1.02 1.00 2/93 25654
/proc/meminfo: memFree=711472/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2412 CPUtime=0.01
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 367 642 0 0 0 0 0 1 18 0 1 0 1009137333 2469888 276 4294967295 134512640 135169312 3218016304 3218014840 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25648/statm: 603 276 235 161 0 42 0
[pid=25652] ppid=25648 vsize=59624 CPUtime=3.12
/proc/25652/stat : 25652 (SatELite_releas) R 25648 25648 9090 0 -1 4202496 13963 0 0 0 303 9 0 0 25 0 1 0 1009137333 61054976 13428 4294967295 134512640 135223648 3220085280 3220083432 134715367 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25652/statm: 14906 13428 73 174 0 14731 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 62036

[startup+6.32246 s]
/proc/loadavg: 0.96 1.02 1.00 3/93 25655
/proc/meminfo: memFree=747184/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=12592 CPUtime=1.91
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 3028 0 0 0 189 2 0 0 21 0 1 0 1009137775 12894208 2963 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 3148 2963 74 172 0 2974 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15008

[startup+12.7221 s]
/proc/loadavg: 0.96 1.02 1.00 3/93 25655
/proc/meminfo: memFree=745884/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=13852 CPUtime=8.31
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 3338 0 0 0 829 2 0 0 25 0 1 0 1009137775 14184448 3273 4294967295 134512640 135213731 3218372832 3218371312 134530045 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 3463 3273 75 172 0 3289 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 16268

[startup+25.5115 s]
/proc/loadavg: 0.97 1.01 1.00 4/93 25783
/proc/meminfo: memFree=743028/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=16304 CPUtime=21.1
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 3938 0 0 0 2108 2 0 0 25 0 1 0 1009137775 16695296 3873 4294967295 134512640 135213731 3218372832 3218371312 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 4076 3873 75 172 0 3902 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 18720

[startup+51.1103 s]
/proc/loadavg: 0.98 1.01 1.00 2/93 25840
/proc/meminfo: memFree=739168/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=20640 CPUtime=46.7
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 5016 0 0 0 4668 2 0 0 25 0 1 0 1009137775 21135360 4951 4294967295 134512640 135213731 3218372832 3218371240 134719542 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 5160 4951 75 172 0 4986 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 23056

[startup+102.308 s]
/proc/loadavg: 0.99 1.01 1.00 2/93 26027
/proc/meminfo: memFree=732052/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=27676 CPUtime=97.9
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 6800 0 0 0 9786 4 0 0 25 0 1 0 1009137775 28340224 6735 4294967295 134512640 135213731 3218372832 3218371312 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 6919 6735 75 172 0 6745 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 30092

[startup+162.305 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 26216
/proc/meminfo: memFree=723704/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=35872 CPUtime=157.9
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 8817 0 0 0 15784 6 0 0 25 0 1 0 1009137775 36732928 8752 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 8968 8752 75 172 0 8794 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 38288

[startup+222.312 s]
/proc/loadavg: 0.99 1.00 1.00 4/93 26407
/proc/meminfo: memFree=716628/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=43352 CPUtime=217.91
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 10660 0 0 0 21783 8 0 0 25 0 1 0 1009137775 44392448 10595 4294967295 134512640 135213731 3218372832 3218371312 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 10838 10595 75 172 0 10664 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 45768

[startup+282.309 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 26594
/proc/meminfo: memFree=711188/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=49192 CPUtime=277.91
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 12049 0 0 0 27781 10 0 0 25 0 1 0 1009137775 50372608 11984 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 12298 11984 75 172 0 12124 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 51608

[startup+342.316 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 26783
/proc/meminfo: memFree=706120/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=53968 CPUtime=337.92
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 13271 0 0 0 33772 20 0 0 25 0 1 0 1009137775 55263232 13206 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 13492 13206 75 172 0 13318 0
Current children cumulated CPU time (s) 342.34

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

[pid=25655] ppid=25648 vsize=62860 CPUtime=457.92
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 15505 0 0 0 45771 21 0 0 25 0 1 0 1009137775 64368640 15440 4294967295 134512640 135213731 3218372832 3218371312 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 15715 15440 75 172 0 15541 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 65276

[startup+522.318 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 27348
/proc/meminfo: memFree=693564/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=67352 CPUtime=517.93
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 16493 0 0 0 51770 23 0 0 25 0 1 0 1009137775 68968448 16428 4294967295 134512640 135213731 3218372832 3218371312 134530145 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 16838 16428 75 172 0 16664 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 69768

[startup+582.315 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 27535
/proc/meminfo: memFree=689900/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=70900 CPUtime=577.93
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17399 0 0 0 57770 23 0 0 25 0 1 0 1009137775 72601600 17334 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17725 17334 75 172 0 17551 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 73316

[startup+642.322 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 27728
/proc/meminfo: memFree=689744/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71296 CPUtime=637.94
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17495 0 0 0 63771 23 0 0 25 0 1 0 1009137775 73007104 17430 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17824 17430 75 172 0 17650 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 73712

[startup+702.319 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 27915
/proc/meminfo: memFree=689604/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71452 CPUtime=697.94
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17508 0 0 0 69771 23 0 0 25 0 1 0 1009137775 73166848 17443 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17863 17443 75 172 0 17689 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 73868

[startup+762.326 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 28104
/proc/meminfo: memFree=689380/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71616 CPUtime=757.95
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17567 0 0 0 75772 23 0 0 25 0 1 0 1009137775 73334784 17502 4294967295 134512640 135213731 3218372832 3218371312 134529923 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17904 17502 75 172 0 17730 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 74032

[startup+822.313 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 28291
/proc/meminfo: memFree=689316/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71616 CPUtime=817.94
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17584 0 0 0 81768 26 0 0 25 0 1 0 1009137775 73334784 17519 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17904 17519 75 172 0 17730 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 74032

[startup+882.321 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 28478
/proc/meminfo: memFree=689016/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71804 CPUtime=877.95
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17613 0 0 0 87769 26 0 0 25 0 1 0 1009137775 73527296 17548 4294967295 134512640 135213731 3218372832 3218371312 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17951 17548 75 172 0 17777 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 74220

[startup+942.308 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 28667
/proc/meminfo: memFree=688820/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=71804 CPUtime=937.94
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17627 0 0 0 93768 26 0 0 25 0 1 0 1009137775 73527296 17562 4294967295 134512640 135213731 3218372832 3218371312 134529929 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 17951 17562 75 172 0 17777 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 74220

[startup+1002.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 28858
/proc/meminfo: memFree=689008/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=72184 CPUtime=997.95
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17676 0 0 0 99769 26 0 0 25 0 1 0 1009137775 73916416 17611 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 18046 17611 75 172 0 17872 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 74600

[startup+1062.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 29050
/proc/meminfo: memFree=688852/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=72328 CPUtime=1057.95
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 17715 0 0 0 105766 29 0 0 25 0 1 0 1009137775 74063872 17650 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 18082 17650 75 172 0 17908 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 74744

[startup+1122.32 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 29237
/proc/meminfo: memFree=685844/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=75400 CPUtime=1117.96
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 18474 0 0 0 111766 30 0 0 25 0 1 0 1009137775 77209600 18409 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 18850 18409 75 172 0 18676 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 77816

[startup+1182.31 s]
/proc/loadavg: 0.99 1.00 1.00 4/93 29424
/proc/meminfo: memFree=681288/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=79920 CPUtime=1177.95
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 19582 0 0 0 117765 30 0 0 25 0 1 0 1009137775 81838080 19517 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 19980 19517 75 172 0 19806 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 82336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 29427
/proc/meminfo: memFree=680004/2074464 swapFree=1953004/1959888
[pid=25648] ppid=25646 vsize=2416 CPUtime=4.42
/proc/25648/stat : 25648 (SatELiteGTI) S 25646 25648 9090 0 -1 4194304 385 15887 0 0 0 0 431 11 20 0 1 0 1009137333 2473984 277 4294967295 134512640 135169312 3218016304 3218012520 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/25648/statm: 604 277 235 161 0 43 0
[pid=25655] ppid=25648 vsize=81124 CPUtime=1195.65
/proc/25655/stat : 25655 (minisat_static) R 25648 25648 9090 0 -1 4202496 19897 0 0 0 119533 32 0 0 25 0 1 0 1009137775 83070976 19832 4294967295 134512640 135213731 3218372832 3218371312 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/25655/statm: 20281 19832 75 172 0 20107 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 83540

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.03
CPU time (s): 1200.08
CPU user time (s): 1199.64
CPU system time (s): 0.44
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 83540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36261
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= 19
involuntary context switches= 733

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 05:59:29
IDJOB=1820451
IDBENCH=20406
IDSOLVER=662
FILE ID=tipi19/1820451-1242446369
PBS_JOBID=
Free space on /tmp= 10151 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820451-1242446369/watcher-1820451-1242446369 -o /tmp/evaluation-result-1820451-1242446369/solver-1820451-1242446369 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820451-1242446369.cnf -restarts=1

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED= 164668700

Linux tipi19 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.426
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.39

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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.426
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:        774752 kB
Buffers:         28924 kB
Cached:        1176716 kB
SwapCached:       3036 kB
Active:         459884 kB
Inactive:       755316 kB
HighTotal:     1178688 kB
HighFree:       253924 kB
LowTotal:       895776 kB
LowFree:        520828 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            8108 kB
Writeback:           0 kB
AnonPages:        8732 kB
Mapped:           3060 kB
Slab:            76572 kB
PageTables:        472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10151 MiB
End job on tipi19 at 2009-05-16 06:19:32