Trace number 1849612

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark504.15
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   63345   188200 |   19003       0        0     nan |  0.000 % |
0.52/0.60	c |         0 |   62548   268903 |      --       0       --      -- |     --   | -797/80703
0.52/0.60	c ==============================================================================
0.52/0.60	c Result  :   #vars: 636   #clauses: 62548   #literals: 268903
0.52/0.60	c CPU time:   0.6 s
0.52/0.60	c ==============================================================================
0.62/0.69	This is MiniSat 2.0 beta
0.62/0.69	WARNING: for repeatability, setting FPU to use double precision
0.62/0.69	============================[ Problem Statistics ]=============================
0.62/0.69	|                                                                             |
0.62/0.69	|  Number of variables:  636                                                  |
0.62/0.69	|  Number of clauses:    62548                                                |
0.69/0.72	|  Parsing time:         0.04         s                                       |
0.69/0.73	============================[ Search Statistics ]==============================
0.69/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	===============================================================================
0.69/0.73	|         0 |     636    62548   268903 |    20849        0    nan |  0.000 % |
0.69/0.77	|       100 |     636    62548   268903 |    22934      100     33 |  0.000 % |
0.69/0.84	|       251 |     636    62548   268903 |    25227      251     32 |  0.000 % |
0.69/0.92	|       477 |     636    62548   268903 |    27750      477     36 |  0.000 % |
1.02/1.07	|       814 |     636    62548   268903 |    30525      814     33 |  0.000 % |
1.21/1.26	|      1322 |     636    62548   268903 |    33578     1322     31 |  0.000 % |
1.51/1.55	|      2081 |     636    62548   268903 |    36935     2081     33 |  0.000 % |
2.01/2.02	|      3222 |     636    62548   268903 |    40629     3222     33 |  0.000 % |
2.71/2.74	|      4930 |     636    62548   268903 |    44692     4930     33 |  0.000 % |
3.71/3.80	|      7493 |     636    62548   268903 |    49161     7493     34 |  0.000 % |
5.81/5.88	|     11338 |     636    62548   268903 |    54077    11338     32 |  0.000 % |
9.11/9.18	|     17105 |     636    62548   268903 |    59485    17105     32 |  0.000 % |
18.41/18.50	|     25757 |     636    62548   268903 |    65434    25757     32 |  0.000 % |
33.91/33.91	|     38732 |     636    62548   268903 |    71977    38732     32 |  0.000 % |
64.62/64.69	|     58195 |     636    62548   268903 |    79175    58195     31 |  0.000 % |
101.22/101.26	|     87388 |     636    62548   268903 |    87092    21228     31 |  0.000 % |
150.11/150.12	|    131179 |     636    62548   268903 |    95802    65019     31 |  0.000 % |
232.92/232.91	|    196865 |     636    62548   268903 |   105382    50165     28 |  0.000 % |
367.24/367.21	|    295391 |     636    62548   268903 |   115920    59847     27 |  0.000 % |
673.17/673.12	|    443182 |     636    62548   268903 |   127512   107313     33 |  0.000 % |
1000.90/1000.89	|    664866 |     636    62548   268903 |   140263   106955     26 |  0.000 % |
1200.02/1199.93	HOME/SatELiteGTI: line 36: 31343 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-1849612-1244851380/watcher-1849612-1244851380 -o /tmp/evaluation-result-1849612-1244851380/solver-1849612-1244851380 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849612-1244851380.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/95 31337
/proc/meminfo: memFree=800724/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2412 CPUtime=0
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 368 649 0 0 0 0 0 0 25 0 1 0 82558923 2469888 277 4294967295 134512640 135169312 3215498720 3215497256 3085758190 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31337/statm: 603 277 235 161 0 42 0
[pid=31341] ppid=31337 vsize=952 CPUtime=0
/proc/31341/stat : 31341 (SatELite_releas) R 31337 31337 19205 0 -1 4202496 114 0 0 0 0 0 0 0 25 0 1 0 82558924 974848 50 4294967295 134512640 135223648 3218337920 3218336824 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31341/statm: 239 55 44 174 0 64 0

[startup+0.095354 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31337
/proc/meminfo: memFree=800724/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2412 CPUtime=0
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 368 649 0 0 0 0 0 0 25 0 1 0 82558923 2469888 277 4294967295 134512640 135169312 3215498720 3215497256 3085758190 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31337/statm: 603 277 235 161 0 42 0
[pid=31341] ppid=31337 vsize=5948 CPUtime=0.1
/proc/31341/stat : 31341 (SatELite_releas) R 31337 31337 19205 0 -1 4202496 1415 0 0 0 9 1 0 0 25 0 1 0 82558924 6090752 1351 4294967295 134512640 135223648 3218337920 3218335556 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31341/statm: 1487 1351 73 174 0 1312 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8360

[startup+0.115351 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31337
/proc/meminfo: memFree=800724/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2412 CPUtime=0
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 368 649 0 0 0 0 0 0 25 0 1 0 82558923 2469888 277 4294967295 134512640 135169312 3215498720 3215497256 3085758190 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31337/statm: 603 277 235 161 0 42 0
[pid=31341] ppid=31337 vsize=6212 CPUtime=0.12
/proc/31341/stat : 31341 (SatELite_releas) R 31337 31337 19205 0 -1 4202496 1459 0 0 0 11 1 0 0 25 0 1 0 82558924 6361088 1395 4294967295 134512640 135223648 3218337920 3218335696 134585497 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31341/statm: 1553 1395 73 174 0 1378 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8624

[startup+0.315334 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31337
/proc/meminfo: memFree=800724/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2412 CPUtime=0
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 368 649 0 0 0 0 0 0 25 0 1 0 82558923 2469888 277 4294967295 134512640 135169312 3215498720 3215497256 3085758190 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31337/statm: 603 277 235 161 0 42 0
[pid=31341] ppid=31337 vsize=7944 CPUtime=0.32
/proc/31341/stat : 31341 (SatELite_releas) R 31337 31337 19205 0 -1 4202496 1837 0 0 0 31 1 0 0 25 0 1 0 82558924 8134656 1773 4294967295 134512640 135223648 3218337920 3218336016 134585480 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31341/statm: 1986 1773 73 174 0 1811 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10356

[startup+0.715307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31337
/proc/meminfo: memFree=800724/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2416

[startup+1.51523 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 31343
/proc/meminfo: memFree=794864/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=5480 CPUtime=0.82
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 1279 0 0 0 82 0 0 0 25 0 1 0 82558992 5611520 1213 4294967295 134512640 135212939 3216770912 3216769376 134526857 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 1370 1213 76 171 0 1198 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 7896

[startup+3.1151 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 31343
/proc/meminfo: memFree=794244/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=6140 CPUtime=2.42
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 1455 0 0 0 242 0 0 0 25 0 1 0 82558992 6287360 1389 4294967295 134512640 135212939 3216770912 3216769376 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 1535 1389 76 171 0 1363 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8556

[startup+6.31483 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 31345
/proc/meminfo: memFree=793004/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=7212 CPUtime=5.62
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 1726 0 0 0 562 0 0 0 25 0 1 0 82558992 7385088 1660 4294967295 134512640 135212939 3216770912 3216769376 134526772 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 1803 1660 76 171 0 1631 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 9628

[startup+12.7143 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 31345
/proc/meminfo: memFree=791332/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=8652 CPUtime=12.02
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 2084 0 0 0 1202 0 0 0 25 0 1 0 82558992 8859648 2018 4294967295 134512640 135212939 3216770912 3216769376 134526636 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 2163 2018 76 171 0 1991 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 11068

[startup+25.5132 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 31530
/proc/meminfo: memFree=789168/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=10720 CPUtime=24.82
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 2593 0 0 0 2482 0 0 0 25 0 1 0 82558992 10977280 2527 4294967295 134512640 135212939 3216770912 3216769376 134526674 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 2680 2527 76 171 0 2508 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 13136

[startup+51.1111 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 31533
/proc/meminfo: memFree=786320/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=13860 CPUtime=50.42
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 3349 0 0 0 5039 3 0 0 25 0 1 0 82558992 14192640 3283 4294967295 134512640 135212939 3216770912 3216769376 134526627 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 3465 3283 76 171 0 3293 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16276

[startup+102.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 31722
/proc/meminfo: memFree=781352/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=18812 CPUtime=101.63
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 4575 0 0 0 10159 4 0 0 25 0 1 0 82558992 19263488 4509 4294967295 134512640 135212939 3216770912 3216769376 134526726 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 4703 4509 76 171 0 4531 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 21228

[startup+162.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 31912
/proc/meminfo: memFree=781096/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=19076 CPUtime=161.63
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 4657 0 0 0 16158 5 0 0 25 0 1 0 82558992 19533824 4591 4294967295 134512640 135212939 3216770912 3216769376 134526750 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 4769 4591 76 171 0 4597 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 21492

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 32101
/proc/meminfo: memFree=777500/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=22832 CPUtime=221.63
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 5524 0 0 0 22154 9 0 0 25 0 1 0 82558992 23379968 5458 4294967295 134512640 135212939 3216770912 3216769376 134526857 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 5708 5458 76 171 0 5536 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 25248

[startup+282.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 32295
/proc/meminfo: memFree=776880/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=23492 CPUtime=281.64
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 5687 0 0 0 28154 10 0 0 25 0 1 0 82558992 24055808 5621 4294967295 134512640 135212939 3216770912 3216769376 134526829 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 5873 5621 76 171 0 5701 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 25908

[startup+342.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 32488
/proc/meminfo: memFree=776072/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=24596 CPUtime=341.64
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 5951 0 0 0 34154 10 0 0 25 0 1 0 82558992 25186304 5885 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 6149 5885 76 171 0 5977 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 27012

[startup+402.312 s]

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

/proc/31343/statm: 6682 6351 76 171 0 6510 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 29144

[startup+642.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 986
/proc/meminfo: memFree=773252/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=27212 CPUtime=641.68
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 6548 0 0 0 64152 16 0 0 25 0 1 0 82558992 27865088 6482 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 6803 6482 76 171 0 6631 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 29628

[startup+702.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 1177
/proc/meminfo: memFree=769596/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=31064 CPUtime=701.68
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 7468 0 0 0 70151 17 0 0 25 0 1 0 82558992 31809536 7402 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 7766 7402 76 171 0 7594 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 33480

[startup+762.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 1367
/proc/meminfo: memFree=767952/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=32660 CPUtime=761.69
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 7841 0 0 0 76152 17 0 0 25 0 1 0 82558992 33443840 7767 4294967295 134512640 135212939 3216770912 3216769376 134526746 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8165 7767 76 171 0 7993 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 35076

[startup+822.326 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 1556
/proc/meminfo: memFree=767572/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=33152 CPUtime=821.7
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 7974 0 0 0 82144 26 0 0 25 0 1 0 82558992 33947648 7900 4294967295 134512640 135212939 3216770912 3216769376 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8288 7900 76 171 0 8116 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 35568

[startup+882.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 1749
/proc/meminfo: memFree=767340/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=33396 CPUtime=881.69
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8021 0 0 0 88143 26 0 0 25 0 1 0 82558992 34197504 7947 4294967295 134512640 135212939 3216770912 3216769312 134535284 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8349 7947 76 171 0 8177 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 35812

[startup+942.316 s]
/proc/loadavg: 1.07 1.02 1.00 2/97 1940
/proc/meminfo: memFree=767152/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=33396 CPUtime=941.7
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8025 0 0 0 94141 29 0 0 25 0 1 0 82558992 34197504 7951 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8349 7951 76 171 0 8177 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 35812

[startup+1002.32 s]
/proc/loadavg: 1.02 1.01 1.00 2/97 2133
/proc/meminfo: memFree=767364/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=33820 CPUtime=1001.71
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8093 0 0 0 100141 30 0 0 25 0 1 0 82558992 34631680 8019 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8455 8019 76 171 0 8283 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 36236

[startup+1062.32 s]
/proc/loadavg: 1.01 1.00 1.00 3/97 2323
/proc/meminfo: memFree=766920/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=34148 CPUtime=1061.71
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8190 0 0 0 106137 34 0 0 25 0 1 0 82558992 34967552 8116 4294967295 134512640 135212939 3216770912 3216769376 134526674 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8537 8116 76 171 0 8365 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 36564

[startup+1122.32 s]
/proc/loadavg: 1.06 1.02 1.00 3/97 2512
/proc/meminfo: memFree=766440/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=34796 CPUtime=1121.72
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8277 0 0 0 112138 34 0 0 25 0 1 0 82558992 35631104 8203 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8699 8203 76 171 0 8527 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 37212

[startup+1182.33 s]
/proc/loadavg: 1.02 1.01 1.00 3/97 2702
/proc/meminfo: memFree=766200/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=35288 CPUtime=1181.73
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8370 0 0 0 118138 35 0 0 25 0 1 0 82558992 36134912 8296 4294967295 134512640 135212939 3216770912 3216769376 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8822 8296 76 171 0 8650 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 37704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.01 1.01 1.00 4/97 2703
/proc/meminfo: memFree=765868/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=35616 CPUtime=1199.33
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8450 0 0 0 119898 35 0 0 25 0 1 0 82558992 36470784 8376 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8904 8376 76 171 0 8732 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 38032

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

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

[startup+1199.92 s]
/proc/loadavg: 1.01 1.01 1.00 4/97 2703
/proc/meminfo: memFree=765868/2074464 swapFree=1959888/1959888
[pid=31337] ppid=31335 vsize=2416 CPUtime=0.69
/proc/31337/stat : 31337 (SatELiteGTI) S 31335 31337 19205 0 -1 4194304 388 2490 0 0 0 0 67 2 19 0 1 0 82558923 2473984 278 4294967295 134512640 135169312 3215498720 3215494936 3085758190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31337/statm: 604 278 235 161 0 43 0
[pid=31343] ppid=31337 vsize=35616 CPUtime=1199.33
/proc/31343/stat : 31343 (minisat_static) R 31337 31337 19205 0 -1 4202496 8450 0 0 0 119898 35 0 0 25 0 1 0 82558992 36470784 8376 4294967295 134512640 135212939 3216770912 3216769376 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31343/statm: 8904 8376 76 171 0 8732 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 38032

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31337 and gives
#  childrusage.ru_utime.tv_sec=1199
#  childrusage.ru_utime.tv_usec=650000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=370000
# CPU time returned by wait4() is 1200.02
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.93
CPU time (s): 1200.02
CPU user time (s): 1199.65
CPU system time (s): 0.37
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 38032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.37
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11603
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= 20
involuntary context switches= 2229

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-13 02:03:00
IDJOB=1849612
IDBENCH=71086
IDSOLVER=690
FILE ID=tipi09/1849612-1244851380
PBS_JOBID=
Free space on /tmp= 15097 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849612-1244851380/watcher-1849612-1244851380 -o /tmp/evaluation-result-1849612-1244851380/solver-1849612-1244851380 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849612-1244851380.cnf

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED= 1814939854

Linux tipi09 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.365
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.38

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.365
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:        801104 kB
Buffers:         77920 kB
Cached:        1065936 kB
SwapCached:          0 kB
Active:         410096 kB
Inactive:       746956 kB
HighTotal:     1178688 kB
HighFree:       217132 kB
LowTotal:       895776 kB
LowFree:        583972 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            2476 kB
Writeback:           0 kB
AnonPages:       13080 kB
Mapped:           7508 kB
Slab:           107684 kB
PageTables:        580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91956 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15097 MiB
End job on tipi09 at 2009-06-13 02:23:00