Trace number 1849366

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
minisat2 070721/core? (TO) 1200.09 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.32/0.35	c ==============================================================================
0.32/0.35	c |           |     ORIGINAL     |              LEARNT              |          |
0.32/0.35	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.32/0.35	c ==============================================================================
0.32/0.35	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
4.32/4.32	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
4.32/4.32	c ==============================================================================
4.32/4.32	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
4.32/4.32	c CPU time:   4.21 s
4.32/4.32	c ==============================================================================
4.52/4.58	This is MiniSat 2.0 beta
4.52/4.58	WARNING: for repeatability, setting FPU to use double precision
4.52/4.58	============================[ Problem Statistics ]=============================
4.52/4.58	|                                                                             |
4.52/4.58	|  Number of variables:  14569                                                |
4.52/4.58	|  Number of clauses:    183363                                               |
4.59/4.71	|  Parsing time:         0.11         s                                       |
4.59/4.72	============================[ Search Statistics ]==============================
4.59/4.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.72	===============================================================================
4.59/4.72	|         0 |   14569   183363   759436 |    61121        0    nan |  0.000 % |
4.59/4.82	|       101 |   14569   183363   759436 |    67233      101     12 |  0.000 % |
4.59/4.92	|       251 |   14569   183363   759436 |    73956      251     12 |  0.000 % |
4.59/5.06	|       476 |   14569   183363   759436 |    81352      476     16 |  0.000 % |
4.59/5.30	|       814 |   14569   183363   759436 |    89487      814     15 |  0.000 % |
5.62/5.68	|      1323 |   14569   183363   759436 |    98435     1323     14 |  0.000 % |
6.12/6.18	|      2082 |   14569   183363   759436 |   108279     2082     16 |  0.000 % |
6.62/6.67	|      3221 |   14569   183363   759436 |   119107     3221     16 |  0.000 % |
7.92/7.96	|      4929 |   14569   183363   759436 |   131018     4929     18 |  0.001 % |
10.22/10.24	|      7491 |   14569   183363   759436 |   144120     7491     18 |  0.000 % |
13.30/13.36	|     11335 |   14569   183363   759436 |   158532    11335     21 |  0.000 % |
19.10/19.15	|     17103 |   14569   183363   759436 |   174385    17103     20 |  0.000 % |
29.80/29.82	|     25752 |   14569   183363   759436 |   191823    25752     28 |  0.000 % |
43.50/43.56	|     38727 |   14569   183363   759436 |   211006    38727     27 |  0.000 % |
69.31/69.35	|     58188 |   14569   183363   759436 |   232106    58188     29 |  0.000 % |
104.31/104.40	|     87381 |   14569   183363   759436 |   255317    87381     30 |  0.000 % |
193.91/193.98	|    131171 |   14569   183363   759436 |   280849   131171     29 |  0.000 % |
293.12/293.16	|    196855 |   14569   183363   759436 |   308934   196855     27 |  0.000 % |
517.04/517.04	|    295385 |   14569   183363   759436 |   339827   295385     26 |  0.000 % |
818.36/818.39	|    443174 |   14569   183363   759436 |   373810   123362     25 |  0.000 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36:  9601 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-1849366-1244804992/watcher-1849366-1244804992 -o /tmp/evaluation-result-1849366-1244804992/solver-1849366-1244804992 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849366-1244804992.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: 1.00 1.00 1.00 2/91 9594
/proc/meminfo: memFree=670888/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=956 CPUtime=0
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 126 0 0 0 0 0 0 0 20 0 1 0 77924534 978944 62 4294967295 134512640 135223648 3221205824 3221204544 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 239 65 45 174 0 64 0

[startup+0.063072 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 9594
/proc/meminfo: memFree=670888/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=9396 CPUtime=0.06
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 1992 0 0 0 5 1 0 0 20 0 1 0 77924534 9621504 1928 4294967295 134512640 135223648 3221205824 3221204776 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 2349 1929 47 174 0 2174 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11808

[startup+0.113068 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 9594
/proc/meminfo: memFree=670888/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=17328 CPUtime=0.11
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 3547 0 0 0 10 1 0 0 20 0 1 0 77924534 17743872 3483 4294967295 134512640 135223648 3221205824 3221204408 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 4332 3483 47 174 0 4157 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 19740

[startup+0.313054 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 9594
/proc/meminfo: memFree=670888/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=42632 CPUtime=0.31
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 9864 0 0 0 25 6 0 0 21 0 1 0 77924534 43655168 9800 4294967295 134512640 135223648 3221205824 3221204664 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 10658 9801 47 174 0 10483 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45044

[startup+0.713025 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 9594
/proc/meminfo: memFree=670888/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=51536 CPUtime=0.71
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 11997 0 0 0 63 8 0 0 22 0 1 0 77924534 52772864 11671 4294967295 134512640 135223648 3221205824 3221203592 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 12884 11671 73 174 0 12709 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 53948

[startup+1.51297 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9600
/proc/meminfo: memFree=620008/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=57080 CPUtime=1.51
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 13090 0 0 0 142 9 0 0 25 0 1 0 77924534 58449920 12764 4294967295 134512640 135223648 3221205824 3221203460 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 14270 12764 73 174 0 14095 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 59492

[startup+3.11285 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9600
/proc/meminfo: memFree=609220/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2412 CPUtime=0.01
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 77924533 2469888 277 4294967295 134512640 135169312 3213212592 3213211128 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9594/statm: 603 277 235 161 0 42 0
[pid=9598] ppid=9594 vsize=59624 CPUtime=3.11
/proc/9598/stat : 9598 (SatELite_releas) R 9594 9594 18459 0 -1 4202496 13950 0 0 0 301 10 0 0 25 0 1 0 77924534 61054976 13416 4294967295 134512640 135223648 3221205824 3221203920 134585544 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9598/statm: 14906 13416 73 174 0 14731 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 62036

[startup+6.31263 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9601
/proc/meminfo: memFree=645096/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=12620 CPUtime=1.73
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 3024 0 0 0 171 2 0 0 25 0 1 0 77924992 12922880 2959 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9601/statm: 3155 2959 76 171 0 2983 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15036

[startup+12.7122 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9601
/proc/meminfo: memFree=643788/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=13676 CPUtime=8.11
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 3296 0 0 0 809 2 0 0 25 0 1 0 77924992 14004224 3231 4294967295 134512640 135212939 3215287792 3215286256 134526831 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 3419 3231 76 171 0 3247 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16092

[startup+25.5113 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9787
/proc/meminfo: memFree=641996/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=15588 CPUtime=20.91
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 3786 0 0 0 2088 3 0 0 25 0 1 0 77924992 15962112 3721 4294967295 134512640 135212939 3215287792 3215286256 134526587 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 3897 3721 76 171 0 3725 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 18004

[startup+51.1095 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9789
/proc/meminfo: memFree=639164/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=18880 CPUtime=46.51
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 4581 0 0 0 4648 3 0 0 25 0 1 0 77924992 19333120 4516 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 4720 4516 76 171 0 4548 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21296

[startup+102.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9978
/proc/meminfo: memFree=631964/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=25616 CPUtime=97.72
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 6278 0 0 0 9767 5 0 0 25 0 1 0 77924992 26230784 6213 4294967295 134512640 135212939 3215287792 3215286256 134527276 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 6404 6213 76 171 0 6232 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28032

[startup+162.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 10172
/proc/meminfo: memFree=627500/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=30200 CPUtime=157.72
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 7410 0 0 0 15766 6 0 0 25 0 1 0 77924992 30924800 7345 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 7550 7345 76 171 0 7378 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 32616

[startup+222.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 10362
/proc/meminfo: memFree=623292/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=34520 CPUtime=217.73
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 8436 0 0 0 21767 6 0 0 25 0 1 0 77924992 35348480 8371 4294967295 134512640 135212939 3215287792 3215286256 134526723 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 8630 8371 76 171 0 8458 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 36936

[startup+282.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10551
/proc/meminfo: memFree=618216/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=39540 CPUtime=277.73
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 9730 0 0 0 27763 10 0 0 25 0 1 0 77924992 40488960 9665 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 9885 9665 76 171 0 9713 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 41956

[startup+342.319 s]
/proc/loadavg: 1.09 1.03 1.01 3/93 10744
/proc/meminfo: memFree=613496/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=44488 CPUtime=337.74
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 10900 0 0 0 33762 12 0 0 25 0 1 0 77924992 45555712 10835 4294967295 134512640 135212939 3215287792 3215286256 134526636 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 11122 10835 76 171 0 10950 0
Current children cumulated CPU time (s) 342.33

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

[pid=9601] ppid=9594 vsize=50972 CPUtime=457.74
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 12550 0 0 0 45761 13 0 0 25 0 1 0 77924992 52195328 12485 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 12743 12485 76 171 0 12571 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 53388

[startup+522.316 s]
/proc/loadavg: 1.04 1.05 1.01 3/93 11320
/proc/meminfo: memFree=602840/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=54460 CPUtime=517.75
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 13396 0 0 0 51762 13 0 0 25 0 1 0 77924992 55767040 13331 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 13615 13331 76 171 0 13443 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 56876

[startup+582.312 s]
/proc/loadavg: 1.01 1.04 1.01 3/93 11509
/proc/meminfo: memFree=599740/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=57876 CPUtime=577.75
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 14109 0 0 0 57759 16 0 0 25 0 1 0 77924992 59265024 14044 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 14469 14044 76 171 0 14297 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 60292

[startup+642.318 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 11700
/proc/meminfo: memFree=597128/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=60444 CPUtime=637.76
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 14782 0 0 0 63760 16 0 0 25 0 1 0 77924992 61894656 14717 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15111 14717 76 171 0 14939 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 62860

[startup+702.303 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 11889
/proc/meminfo: memFree=596608/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=60972 CPUtime=697.75
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 14922 0 0 0 69759 16 0 0 25 0 1 0 77924992 62435328 14857 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15243 14857 76 171 0 15071 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 63388

[startup+762.309 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 12079
/proc/meminfo: memFree=596368/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61364 CPUtime=757.76
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15000 0 0 0 75760 16 0 0 25 0 1 0 77924992 62836736 14935 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15341 14935 76 171 0 15169 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 63780

[startup+822.315 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 12269
/proc/meminfo: memFree=596252/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61364 CPUtime=817.77
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15011 0 0 0 81761 16 0 0 25 0 1 0 77924992 62836736 14946 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15341 14946 76 171 0 15169 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 63780

[startup+882.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 12458
/proc/meminfo: memFree=596152/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61512 CPUtime=877.78
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15031 0 0 0 87762 16 0 0 25 0 1 0 77924992 62988288 14966 4294967295 134512640 135212939 3215287792 3215286256 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15378 14966 76 171 0 15206 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 63928

[startup+942.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 12653
/proc/meminfo: memFree=595872/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61656 CPUtime=937.78
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15069 0 0 0 93762 16 0 0 25 0 1 0 77924992 63135744 15004 4294967295 134512640 135212939 3215287792 3215286256 134526636 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15414 15004 76 171 0 15242 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 64072

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 12842
/proc/meminfo: memFree=595648/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61820 CPUtime=997.79
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15110 0 0 0 99762 17 0 0 25 0 1 0 77924992 63303680 15045 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15455 15045 76 171 0 15283 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 64236

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13032
/proc/meminfo: memFree=595864/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=61976 CPUtime=1057.78
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15131 0 0 0 105761 17 0 0 25 0 1 0 77924992 63463424 15066 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15494 15066 76 171 0 15322 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 64392

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13222
/proc/meminfo: memFree=595616/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=62308 CPUtime=1117.79
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15194 0 0 0 111760 19 0 0 25 0 1 0 77924992 63803392 15129 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15577 15129 76 171 0 15405 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 64724

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13411
/proc/meminfo: memFree=595276/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=62308 CPUtime=1177.79
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15223 0 0 0 117759 20 0 0 25 0 1 0 77924992 63803392 15158 4294967295 134512640 135212939 3215287792 3215286256 134526557 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15577 15158 76 171 0 15405 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 64724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13413
/proc/meminfo: memFree=595408/2074464 swapFree=1959888/1959888
[pid=9594] ppid=9592 vsize=2416 CPUtime=4.59
/proc/9594/stat : 9594 (SatELiteGTI) S 9592 9594 18459 0 -1 4194304 386 15889 0 0 1 0 445 13 17 0 1 0 77924533 2473984 278 4294967295 134512640 135169312 3213212592 3213208808 3085643502 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9594/statm: 604 278 235 161 0 43 0
[pid=9601] ppid=9594 vsize=62472 CPUtime=1195.49
/proc/9601/stat : 9601 (minisat_static) R 9594 9594 18459 0 -1 4202496 15232 0 0 0 119529 20 0 0 25 0 1 0 77924992 63971328 15167 4294967295 134512640 135212939 3215287792 3215286256 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9601/statm: 15618 15167 76 171 0 15446 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 64888

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.09
CPU user time (s): 1199.75
CPU system time (s): 0.34
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 67364

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 13:09:52
IDJOB=1849366
IDBENCH=20406
IDSOLVER=690
FILE ID=tipi06/1849366-1244804992
PBS_JOBID=
Free space on /tmp= 15765 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849366-1244804992/watcher-1849366-1244804992 -o /tmp/evaluation-result-1849366-1244804992/solver-1849366-1244804992 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849366-1244804992.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED= 201111377

Linux tipi06 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.76

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.76


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        671028 kB
Buffers:         74996 kB
Cached:        1162028 kB
SwapCached:          0 kB
Active:         369392 kB
Inactive:       878716 kB
HighTotal:     1178688 kB
HighFree:       397656 kB
LowTotal:       895776 kB
LowFree:        273372 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            8124 kB
Writeback:           0 kB
AnonPages:       11116 kB
Mapped:           5432 kB
Slab:           146412 kB
PageTables:        452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85608 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15765 MiB
End job on tipi06 at 2009-06-12 13:29:55