Trace number 1806132

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.1 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark324.197
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
23.98/24.07	#LEARNT CLAUSES 0
24.18/24.29	done !
24.18/24.29	c Now, SatElite...
24.18/24.29	c Parsing...
24.27/24.55	c ==============================================================================
24.27/24.55	c |           |     ORIGINAL     |              LEARNT              |          |
24.27/24.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
24.27/24.55	c ==============================================================================
24.27/24.55	c |         0 |  308468   623769 |   92540       0        0     nan |  0.000 % |
26.77/26.88	c |         0 |  279364   740672 |      --       0       --      -- |     --   | -29104/116903
26.77/26.88	c ==============================================================================
26.77/26.88	c Result  :   #vars: 6907   #clauses: 279364   #literals: 740672
26.77/26.88	c CPU time:   2.52761 s
26.77/26.88	c ==============================================================================
27.27/27.32	c SatElite is done !
27.27/27.32	c Calling MINISAT
27.27/27.33	This is MiniSat 2.0 beta
27.27/27.33	WARNING: for repeatability, setting FPU to use double precision
27.27/27.33	============================[ Problem Statistics ]=============================
27.27/27.33	|                                                                             |
27.27/27.33	|  Number of variables:  6907                                                 |
27.27/27.33	|  Number of clauses:    279364                                               |
27.46/27.51	|  Parsing time:         0.16         s                                       |
27.46/27.53	============================[ Search Statistics ]==============================
27.46/27.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.46/27.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.46/27.53	===============================================================================
27.46/27.53	|         0 |    6907   279364   740672 |    93121        0    nan |  0.000 % |
27.57/27.63	|       100 |    6907   279364   740672 |   102433      100     18 |  0.000 % |
27.66/27.71	|       250 |    6907   279364   740672 |   112676      250     13 |  0.000 % |
27.66/27.79	|       475 |    6907   279364   740672 |   123944      475     12 |  0.001 % |
27.76/27.85	|       812 |    6907   279364   740672 |   136338      812     17 |  0.000 % |
27.96/28.02	|      1320 |    6907   279364   740672 |   149972     1320     32 |  0.000 % |
28.06/28.13	|      2079 |    6907   279364   740672 |   164970     2079     30 |  0.001 % |
28.36/28.47	|      3218 |    6907   279364   740672 |   181467     3218     28 |  0.000 % |
28.66/28.71	|      4928 |    6907   279364   740672 |   199613     4928     25 |  0.000 % |
29.36/29.40	|      7490 |    6907   279364   740672 |   219575     7490     28 |  0.000 % |
30.05/30.17	|     11337 |    6907   279364   740672 |   241532    11337     31 |  0.000 % |
31.65/31.77	|     17103 |    6907   279364   740672 |   265686    17103     31 |  0.000 % |
34.05/34.10	|     25753 |    6907   279364   740672 |   292254    25753     32 |  0.000 % |
38.65/38.72	|     38727 |    6907   279364   740672 |   321480    38727     32 |  0.000 % |
47.04/47.16	|     58188 |    6907   279364   740672 |   353628    58188     36 |  0.000 % |
63.12/63.20	|     87380 |    6907   279364   740672 |   388990    87380     46 |  0.000 % |
88.42/88.58	|    131169 |    6907   279364   740672 |   427890   131169     44 |  0.001 % |
156.00/156.13	|    196853 |    6907   279364   740672 |   470679   196853     48 |  0.000 % |
276.17/276.32	|    295379 |    6907   279364   740672 |   517746   295379     49 |  0.000 % |
533.16/533.42	|    443168 |    6907   279364   740672 |   569521   443168     49 |  0.000 % |
859.14/859.53	|    664851 |    6907   279364   740672 |   626473   124612     35 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806132-1242145906/watcher-1806132-1242145906 -o /tmp/evaluation-result-1806132-1242145906/solver-1806132-1242145906 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806132-1242145906.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 14170
/proc/meminfo: memFree=1090000/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=2124 CPUtime=0
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 292 0 0 0 0 0 0 0 19 0 1 0 242623822 2174976 258 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14171/statm: 531 259 81 6 0 169 0

[startup+0.100026 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 14170
/proc/meminfo: memFree=1090000/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=14240 CPUtime=0.08
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3149 0 0 0 7 1 0 0 19 0 1 0 242623822 14581760 3115 1992294400 134512640 134537284 4294956368 18446744073709551615 1607291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14171/statm: 3560 3116 82 6 0 3198 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19600

[startup+0.201033 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 14170
/proc/meminfo: memFree=1090000/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=12808 CPUtime=0.19
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3907 0 0 0 17 2 0 0 20 0 1 50000 242623822 13115392 2856 1992294400 134512640 134537284 4294956368 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3202 2856 85 6 0 2840 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18168

[startup+0.301042 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 14170
/proc/meminfo: memFree=1090000/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=12808 CPUtime=0.29
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3911 0 0 0 27 2 0 0 21 0 1 50000 242623822 13115392 2860 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3202 2860 85 6 0 2840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18168

[startup+0.701076 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 14170
/proc/meminfo: memFree=1090000/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=12808 CPUtime=0.69
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3916 0 0 0 67 2 0 0 25 0 1 50000 242623822 13115392 2865 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3202 2865 85 6 0 2840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18168

[startup+1.50115 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14172
/proc/meminfo: memFree=1078464/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=12940 CPUtime=1.49
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3930 0 0 0 147 2 0 0 25 0 1 50000 242623822 13250560 2879 1992294400 134512640 134537284 4294956368 18446744073709551615 134531236 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3235 2879 85 6 0 2873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18300

[startup+3.10228 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14172
/proc/meminfo: memFree=1078208/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=13072 CPUtime=3.08
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 3955 0 0 0 306 2 0 0 25 0 1 50000 242623822 13385728 2904 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3268 2904 85 6 0 2906 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18432

[startup+6.30156 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14172
/proc/meminfo: memFree=1078080/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=13204 CPUtime=6.28
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 4003 0 0 0 626 2 0 0 25 0 1 50000 242623822 13520896 2952 1992294400 134512640 134537284 4294956368 18446744073709551615 134523973 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3301 2952 85 6 0 2939 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18564

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14172
/proc/meminfo: memFree=1077696/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=0
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242623822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 237 196 169 0 51 0
[pid=14171] ppid=14170 vsize=13600 CPUtime=12.68
/proc/14171/stat : 14171 (revival) R 14170 14170 14011 0 -1 4194304 4095 0 0 0 1265 3 0 0 25 0 1 50000 242623822 13926400 3044 1992294400 134512640 134537284 4294956368 18446744073709551615 134515900 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14171/statm: 3400 3044 85 6 0 3038 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18960

[startup+25.5012 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14173
/proc/meminfo: memFree=1060736/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=24.27
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 311 4275 0 0 0 0 2422 5 19 0 1 0 242623822 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 238 197 169 0 51 0
[pid=14173] ppid=14170 vsize=30316 CPUtime=1.19
/proc/14173/stat : 14173 (SatElite) R 14170 14170 14011 0 -1 4194304 6752 0 0 0 115 4 0 0 25 0 1 0 242626251 31043584 6737 1992294400 134512640 135031949 4294956240 18446744073709551615 134582296 0 0 4096 3 0 0 0 17 0 0 0
/proc/14173/statm: 7579 6737 67 126 0 7450 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35676

[startup+51.1014 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=1053312/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=26676 CPUtime=23.74
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 6510 0 0 0 2369 5 0 0 25 0 1 0 242626555 27316224 6494 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 6669 6494 76 170 0 6497 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32036

[startup+102.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=1032640/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=47424 CPUtime=74.92
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 11641 0 0 0 7480 12 0 0 25 0 1 0 242626555 48562176 11625 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 11856 11625 76 170 0 11684 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 52784

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=1018752/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=61140 CPUtime=134.9
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 15124 0 0 0 13475 15 0 0 25 0 1 0 242626555 62607360 15108 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 15285 15108 76 170 0 15113 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 66500

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=1005952/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=74136 CPUtime=194.88
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 18283 0 0 0 19469 19 0 0 25 0 1 0 242626555 75915264 18267 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 18534 18267 76 170 0 18362 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 79496

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=996224/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=83892 CPUtime=254.86
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 20743 0 0 0 25464 22 0 0 25 0 1 0 242626555 85905408 20727 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 20973 20727 76 170 0 20801 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 89252

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14174
/proc/meminfo: memFree=986816/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=93496 CPUtime=314.83
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 23049 0 0 0 31459 24 0 0 25 0 1 0 242626555 95739904 23033 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 23374 23033 76 170 0 23202 0
Current children cumulated CPU time (s) 342.13

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

/proc/14174/statm: 30786 30266 76 170 0 30614 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 128504

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=952064/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=129060 CPUtime=614.71
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 31727 0 0 0 61437 34 0 0 25 0 1 0 242626555 132157440 31711 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 32265 31711 76 170 0 32093 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 134420

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=946304/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=134576 CPUtime=674.69
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 33131 0 0 0 67434 35 0 0 25 0 1 0 242626555 137805824 33115 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 33644 33115 76 170 0 33472 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 139936

[startup+762.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=941312/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=139484 CPUtime=734.68
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34352 0 0 0 73431 37 0 0 25 0 1 0 242626555 142831616 34336 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 34871 34336 76 170 0 34699 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 144844

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939456/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=794.65
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34826 0 0 0 79428 37 0 0 25 0 1 0 242626555 144785408 34810 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34810 76 170 0 35176 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 146752

[startup+882.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939392/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=854.63
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34826 0 0 0 85425 38 0 0 25 0 1 0 242626555 144785408 34810 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34810 76 170 0 35176 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 146752

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939392/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=914.61
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34826 0 0 0 91423 38 0 0 25 0 1 0 242626555 144785408 34810 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34810 76 170 0 35176 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 146752

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939392/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=974.56
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34827 0 0 0 97418 38 0 0 25 0 1 0 242626555 144785408 34811 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34811 76 170 0 35176 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 146752

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939328/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=1034.54
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34830 0 0 0 103416 38 0 0 25 0 1 0 242626555 144785408 34814 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34814 76 170 0 35176 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 146752

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939328/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=1094.52
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34833 0 0 0 109414 38 0 0 25 0 1 0 242626555 144785408 34817 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34817 76 170 0 35176 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 146752

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939328/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=1154.5
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34833 0 0 0 115412 38 0 0 25 0 1 0 242626555 144785408 34817 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34817 76 170 0 35176 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 146752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939328/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=1172.8
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34838 0 0 0 117242 38 0 0 25 0 1 0 242626555 144785408 34822 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34822 76 170 0 35176 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 146752

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14176
/proc/meminfo: memFree=939328/2055920 swapFree=4178020/4192956
[pid=14170] ppid=14168 vsize=5360 CPUtime=27.3
/proc/14170/stat : 14170 (run.sh) S 14168 14170 14011 0 -1 4194304 341 13397 0 0 0 0 2716 14 16 0 1 0 242623822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14170/statm: 1340 241 197 169 0 51 0
[pid=14174] ppid=14170 vsize=141392 CPUtime=1172.8
/proc/14174/stat : 14174 (minisat) R 14170 14170 14011 0 -1 4194304 34838 0 0 0 117242 38 0 0 25 0 1 0 242626555 144785408 34822 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14174/statm: 35348 34822 76 170 0 35176 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 146752

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.61
CPU time (s): 1200.1
CPU user time (s): 1199.58
CPU system time (s): 0.52
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 146752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1689
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13738
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= 8
involuntary context switches= 101

runsolver used 1.06484 second user time and 3.31649 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-12 18:31:46
IDJOB=1806132
IDBENCH=24670
IDSOLVER=647
FILE ID=node31/1806132-1242145906
PBS_JOBID= 9289690
Free space on /tmp= 66272 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806132-1242145906/watcher-1806132-1242145906 -o /tmp/evaluation-result-1806132-1242145906/solver-1806132-1242145906 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806132-1242145906.cnf HOME

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

MD5SUM BENCH= 15ed95b3a35c74d0cc5dd4986376305c
RANDOM SEED=1116727809

node31.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1090480 kB
Buffers:         46724 kB
Cached:         839536 kB
SwapCached:       8008 kB
Active:          58024 kB
Inactive:       838756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090480 kB
SwapTotal:     4192956 kB
SwapFree:      4178020 kB
Dirty:            5476 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            54388 kB
Committed_AS:   848192 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node31 at 2009-05-12 18:51:49