Trace number 1796436

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.07 1200.61

General information on the benchmark

Nameindustrial/grieu/
vmpc_30.cnf
MD5SUM8df6cfaff4435ad2a04367a34fb047c1
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 variables900
Number of clauses133080
Sum of the clauses size348570
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252290
Number of clauses of size 380730
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 9
37.98/38.09	#LEARNT CLAUSES 56
38.18/38.20	done !
38.18/38.20	c Now, SatElite...
38.18/38.20	c Parsing...
38.19/38.38	c ==============================================================================
38.19/38.38	c |           |     ORIGINAL     |              LEARNT              |          |
38.19/38.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
38.19/38.38	c ==============================================================================
38.19/38.38	c |         0 |  132553   331121 |   39765       0        0     nan |  0.000 % |
38.19/38.38	c ==============================================================================
38.19/38.38	c Result  :   #vars: 898   #clauses: 132553   #literals: 331121
38.19/38.38	c CPU time:   0.172973 s
38.19/38.38	c ==============================================================================
38.47/38.55	c SatElite is done !
38.47/38.55	c Calling MINISAT
38.47/38.55	This is MiniSat 2.0 beta
38.47/38.55	WARNING: for repeatability, setting FPU to use double precision
38.47/38.55	============================[ Problem Statistics ]=============================
38.47/38.55	|                                                                             |
38.47/38.55	|  Number of variables:  898                                                  |
38.47/38.55	|  Number of clauses:    132553                                               |
38.52/38.61	|  Parsing time:         0.06         s                                       |
38.52/38.62	============================[ Search Statistics ]==============================
38.52/38.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.52/38.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.52/38.62	===============================================================================
38.52/38.62	|         0 |     898   132553   331121 |    44184        0    nan |  0.000 % |
38.52/38.65	|       102 |     898   132553   331121 |    48602      102     45 |  0.000 % |
38.52/38.67	|       252 |     898   132553   331121 |    53463      252     76 |  0.000 % |
38.52/38.70	|       479 |     898   132553   331121 |    58809      479     83 |  0.000 % |
38.52/38.74	|       817 |     898   132553   331121 |    64690      817     98 |  0.000 % |
38.52/38.80	|      1323 |     898   132553   331121 |    71159     1323     96 |  0.000 % |
38.52/38.91	|      2082 |     898   132553   331121 |    78275     2082    102 |  0.000 % |
38.52/39.10	|      3225 |     898   132553   331121 |    86102     3225    102 |  0.000 % |
38.52/39.40	|      4934 |     898   132553   331121 |    94713     4934    111 |  0.000 % |
39.85/39.99	|      7497 |     898   132553   331121 |   104184     7497    106 |  0.000 % |
41.05/41.15	|     11345 |     898   132553   331121 |   114602    11345    108 |  0.000 % |
42.94/43.07	|     17115 |     898   132553   331121 |   126063    17115    102 |  0.000 % |
46.53/46.64	|     25765 |     898   132553   331121 |   138669    25765    103 |  0.000 % |
54.12/54.22	|     38739 |     898   132553   331121 |   152536    38739    102 |  0.000 % |
73.82/73.97	|     58201 |     898   132553   331121 |   167789    58201    100 |  0.000 % |
106.10/106.29	|     87396 |     898   132553   331121 |   184568    87396     95 |  0.000 % |
173.77/173.90	|    131189 |     898   132553   331121 |   203025   131189     90 |  0.000 % |
348.19/348.49	|    196874 |     898   132553   331121 |   223328   196874     97 |  0.000 % |
513.94/514.24	|    295400 |     898   132553   331121 |   245661    93798     84 |  0.000 % |
1094.40/1094.95	|    443190 |     898   132553   331121 |   270227   241588    111 |  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-1796436-1242075538/watcher-1796436-1242075538 -o /tmp/evaluation-result-1796436-1242075538/solver-1796436-1242075538 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796436-1242075538.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: 0.92 0.98 0.99 3/64 3615
/proc/meminfo: memFree=1119296/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) R 3613 3615 3481 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3615/statm: 1340 236 195 169 0 51 0
[pid=3616] ppid=3615 vsize=2124 CPUtime=0
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 235581822 2174976 256 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3616/statm: 531 259 81 6 0 169 0

[startup+0.026838 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3615
/proc/meminfo: memFree=1119296/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=5868 CPUtime=0.01
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 1189 0 0 0 1 0 0 0 18 0 1 0 235581822 6008832 1155 1992294400 134512640 134537284 4294956368 18446744073709551615 8353403 0 0 4096 0 0 0 0 17 0 0 0
/proc/3616/statm: 1467 1157 82 6 0 1105 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11228

[startup+0.101844 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3615
/proc/meminfo: memFree=1119296/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=6584 CPUtime=0.09
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 1812 0 0 0 8 1 0 0 19 0 1 50000 235581822 6742016 1317 1992294400 134512640 134537284 4294956368 18446744073709551615 134524215 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 1646 1317 85 6 0 1284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11944

[startup+0.301861 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3615
/proc/meminfo: memFree=1119296/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=6848 CPUtime=0.29
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 1884 0 0 0 28 1 0 0 21 0 1 50000 235581822 7012352 1389 1992294400 134512640 134537284 4294956368 18446744073709551615 134524148 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 1712 1389 85 6 0 1350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12208

[startup+0.701896 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3615
/proc/meminfo: memFree=1119296/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=7508 CPUtime=0.69
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 2042 0 0 0 68 1 0 0 25 0 1 50000 235581822 7688192 1547 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 1877 1547 85 6 0 1515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12868

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3617
/proc/meminfo: memFree=1112688/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=8696 CPUtime=1.48
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 2346 0 0 0 147 1 0 0 25 0 1 50000 235581822 8904704 1851 1992294400 134512640 134537284 4294956368 18446744073709551615 134524314 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 2174 1851 85 6 0 1812 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14056

[startup+3.10211 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3617
/proc/meminfo: memFree=1110896/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=11072 CPUtime=3.09
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 2960 0 0 0 307 2 0 0 25 0 1 50000 235581822 11337728 2465 1992294400 134512640 134537284 4294956368 18446744073709551615 134524022 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 2768 2465 85 6 0 2406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16432

[startup+6.30139 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3617
/proc/meminfo: memFree=1105584/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=16352 CPUtime=6.29
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 4260 0 0 0 626 3 0 0 25 0 1 50000 235581822 16744448 3765 1992294400 134512640 134537284 4294956368 18446744073709551615 134523844 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 4088 3765 85 6 0 3726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21712

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3617
/proc/meminfo: memFree=1094256/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=27308 CPUtime=12.68
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 7020 0 0 0 1264 4 0 0 25 0 1 50000 235581822 27963392 6525 1992294400 134512640 134537284 4294956368 18446744073709551615 134515837 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 6827 6525 85 6 0 6465 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32668

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3617
/proc/meminfo: memFree=1071152/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=0
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235581822 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3615/statm: 1340 237 196 169 0 51 0
[pid=3616] ppid=3615 vsize=49748 CPUtime=25.48
/proc/3616/stat : 3616 (revival) R 3615 3615 3481 0 -1 4194304 12623 0 0 0 2541 7 0 0 25 0 1 50000 235581822 50941952 12128 1992294400 134512640 134537284 4294956368 18446744073709551615 134524072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3616/statm: 12437 12128 85 6 0 12075 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55108

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 3619
/proc/meminfo: memFree=1093936/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=22512 CPUtime=12.51
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 5515 0 0 0 1247 4 0 0 25 0 1 0 235585677 23052288 5499 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 5628 5499 77 170 0 5456 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 27872

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 3619
/proc/meminfo: memFree=1072240/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=43864 CPUtime=63.69
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 10821 0 0 0 6361 8 0 0 25 0 1 0 235585677 44916736 10805 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 10966 10805 77 170 0 10794 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 49224

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1058288/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=58196 CPUtime=123.65
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 14378 0 0 0 12353 12 0 0 25 0 1 0 235585677 59592704 14362 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 14549 14362 77 170 0 14377 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 63556

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1043568/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=72836 CPUtime=183.62
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 17969 0 0 0 18348 14 0 0 25 0 1 0 235585677 74584064 17953 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 18209 17953 77 170 0 18037 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 78196

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1033648/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=82876 CPUtime=243.6
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 20490 0 0 0 24343 17 0 0 25 0 1 0 235585677 84865024 20474 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 20719 20474 77 170 0 20547 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 88236

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1023216/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=93248 CPUtime=303.58
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 23067 0 0 0 30338 20 0 0 25 0 1 0 235585677 95485952 23051 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 23312 23051 77 170 0 23140 0
Current children cumulated CPU time (s) 342.1

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

/proc/3619/statm: 26662 26262 77 170 0 26490 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 112008

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1009712/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=107252 CPUtime=543.49
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26430 0 0 0 54326 23 0 0 25 0 1 0 235585677 109826048 26414 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 26813 26414 77 170 0 26641 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 112612

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1009456/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=107680 CPUtime=603.47
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26501 0 0 0 60324 23 0 0 25 0 1 0 235585677 110264320 26485 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 26920 26485 77 170 0 26748 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 113040

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1008688/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=108360 CPUtime=663.43
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26670 0 0 0 66320 23 0 0 25 0 1 0 235585677 110960640 26654 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 27090 26654 77 170 0 26918 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 113720

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1008304/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=108700 CPUtime=723.41
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26737 0 0 0 72318 23 0 0 25 0 1 0 235585677 111308800 26721 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 27175 26721 77 170 0 27003 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 114060

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1007600/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=109576 CPUtime=783.39
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26918 0 0 0 78316 23 0 0 25 0 1 0 235585677 112205824 26902 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 27394 26902 77 170 0 27222 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 114936

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1007536/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=109576 CPUtime=843.36
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 26948 0 0 0 84313 23 0 0 25 0 1 0 235585677 112205824 26932 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 27394 26932 77 170 0 27222 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 114936

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=1000432/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=117132 CPUtime=903.34
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 28756 0 0 0 90309 25 0 0 25 0 1 0 235585677 119943168 28740 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/3619/statm: 29283 28740 77 170 0 29111 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 122492

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3625
/proc/meminfo: memFree=992752/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=124944 CPUtime=963.32
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 30666 0 0 0 96305 27 0 0 25 0 1 0 235585677 127942656 30650 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 31236 30650 77 170 0 31064 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 130304

[startup+1062.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 3625
/proc/meminfo: memFree=985968/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=131832 CPUtime=1023.29
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 32403 0 0 0 102301 28 0 0 25 0 1 0 235585677 134995968 32387 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 32958 32387 77 170 0 32786 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 137192

[startup+1122.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/66 3625
/proc/meminfo: memFree=979888/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=137860 CPUtime=1083.26
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 33877 0 0 0 108296 30 0 0 25 0 1 0 235585677 141168640 33861 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 34465 33861 77 170 0 34293 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 143220

[startup+1182.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 3625
/proc/meminfo: memFree=975856/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=142104 CPUtime=1143.24
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 34898 0 0 0 114293 31 0 0 25 0 1 0 235585677 145514496 34882 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 35526 34882 77 170 0 35354 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 147464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 3625
/proc/meminfo: memFree=974704/2055920 swapFree=4164052/4192956
[pid=3615] ppid=3613 vsize=5360 CPUtime=38.52
/proc/3615/stat : 3615 (run.sh) S 3613 3615 3481 0 -1 4194304 341 20018 0 0 0 0 3839 13 15 0 1 0 235581822 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3615/statm: 1340 241 197 169 0 51 0
[pid=3619] ppid=3615 vsize=143240 CPUtime=1161.55
/proc/3619/stat : 3619 (minisat) R 3615 3615 3481 0 -1 4194304 35151 0 0 0 116123 32 0 0 25 0 1 0 235585677 146677760 35135 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3619/statm: 35810 35135 77 170 0 35638 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 148600

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3615 and gives
#  childrusage.ru_utime.tv_sec=38
#  childrusage.ru_utime.tv_usec=399162
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=134979
# CPU time returned by wait4() is 38.5341
# while last known CPU time is 1200.07
#
# 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.07
CPU user time (s): 1199.62
CPU system time (s): 0.45
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 148600

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

runsolver used 0.943856 second user time and 3.43648 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-11 22:58:58
IDJOB=1796436
IDBENCH=20487
IDSOLVER=647
FILE ID=node50/1796436-1242075538
PBS_JOBID= 9277655
Free space on /tmp= 66276 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/grieu/vmpc_30.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796436-1242075538/watcher-1796436-1242075538 -o /tmp/evaluation-result-1796436-1242075538/solver-1796436-1242075538 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796436-1242075538.cnf HOME

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

MD5SUM BENCH= 8df6cfaff4435ad2a04367a34fb047c1
RANDOM SEED=376962509

node50.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.216
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.216
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:       1119840 kB
Buffers:         68612 kB
Cached:         788996 kB
SwapCached:      23672 kB
Active:         301420 kB
Inactive:       581688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119840 kB
SwapTotal:     4192956 kB
SwapFree:      4164052 kB
Dirty:            3244 kB
Writeback:           0 kB
Mapped:          13732 kB
Slab:            38964 kB
Committed_AS:   763856 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node50 at 2009-05-11 23:19:00