Trace number 1797421

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-18UNSAT 822.92 823.335

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark266.181
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
499.84/500.19	#ITERATIONS 8
499.84/500.19	#LEARNT CLAUSES 1451
500.14/500.42	done !
500.14/500.42	c Now, SatElite...
500.14/500.42	c Parsing...
500.16/500.72	c ==============================================================================
500.16/500.72	c |           |     ORIGINAL     |              LEARNT              |          |
500.16/500.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
500.16/500.72	c ==============================================================================
500.16/500.72	c |         0 |  278214   662796 |   83464       0        0     nan |  0.000 % |
502.33/502.61	c |         0 |  144343   451363 |      --       0       --      -- |     --   | -133871/-211433
502.33/502.61	c ==============================================================================
502.33/502.61	c Result  :   #vars: 30051   #clauses: 144343   #literals: 451363
502.33/502.61	c CPU time:   2.09968 s
502.33/502.61	c ==============================================================================
502.52/502.89	c SatElite is done !
502.52/502.89	c Calling MINISAT
502.52/502.89	This is MiniSat 2.0 beta
502.52/502.89	WARNING: for repeatability, setting FPU to use double precision
502.52/502.89	============================[ Problem Statistics ]=============================
502.52/502.89	|                                                                             |
502.52/502.90	|  Number of variables:  30051                                                |
502.52/502.90	|  Number of clauses:    144343                                               |
502.63/502.99	|  Parsing time:         0.08         s                                       |
502.63/503.00	============================[ Search Statistics ]==============================
502.63/503.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
502.63/503.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
502.63/503.00	===============================================================================
502.63/503.00	|         0 |   30051   144343   451363 |    48114        0    nan |  0.000 % |
502.63/503.02	|       101 |   30051   144343   451363 |    52925      101     18 |  0.000 % |
502.63/503.08	|       251 |   30051   144343   451363 |    58218      251     12 |  0.000 % |
502.63/503.12	|       476 |   30051   144343   451363 |    64040      476     10 |  0.000 % |
502.63/503.17	|       814 |   30051   144343   451363 |    70444      814      9 |  0.000 % |
502.63/503.35	|      1320 |   30051   144343   451363 |    77488     1320      9 |  0.000 % |
502.63/503.55	|      2079 |   30051   144343   451363 |    85237     2079      9 |  0.000 % |
503.52/503.87	|      3218 |   30050   144293   451261 |    93761     3215      9 |  0.003 % |
504.22/504.51	|      4928 |   30050   144293   451261 |   103137     4925     11 |  0.003 % |
504.91/505.20	|      7490 |   30046   144263   451177 |   113451     7486     11 |  0.017 % |
505.91/506.28	|     11334 |   30046   144263   451177 |   124796    11330     12 |  0.017 % |
507.71/508.05	|     17100 |   30046   144263   451177 |   137275    17096     15 |  0.017 % |
511.11/511.42	|     25750 |   30046   144263   451177 |   151003    25746     16 |  0.017 % |
515.51/515.85	|     38727 |   30046   144263   451177 |   166103    38723     18 |  0.017 % |
524.10/524.41	|     58189 |   30046   144263   451177 |   182714    58185     26 |  0.017 % |
546.29/546.61	|     87383 |   30043   144246   451138 |   200985    87378     26 |  0.027 % |
598.36/598.76	|    131172 |   30039   144222   451086 |   221084   131166     33 |  0.040 % |
738.71/739.16	|    196856 |   30031   144173   450943 |   243192   194908     42 |  0.067 % |
822.86/823.32	===============================================================================
822.86/823.32	restarts              : 18
822.86/823.32	conflicts             : 233026         (728 /sec)
822.86/823.32	decisions             : 517555         (1.37 % random) (1617 /sec)
822.86/823.32	propagations          : 280529579      (876361 /sec)
822.86/823.32	conflict literals     : 9673526        (44.87 % deleted)
822.86/823.32	Memory used           : 53.20 MB
822.86/823.32	CPU time              : 320.107 s
822.86/823.32	
822.86/823.32	UNSATISFIABLE
822.86/823.33	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-1797421-1242090523/watcher-1797421-1242090523 -o /tmp/evaluation-result-1797421-1242090523/solver-1797421-1242090523 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797421-1242090523.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 1.00 3/64 5766
/proc/meminfo: memFree=1933176/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) R 5764 5766 5636 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5766/statm: 1340 236 195 169 0 51 0
[pid=5767] ppid=5766 vsize=2124 CPUtime=0
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237085132 2174976 243 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5767/statm: 531 250 81 6 0 169 0

[startup+0.0132889 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5766
/proc/meminfo: memFree=1933176/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=9804 CPUtime=0
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 1499 0 0 0 0 0 0 0 18 0 1 0 237085132 10039296 1465 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5767/statm: 1737 1466 82 6 0 1375 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15164

[startup+0.101302 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5766
/proc/meminfo: memFree=1933176/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=23288 CPUtime=0.08
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 4730 0 0 0 7 1 0 0 19 0 1 0 237085132 23846912 4693 1992294400 134512640 134537284 4294956368 18446744073709551615 7452283 0 0 4096 0 0 0 0 17 0 0 0
/proc/5767/statm: 5822 4694 82 6 0 5460 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28648

[startup+0.301328 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5766
/proc/meminfo: memFree=1933176/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21300 CPUtime=0.29
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5868 0 0 0 27 2 0 0 21 0 1 50000 237085132 21811200 4496 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5325 4496 85 6 0 4963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26660

[startup+0.701387 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5766
/proc/meminfo: memFree=1933176/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21300 CPUtime=0.69
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5868 0 0 0 67 2 0 0 25 0 1 50000 237085132 21811200 4496 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5325 4496 85 6 0 4963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26660

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1915048/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21300 CPUtime=1.48
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5868 0 0 0 146 2 0 0 25 0 1 50000 237085132 21811200 4496 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5325 4496 85 6 0 4963 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26660

[startup+3.10174 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914920/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21432 CPUtime=3.08
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5869 0 0 0 306 2 0 0 25 0 1 50000 237085132 21946368 4497 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5358 4497 85 6 0 4996 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26792

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914664/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21432 CPUtime=6.27
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5910 0 0 0 625 2 0 0 25 0 1 50000 237085132 21946368 4538 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5358 4538 85 6 0 4996 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26792

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914664/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21432 CPUtime=12.67
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5913 0 0 0 1265 2 0 0 25 0 1 50000 237085132 21946368 4541 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5358 4541 85 6 0 4996 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26792

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914792/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21432 CPUtime=25.47
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5914 0 0 0 2545 2 0 0 25 0 1 50000 237085132 21946368 4542 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5358 4542 85 6 0 4996 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26792

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914792/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21564 CPUtime=51.06
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5931 0 0 0 5103 3 0 0 25 0 1 50000 237085132 22081536 4559 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5391 4559 85 6 0 5029 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26924

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914600/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21696 CPUtime=102.24
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5963 0 0 0 10221 3 0 0 25 0 1 50000 237085132 22216704 4591 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5424 4591 85 6 0 5062 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27056

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914536/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21828 CPUtime=162.21
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 5993 0 0 0 16218 3 0 0 25 0 1 50000 237085132 22351872 4621 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5457 4621 85 6 0 5095 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 27188

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914344/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=21960 CPUtime=222.18
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 6038 0 0 0 22215 3 0 0 25 0 1 50000 237085132 22487040 4666 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5490 4666 85 6 0 5128 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 27320

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1914024/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=22224 CPUtime=282.14
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 6101 0 0 0 28211 3 0 0 25 0 1 50000 237085132 22757376 4729 1992294400 134512640 134537284 4294956368 18446744073709551615 134529567 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5556 4729 85 6 0 5194 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 27584

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1913768/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=22488 CPUtime=342.11
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 6169 0 0 0 34208 3 0 0 25 0 1 50000 237085132 23027712 4797 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5622 4797 85 6 0 5260 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 27848

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1913576/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=22752 CPUtime=402.1
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 6238 0 0 0 40206 4 0 0 25 0 1 50000 237085132 23298048 4866 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5688 4866 85 6 0 5326 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 28112

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5768
/proc/meminfo: memFree=1913192/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=0
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 237085132 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5766/statm: 1340 237 196 169 0 51 0
[pid=5767] ppid=5766 vsize=23016 CPUtime=462.06
/proc/5767/stat : 5767 (revival) R 5766 5766 5636 0 -1 4194304 6310 0 0 0 46202 4 0 0 25 0 1 50000 237085132 23568384 4938 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5767/statm: 5754 4938 85 6 0 5392 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 28376

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1903208/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=18084 CPUtime=19.37
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 4290 0 0 0 1934 3 0 0 25 0 1 0 237135422 18518016 4261 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 4521 4261 77 170 0 4349 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 23444

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1889960/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=30924 CPUtime=79.35
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 7490 0 0 0 7928 7 0 0 25 0 1 0 237135422 31666176 7461 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 7731 7461 77 170 0 7559 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 36284

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1880872/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=40172 CPUtime=139.32
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 9774 0 0 0 13922 10 0 0 25 0 1 0 237135422 41136128 9745 1992294400 134512640 135212939 4294956240 18446744073709551615 134536592 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 10043 9745 77 170 0 9871 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 45532

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1873768/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=47056 CPUtime=199.28
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 11512 0 0 0 19916 12 0 0 25 0 1 0 237135422 48185344 11483 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 11764 11483 77 170 0 11592 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 52416

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1867944/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=52740 CPUtime=259.27
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 12946 0 0 0 25912 15 0 0 25 0 1 0 237135422 54005760 12917 1992294400 134512640 135212939 4294956240 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 13185 12917 77 170 0 13013 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 58100

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1866536/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=54468 CPUtime=319.23
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 13276 0 0 0 31908 15 0 0 25 0 1 0 237135422 55775232 13247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 13617 13247 77 170 0 13445 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 59828

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

[startup+823.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1866536/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=54468 CPUtime=320.03
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 13276 0 0 0 31988 15 0 0 25 0 1 0 237135422 55775232 13247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 13617 13247 77 170 0 13445 0
Current children cumulated CPU time (s) 822.66
Current children cumulated vsize (KiB) 59828

[startup+823.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5770
/proc/meminfo: memFree=1866536/2055920 swapFree=4179692/4192956
[pid=5766] ppid=5764 vsize=5360 CPUtime=502.63
/proc/5766/stat : 5766 (run.sh) S 5764 5766 5636 0 -1 4194304 341 19185 0 0 0 0 50245 18 16 0 1 0 237085132 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5766/statm: 1340 241 197 169 0 51 0
[pid=5770] ppid=5766 vsize=54468 CPUtime=320.23
/proc/5770/stat : 5770 (minisat) R 5766 5766 5636 0 -1 4194304 13276 0 0 0 32008 15 0 0 25 0 1 0 237135422 55775232 13247 1992294400 134512640 135212939 4294956240 18446744073709551615 134524084 0 0 4096 3 0 0 0 17 0 0 0
/proc/5770/statm: 13617 13247 77 170 0 13445 0
Current children cumulated CPU time (s) 822.86
Current children cumulated vsize (KiB) 59828

Child status: 20
Real time (s): 823.335
CPU time (s): 822.92
CPU user time (s): 822.571
CPU system time (s): 0.348946
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 59828

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

runsolver used 0.824874 second user time and 2.17667 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 03:08:44
IDJOB=1797421
IDBENCH=71751
IDSOLVER=647
FILE ID=node30/1797421-1242090523
PBS_JOBID= 9277682
Free space on /tmp= 66208 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797421-1242090523/watcher-1797421-1242090523 -o /tmp/evaluation-result-1797421-1242090523/solver-1797421-1242090523 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797421-1242090523.cnf HOME

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=1380902706

node30.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.265
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.265
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:       1933720 kB
Buffers:          6292 kB
Cached:          50972 kB
SwapCached:       7064 kB
Active:          31448 kB
Inactive:        34960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933720 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:            6744 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            41932 kB
Committed_AS:   885660 kB
PageTables:       1356 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= 66192 MiB
End job on node30 at 2009-05-12 03:22:27