Trace number 1806525

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-18UNSAT 895.331 895.701

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark895.331
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   10039    30316 |    3011       0        0     nan |  0.000 % |
0.09/0.11	c |         0 |    9840    32882 |      --       0       --      -- |     --   | -199/2566
0.09/0.11	c ==============================================================================
0.09/0.11	c Result  :   #vars: 597   #clauses: 9840   #literals: 32882
0.09/0.11	c CPU time:   0.104984 s
0.09/0.11	c ==============================================================================
0.09/0.12	c SatElite is done !
0.09/0.12	c revival is preprocessing the formula...#ITERATIONS 1
0.12/0.21	#LEARNT CLAUSES 0
0.12/0.22	done !
0.12/0.22	c Calling MINISAT
0.12/0.22	This is MiniSat 2.0 beta
0.12/0.22	WARNING: for repeatability, setting FPU to use double precision
0.12/0.22	============================[ Problem Statistics ]=============================
0.12/0.22	|                                                                             |
0.12/0.22	|  Number of variables:  597                                                  |
0.12/0.22	|  Number of clauses:    9840                                                 |
0.12/0.22	|  Parsing time:         0.01         s                                       |
0.12/0.22	============================[ Search Statistics ]==============================
0.12/0.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.12/0.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.12/0.22	===============================================================================
0.12/0.22	|         0 |     597     9840    32882 |     3280        0    nan |  0.000 % |
0.12/0.23	|       100 |     597     9840    32882 |     3608      100     19 |  0.000 % |
0.12/0.24	|       252 |     597     9840    32882 |     3968      252     21 |  0.000 % |
0.12/0.25	|       478 |     597     9840    32882 |     4365      478     19 |  0.000 % |
0.12/0.28	|       815 |     597     9840    32882 |     4802      815     20 |  0.000 % |
0.20/0.31	|      1322 |     597     9840    32882 |     5282     1322     19 |  0.000 % |
0.20/0.36	|      2081 |     597     9840    32882 |     5810     2081     18 |  0.000 % |
0.20/0.45	|      3223 |     597     9840    32882 |     6391     3223     19 |  0.001 % |
0.20/0.60	|      4934 |     597     9840    32882 |     7030     4934     18 |  0.001 % |
0.20/0.88	|      7497 |     597     9840    32882 |     7734     3961     17 |  0.000 % |
1.27/1.30	|     11341 |     597     9840    32882 |     8507     3917     15 |  0.001 % |
1.87/1.94	|     17107 |     597     9840    32882 |     9358     5413     16 |  0.000 % |
2.87/2.98	|     25757 |     597     9840    32882 |    10294     9360     20 |  0.001 % |
4.58/4.64	|     38731 |     597     9840    32882 |    11323     6831     17 |  0.001 % |
7.07/7.18	|     58192 |     597     9840    32882 |    12455     9249     17 |  0.001 % |
11.27/11.34	|     87384 |     597     9840    32882 |    13701     7185     20 |  0.001 % |
17.97/18.05	|    131173 |     597     9840    32882 |    15071     9741     20 |  0.001 % |
27.86/27.98	|    196857 |     597     9840    32882 |    16578    14969     19 |  0.001 % |
43.76/43.89	|    295383 |     597     9840    32882 |    18236    13750     19 |  0.000 % |
69.55/69.67	|    443172 |     597     9840    32882 |    20060    15294     17 |  0.001 % |
111.53/111.64	|    664855 |     597     9840    32882 |    22066    15811     18 |  0.001 % |
179.32/179.41	|    997380 |     597     9840    32882 |    24272    16633     21 |  0.002 % |
289.87/290.05	|   1496168 |     596     9768    32656 |    26700    14412     21 |  0.168 % |
470.39/470.70	|   2244350 |     596     9768    32656 |    29370    22184     19 |  0.168 % |
764.36/764.71	|   3366625 |     595     9696    32432 |    32307    23663     17 |  0.336 % |
895.21/895.69	===============================================================================
895.21/895.69	restarts              : 25
895.21/895.69	conflicts             : 3856894        (4309 /sec)
895.21/895.69	decisions             : 4130359        (1.74 % random) (4614 /sec)
895.21/895.69	propagations          : 360470960      (402722 /sec)
895.21/895.69	conflict literals     : 75839919       (36.75 % deleted)
895.21/895.69	Memory used           : 8.05 MB
895.21/895.69	CPU time              : 895.087 s
895.21/895.69	
895.21/895.69	UNSATISFIABLE
895.21/895.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806525-1242150206/watcher-1806525-1242150206 -o /tmp/evaluation-result-1806525-1242150206/solver-1806525-1242150206 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806525-1242150206.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 1.00 0.98 3/65 5286
/proc/meminfo: memFree=1620288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243053254 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5286/statm: 1340 238 197 169 0 51 0
[pid=5287] ppid=5286 vsize=816 CPUtime=0
/proc/5287/stat : 5287 (SatElite) R 5286 5286 4937 0 -1 4194304 138 0 0 0 0 0 0 0 19 0 1 0 243053254 835584 121 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/5287/statm: 204 121 51 126 0 75 0

[startup+0.0424799 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 5286
/proc/meminfo: memFree=1620288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243053254 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5286/statm: 1340 238 197 169 0 51 0
[pid=5287] ppid=5286 vsize=1920 CPUtime=0.03
/proc/5287/stat : 5287 (SatElite) R 5286 5286 4937 0 -1 4194304 406 0 0 0 3 0 0 0 19 0 1 0 243053254 1966080 389 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 0 0 0
/proc/5287/statm: 480 389 67 126 0 351 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7280

[startup+0.101486 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 5286
/proc/meminfo: memFree=1620288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243053254 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5286/statm: 1340 238 197 169 0 51 0
[pid=5287] ppid=5286 vsize=2064 CPUtime=0.09
/proc/5287/stat : 5287 (SatElite) R 5286 5286 4937 0 -1 4194304 433 0 0 0 9 0 0 0 19 0 1 0 243053254 2113536 416 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 0 0 0
/proc/5287/statm: 516 416 67 126 0 387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7424

[startup+0.301511 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 5286
/proc/meminfo: memFree=1620288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5360

[startup+0.701555 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 5286
/proc/meminfo: memFree=1620288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5360

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1618096/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=3116 CPUtime=1.27
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 469 0 0 0 127 0 0 0 25 0 1 0 243053276 3190784 453 1992294400 134512640 135212939 4294956240 18446744073709551615 134537391 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 779 453 76 170 0 607 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8476

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1617776/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=3644 CPUtime=2.87
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 582 0 0 0 287 0 0 0 25 0 1 0 243053276 3731456 566 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 911 567 76 170 0 739 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9004

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1617200/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=3776 CPUtime=6.07
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 623 0 0 0 607 0 0 0 25 0 1 0 243053276 3866624 607 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 944 607 76 170 0 772 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9136

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1616824/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=4188 CPUtime=12.47
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 728 0 0 0 1247 0 0 0 25 0 1 0 243053276 4288512 712 1992294400 134512640 135212939 4294956240 18446744073709551615 134536121 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1047 712 76 170 0 875 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9548

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1616440/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=4452 CPUtime=25.26
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 807 0 0 0 2526 0 0 0 25 0 1 0 243053276 4558848 791 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1113 791 76 170 0 941 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9812

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1615864/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=5112 CPUtime=50.85
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 965 0 0 0 5085 0 0 0 25 0 1 0 243053276 5234688 949 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1278 949 76 170 0 1106 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10472

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1615288/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=5648 CPUtime=102.04
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1079 0 0 0 10204 0 0 0 25 0 1 0 243053276 5783552 1063 1992294400 134512640 135212939 4294956240 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1412 1063 76 170 0 1240 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11008

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1614584/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=6352 CPUtime=162.03
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1254 0 0 0 16202 1 0 0 25 0 1 0 243053276 6504448 1238 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1588 1238 76 170 0 1416 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 11712

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1614328/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=6632 CPUtime=221.99
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1326 0 0 0 22198 1 0 0 25 0 1 0 243053276 6791168 1310 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1658 1310 76 170 0 1486 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11992

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1614136/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=6764 CPUtime=281.97
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1370 0 0 0 28196 1 0 0 25 0 1 0 243053276 6926336 1354 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1691 1354 76 170 0 1519 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 12124

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1613944/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7068 CPUtime=341.95
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1413 0 0 0 34194 1 0 0 25 0 1 0 243053276 7237632 1397 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1767 1397 76 170 0 1595 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 12428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1613816/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2

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


[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1613304/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7628 CPUtime=521.86
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1566 0 0 0 52185 1 0 0 25 0 1 0 243053276 7811072 1550 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1907 1550 76 170 0 1735 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 12988

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1613240/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7780 CPUtime=581.83
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1579 0 0 0 58182 1 0 0 25 0 1 0 243053276 7966720 1563 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1945 1563 76 170 0 1773 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 13140

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1613176/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7780 CPUtime=641.81
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1595 0 0 0 64180 1 0 0 25 0 1 0 243053276 7966720 1579 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1945 1579 76 170 0 1773 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 13140

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612984/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7924 CPUtime=701.78
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1616 0 0 0 70177 1 0 0 25 0 1 0 243053276 8114176 1600 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1981 1600 76 170 0 1809 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 13284

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612984/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=7924 CPUtime=761.77
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1620 0 0 0 76175 2 0 0 25 0 1 0 243053276 8114176 1604 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 1981 1604 76 170 0 1809 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 13284

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612792/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8064 CPUtime=821.74
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1663 0 0 0 82172 2 0 0 25 0 1 0 243053276 8257536 1647 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2016 1647 76 170 0 1844 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 13424

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=881.72
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 88170 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 13600

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

[startup+883.101 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=882.52
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 88250 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 882.72
Current children cumulated vsize (KiB) 13600

[startup+889.502 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=888.91
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 88889 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 889.11
Current children cumulated vsize (KiB) 13600

[startup+892.701 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=892.11
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 89209 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 892.31
Current children cumulated vsize (KiB) 13600

[startup+894.307 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=893.71
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 89369 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 893.91
Current children cumulated vsize (KiB) 13600

[startup+895.102 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=894.51
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 89449 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 894.71
Current children cumulated vsize (KiB) 13600

[startup+895.502 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=894.91
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 89489 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 895.11
Current children cumulated vsize (KiB) 13600

[startup+895.602 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 5290
/proc/meminfo: memFree=1612728/2055920 swapFree=4171404/4192956
[pid=5286] ppid=5284 vsize=5360 CPUtime=0.2
/proc/5286/stat : 5286 (run.sh) S 5284 5286 4937 0 -1 4194304 343 768 0 0 0 0 20 0 16 0 1 0 243053254 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5286/statm: 1340 241 197 169 0 51 0
[pid=5290] ppid=5286 vsize=8240 CPUtime=895.01
/proc/5290/stat : 5290 (minisat) R 5286 5286 4937 0 -1 4194304 1692 0 0 0 89499 2 0 0 25 0 1 0 243053276 8437760 1676 1992294400 134512640 135212939 4294956240 18446744073709551615 134539738 0 0 4096 3 0 0 0 17 0 0 0
/proc/5290/statm: 2060 1676 76 170 0 1888 0
Current children cumulated CPU time (s) 895.21
Current children cumulated vsize (KiB) 13600

Child status: 20
Real time (s): 895.701
CPU time (s): 895.331
CPU user time (s): 895.297
CPU system time (s): 0.033994
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 13600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 895.297
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2826
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= 10
involuntary context switches= 2054

runsolver used 0.682896 second user time and 2.58461 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-12 19:43:26
IDJOB=1806525
IDBENCH=24751
IDSOLVER=648
FILE ID=node74/1806525-1242150206
PBS_JOBID= 9289652
Free space on /tmp= 102960 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806525-1242150206/watcher-1806525-1242150206 -o /tmp/evaluation-result-1806525-1242150206/solver-1806525-1242150206 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806525-1242150206.cnf HOME

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

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=1521410463

node74.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.233
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.233
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:       1620768 kB
Buffers:         39840 kB
Cached:         318216 kB
SwapCached:      14652 kB
Active:          65276 kB
Inactive:       309852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620768 kB
SwapTotal:     4192956 kB
SwapFree:      4171404 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          14244 kB
Slab:            45856 kB
Committed_AS:   904768 kB
PageTables:       1444 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= 102956 MiB
End job on node74 at 2009-05-12 19:58:21