Trace number 1806000

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
MD5SUMff7bc04717f7472a7de76a6b5c02e3a4
Bench CategoryCRAFTED (crafted 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 variables9528
Number of clauses1018562
Sum of the clauses size2044318
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21017395
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 55
Number of clauses of size over 51154

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.79/0.80	c ==============================================================================
0.79/0.80	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.80	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.80	c ==============================================================================
0.79/0.80	c |         0 | 1018562  2044318 |  305568       0        0     nan |  0.000 % |
14.07/14.14	c |         0 | 1008700  3422759 |      --       0       --      -- |     --   | -9862/1378441
14.07/14.14	c ==============================================================================
14.07/14.14	c Result  :   #vars: 8350   #clauses: 1008700   #literals: 3422759
14.07/14.14	c CPU time:   13.9829 s
14.07/14.14	c ==============================================================================
16.17/16.21	c SatElite is done !
16.17/16.21	c revival is preprocessing the formula...Time out is reached... exporting CNF
516.31/516.77	#ITERATIONS 1
516.31/516.77	#LEARNT CLAUSES 1164
517.30/517.74	done !
517.30/517.74	c Calling MINISAT
517.30/517.74	This is MiniSat 2.0 beta
517.30/517.74	WARNING: for repeatability, setting FPU to use double precision
517.30/517.74	============================[ Problem Statistics ]=============================
517.30/517.74	|                                                                             |
517.30/517.74	|  Number of variables:  8350                                                 |
517.30/517.74	|  Number of clauses:    1004551                                              |
517.99/518.48	|  Parsing time:         0.67         s                                       |
518.09/518.55	============================[ Search Statistics ]==============================
518.09/518.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
518.09/518.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
518.09/518.55	===============================================================================
518.09/518.55	|         0 |    8105   993576  3208747 |   331192        0    nan |  0.000 % |
518.60/519.02	|       101 |    8105   993576  3208747 |   364311      101     62 |  2.935 % |
519.29/519.73	|       251 |    8105   993576  3208747 |   400742      251     81 |  2.934 % |
520.09/520.57	|       476 |    8105   993576  3208747 |   440816      476     77 |  2.934 % |
521.98/522.47	|       814 |    8105   993576  3208747 |   484898      814     96 |  2.934 % |
523.29/523.71	|      1320 |    8105   993576  3208747 |   533388     1320     81 |  2.934 % |
527.09/527.56	|      2081 |    8105   993576  3208747 |   586726     2081     98 |  2.934 % |
531.27/531.73	|      3220 |    8105   993576  3208747 |   645399     3220     97 |  2.934 % |
540.46/540.95	|      4928 |    8105   993576  3208747 |   709939     4928     89 |  2.934 % |
551.64/552.11	|      7491 |    8105   993576  3208747 |   780933     7491    101 |  2.935 % |
573.22/573.74	|     11335 |    8105   993576  3208747 |   859026    11335    103 |  2.934 % |
604.80/605.37	|     17102 |    8105   993576  3208747 |   944929    17102    115 |  2.934 % |
652.97/653.51	|     25751 |    8105   993576  3208747 |  1039422    25751    107 |  2.935 % |
722.34/722.93	|     38726 |    8105   993576  3208747 |  1143364    38726    114 |  2.934 % |
836.28/836.91	|     58188 |    8105   993576  3208747 |  1257701    58188    103 |  2.934 % |
1027.16/1027.91	|     87380 |    8105   993576  3208747 |  1383471    87380    114 |  2.934 % |

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-1806000-1242143696/watcher-1806000-1242143696 -o /tmp/evaluation-result-1806000-1242143696/solver-1806000-1242143696 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806000-1242143696.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.95 0.90 3/64 14862
/proc/meminfo: memFree=507056/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) R 14860 14862 14735 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14862/statm: 1340 237 196 169 0 51 0
[pid=14863] ppid=14862 vsize=1552 CPUtime=0
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 291 0 0 0 0 0 0 0 18 0 1 0 242396171 1589248 274 1992294400 134512640 135031949 4294956224 18446744073709551615 134544992 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 388 277 51 126 0 259 0

[startup+0.0222609 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14862
/proc/meminfo: memFree=507056/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=3520 CPUtime=0.01
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 680 0 0 0 1 0 0 0 18 0 1 0 242396171 3604480 663 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 880 663 51 126 0 751 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8880

[startup+0.101277 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14862
/proc/meminfo: memFree=507056/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=8768 CPUtime=0.08
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 1893 0 0 0 8 0 0 0 19 0 1 0 242396171 8978432 1876 1992294400 134512640 135031949 4294956224 18446744073709551615 134543107 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 2192 1877 51 126 0 2063 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14128

[startup+0.301316 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14862
/proc/meminfo: memFree=507056/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=21804 CPUtime=0.29
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 5190 0 0 0 27 2 0 0 21 0 1 0 242396171 22327296 5173 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 5451 5173 51 126 0 5322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27164

[startup+0.701394 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14862
/proc/meminfo: memFree=507056/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=50252 CPUtime=0.69
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 12359 0 0 0 63 6 0 0 25 0 1 0 242396171 51458048 12343 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 12596 12348 51 126 0 12467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55612

[startup+1.50155 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 14864
/proc/meminfo: memFree=448544/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=69348 CPUtime=1.49
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 16091 0 0 0 139 10 0 0 25 0 1 0 242396171 71012352 16074 1992294400 134512640 135031949 4294956224 18446744073709551615 134540562 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 17337 16075 67 126 0 17208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74708

[startup+3.10286 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 14864
/proc/meminfo: memFree=433760/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=85436 CPUtime=3.09
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 20109 0 0 0 296 13 0 0 25 0 1 0 242396171 87486464 20092 1992294400 134512640 135031949 4294956224 18446744073709551615 134549156 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 21359 20092 67 126 0 21230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90796

[startup+6.3015 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 14864
/proc/meminfo: memFree=408616/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=108136 CPUtime=6.28
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 23704 0 0 0 614 14 0 0 25 0 1 0 242396171 110731264 23687 1992294400 134512640 135031949 4294956224 18446744073709551615 134571427 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 27034 23687 67 126 0 26905 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113496

[startup+12.7018 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 14864
/proc/meminfo: memFree=408616/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=0
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242396170 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14862/statm: 1340 238 197 169 0 51 0
[pid=14863] ppid=14862 vsize=108136 CPUtime=12.68
/proc/14863/stat : 14863 (SatElite) R 14862 14862 14735 0 -1 4194304 23723 0 0 0 1254 14 0 0 25 0 1 0 242396171 110731264 23706 1992294400 134512640 135031949 4294956224 18446744073709551615 134569463 0 0 4096 3 0 0 0 17 0 0 0
/proc/14863/statm: 27034 23706 67 126 0 26905 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113496

[startup+25.5013 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 14865
/proc/meminfo: memFree=440872/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=44852 CPUtime=9.27
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 15579 0 0 0 918 9 0 0 25 0 1 50000 242397792 45928448 10551 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 11213 10551 85 6 0 10851 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50212

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 14865
/proc/meminfo: memFree=439208/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=46568 CPUtime=34.83
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 16019 0 0 0 3474 9 0 0 25 0 1 50000 242397792 47685632 10991 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 11642 10991 85 6 0 11280 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 51928

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/66 14865
/proc/meminfo: memFree=437480/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=48416 CPUtime=85.98
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 16480 0 0 0 8588 10 0 0 25 0 1 50000 242397792 49577984 11452 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 12104 11452 85 6 0 11742 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 53776

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14865
/proc/meminfo: memFree=436328/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=49604 CPUtime=145.94
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 16789 0 0 0 14584 10 0 0 25 0 1 50000 242397792 50794496 11761 1992294400 134512640 134537284 4294956384 18446744073709551615 134523759 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 12401 11761 85 6 0 12039 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 54964

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14865
/proc/meminfo: memFree=435624/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=50396 CPUtime=205.89
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 16987 0 0 0 20578 11 0 0 25 0 1 50000 242397792 51605504 11959 1992294400 134512640 134537284 4294956384 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 12599 11959 85 6 0 12237 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 55756

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14865
/proc/meminfo: memFree=435112/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=51056 CPUtime=265.86
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 17124 0 0 0 26575 11 0 0 25 0 1 50000 242397792 52281344 12096 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 12764 12096 85 6 0 12402 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 56416

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14865
/proc/meminfo: memFree=434664/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=16.19
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 317 23747 0 0 0 0 1595 24 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14865] ppid=14862 vsize=51452 CPUtime=325.83
/proc/14865/stat : 14865 (revival) R 14862 14862 14735 0 -1 4194304 17227 0 0 0 32572 11 0 0 25 0 1 50000 242397792 52686848 12199 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14865/statm: 12863 12199 85 6 0 12501 0
Current children cumulated CPU time (s) 342.02

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

/proc/14872/statm: 13539 13359 76 170 0 13367 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 59516

[startup+642.302 s]
/proc/loadavg: 1.01 0.99 0.91 2/66 14872
/proc/meminfo: memFree=405288/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=59408 CPUtime=124.43
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 14671 0 0 0 12432 11 0 0 25 0 1 0 242447944 60833792 14655 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 14852 14655 76 170 0 14680 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 64768

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=399400/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=65248 CPUtime=184.4
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 16146 0 0 0 18428 12 0 0 25 0 1 0 242447944 66813952 16130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 16312 16130 76 170 0 16140 0
Current children cumulated CPU time (s) 701.75
Current children cumulated vsize (KiB) 70608

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=394920/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=69816 CPUtime=244.37
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 17258 0 0 0 24423 14 0 0 25 0 1 0 242447944 71491584 17242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 17454 17242 76 170 0 17282 0
Current children cumulated CPU time (s) 761.72
Current children cumulated vsize (KiB) 75176

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=391400/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=73384 CPUtime=304.34
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 18162 0 0 0 30419 15 0 0 25 0 1 0 242447944 75145216 18146 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 18346 18146 76 170 0 18174 0
Current children cumulated CPU time (s) 821.69
Current children cumulated vsize (KiB) 78744

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=386472/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=78268 CPUtime=364.3
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 19376 0 0 0 36414 16 0 0 25 0 1 0 242447944 80146432 19360 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 19567 19360 76 170 0 19395 0
Current children cumulated CPU time (s) 881.65
Current children cumulated vsize (KiB) 83628

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=380840/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=83944 CPUtime=424.25
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 20788 0 0 0 42408 17 0 0 25 0 1 0 242447944 85958656 20772 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 20986 20773 76 170 0 20814 0
Current children cumulated CPU time (s) 941.6
Current children cumulated vsize (KiB) 89304

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=375656/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=88960 CPUtime=484.22
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 22071 0 0 0 48404 18 0 0 25 0 1 0 242447944 91095040 22055 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 22240 22055 76 170 0 22068 0
Current children cumulated CPU time (s) 1001.57
Current children cumulated vsize (KiB) 94320

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=371752/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=93112 CPUtime=544.19
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 23046 0 0 0 54400 19 0 0 25 0 1 0 242447944 95346688 23030 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 23278 23030 76 170 0 23106 0
Current children cumulated CPU time (s) 1061.54
Current children cumulated vsize (KiB) 98472

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=368488/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=96280 CPUtime=604.15
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 23856 0 0 0 60395 20 0 0 25 0 1 0 242447944 98590720 23840 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 24070 23840 76 170 0 23898 0
Current children cumulated CPU time (s) 1121.5
Current children cumulated vsize (KiB) 101640

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=366120/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=98680 CPUtime=664.12
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 24460 0 0 0 66391 21 0 0 25 0 1 0 242447944 101048320 24444 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 24670 24444 76 170 0 24498 0
Current children cumulated CPU time (s) 1181.47
Current children cumulated vsize (KiB) 104040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=365288/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=99472 CPUtime=682.72
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 24655 0 0 0 68251 21 0 0 25 0 1 0 242447944 101859328 24639 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 24868 24639 76 170 0 24696 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 104832

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

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

[startup+1200.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 14872
/proc/meminfo: memFree=365288/2055920 swapFree=4181908/4192956
[pid=14862] ppid=14860 vsize=5360 CPUtime=517.35
/proc/14862/stat : 14862 (run.sh) S 14860 14862 14735 0 -1 4194304 343 41211 0 0 0 0 51693 42 16 0 1 0 242396170 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14862/statm: 1340 241 197 169 0 51 0
[pid=14872] ppid=14862 vsize=99472 CPUtime=682.72
/proc/14872/stat : 14872 (minisat) R 14862 14862 14735 0 -1 4194304 24655 0 0 0 68251 21 0 0 25 0 1 0 242447944 101859328 24639 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14872/statm: 24868 24639 76 170 0 24696 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 104832

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14862 and gives
#  childrusage.ru_utime.tv_sec=516
#  childrusage.ru_utime.tv_usec=939413
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=432934
# CPU time returned by wait4() is 517.372
# 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.91
CPU time (s): 1200.07
CPU user time (s): 1199.44
CPU system time (s): 0.63
CPU usage (%): 99.9298
Max. virtual memory (cumulated for all children) (KiB): 113496

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

runsolver used 1.16782 second user time and 3.20851 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-12 17:54:58
IDJOB=1806000
IDBENCH=24638
IDSOLVER=648
FILE ID=node66/1806000-1242143696
PBS_JOBID= 9289659
Free space on /tmp= 66248 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806000-1242143696/watcher-1806000-1242143696 -o /tmp/evaluation-result-1806000-1242143696/solver-1806000-1242143696 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806000-1242143696.cnf HOME

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

MD5SUM BENCH= ff7bc04717f7472a7de76a6b5c02e3a4
RANDOM SEED=1315417676

node66.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.263
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	: 5931.00
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.263
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:        507536 kB
Buffers:         75320 kB
Cached:        1379244 kB
SwapCached:       5124 kB
Active:         210556 kB
Inactive:      1252064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        507536 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:           14144 kB
Writeback:           0 kB
Mapped:          14124 kB
Slab:            71864 kB
Committed_AS:   974920 kB
PageTables:       1360 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= 66208 MiB
End job on node66 at 2009-05-12 18:15:01