Trace number 1805790

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 60.6568 60.6968

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.6568
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.04/0.06	c CPU time:   0.06099 s
0.04/0.06	c ==============================================================================
0.04/0.09	c SatElite is done !
0.04/0.09	c revival is preprocessing the formula...#ITERATIONS 83
4.67/4.72	#LEARNT CLAUSES 651
4.67/4.73	done !
4.67/4.73	c Calling MINISAT
4.67/4.74	This is MiniSat 2.0 beta
4.67/4.74	WARNING: for repeatability, setting FPU to use double precision
4.67/4.74	============================[ Problem Statistics ]=============================
4.67/4.74	|                                                                             |
4.67/4.74	|  Number of variables:  1343                                                 |
4.67/4.74	|  Number of clauses:    6709                                                 |
4.67/4.75	|  Parsing time:         0.01         s                                       |
4.67/4.75	============================[ Search Statistics ]==============================
4.67/4.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.67/4.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.67/4.75	===============================================================================
4.67/4.75	|         0 |    1343     6709    53522 |     2236        0    nan |  0.000 % |
4.67/4.75	|       100 |    1343     6709    53522 |     2459      100     15 |  0.000 % |
4.67/4.75	|       250 |    1343     6709    53522 |     2705      250     16 |  0.000 % |
4.67/4.75	|       475 |    1343     6709    53522 |     2976      475     14 |  0.000 % |
4.67/4.76	|       812 |    1343     6709    53522 |     3274      812     14 |  0.000 % |
4.67/4.77	|      1318 |    1343     6709    53522 |     3601     1318     15 |  0.000 % |
4.72/4.80	|      2077 |    1343     6709    53522 |     3961     2077     20 |  0.000 % |
4.72/4.84	|      3216 |    1343     6709    53522 |     4357     3216     20 |  0.000 % |
4.72/4.92	|      4925 |    1343     6709    53522 |     4793     2714     18 |  0.000 % |
4.72/5.03	|      7490 |    1343     6709    53522 |     5273     2846     16 |  0.000 % |
4.72/5.20	|     11335 |    1343     6709    53522 |     5800     4029     16 |  0.000 % |
5.37/5.48	|     17102 |    1343     6709    53522 |     6380     3945     17 |  0.000 % |
5.97/6.00	|     25752 |    1343     6709    53522 |     7018     6105     24 |  0.001 % |
6.67/6.79	|     38726 |    1343     6709    53522 |     7720     4908     20 |  0.000 % |
7.87/7.99	|     58187 |    1343     6709    53522 |     8492     4890     18 |  0.000 % |
10.06/10.14	|     87379 |    1343     6709    53522 |     9341     8395     23 |  0.000 % |
13.46/13.58	|    131168 |    1343     6709    53522 |    10275     5149     18 |  0.000 % |
18.66/18.76	|    196854 |    1343     6709    53522 |    11303     8668     18 |  0.000 % |
26.75/26.86	|    295380 |    1343     6709    53522 |    12433    10500     20 |  0.000 % |
40.55/40.65	|    443170 |    1343     6709    53522 |    13677     8362     19 |  0.000 % |
60.54/60.69	===============================================================================
60.54/60.69	restarts              : 20
60.54/60.69	conflicts             : 622003         (11125 /sec)
60.54/60.69	decisions             : 961933         (1.92 % random) (17205 /sec)
60.54/60.69	propagations          : 20613479       (368694 /sec)
60.54/60.69	conflict literals     : 13645226       (25.40 % deleted)
60.54/60.69	Memory used           : 5.24 MB
60.54/60.69	CPU time              : 55.9095 s
60.54/60.69	
60.54/60.69	UNSATISFIABLE
60.54/60.69	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-1805790-1242142215/watcher-1805790-1242142215 -o /tmp/evaluation-result-1805790-1242142215/solver-1805790-1242142215 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805790-1242142215.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.07 0.26 1.00 3/64 20677
/proc/meminfo: memFree=879000/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 288 0 0 0 0 0 0 0 19 0 1 0 242250326 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 238 197 169 0 51 0
[pid=20678] ppid=20677 vsize=948 CPUtime=0
/proc/20678/stat : 20678 (SatElite) R 20677 20677 20609 0 -1 4194304 139 0 0 0 0 0 0 0 20 0 1 0 242250326 970752 122 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/20678/statm: 237 123 52 126 0 108 0

[startup+0.053438 s]
/proc/loadavg: 0.07 0.26 1.00 3/64 20677
/proc/meminfo: memFree=879000/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 288 0 0 0 0 0 0 0 19 0 1 0 242250326 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 238 197 169 0 51 0
[pid=20678] ppid=20677 vsize=1780 CPUtime=0.04
/proc/20678/stat : 20678 (SatElite) R 20677 20677 20609 0 -1 4194304 387 0 0 0 4 0 0 0 20 0 1 0 242250326 1822720 369 1992294400 134512640 135031949 4294956224 18446744073709551615 134566398 0 0 4096 3 0 0 0 17 0 0 0
/proc/20678/statm: 445 369 67 126 0 316 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7140

[startup+0.10145 s]
/proc/loadavg: 0.07 0.26 1.00 3/64 20677
/proc/meminfo: memFree=879000/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0.08
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 317 396 0 0 0 0 8 0 17 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301468 s]
/proc/loadavg: 0.07 0.26 1.00 3/64 20677
/proc/meminfo: memFree=879000/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0.08
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 317 396 0 0 0 0 8 0 17 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701516 s]
/proc/loadavg: 0.07 0.26 1.00 3/64 20677
/proc/meminfo: memFree=879000/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0.08
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 317 396 0 0 0 0 8 0 17 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50161 s]
/proc/loadavg: 0.07 0.26 1.00 2/66 20680
/proc/meminfo: memFree=877256/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0.08
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 317 396 0 0 0 0 8 0 17 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20680] ppid=20677 vsize=2792 CPUtime=1.39
/proc/20680/stat : 20680 (revival) R 20677 20677 20609 0 -1 4194304 503 0 0 0 139 0 0 0 25 0 1 50000 242250335 2859008 405 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20680/statm: 698 405 85 6 0 336 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8152

[startup+3.1028 s]
/proc/loadavg: 0.07 0.26 1.00 2/66 20680
/proc/meminfo: memFree=876808/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=0.08
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 317 396 0 0 0 0 8 0 17 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20680] ppid=20677 vsize=3320 CPUtime=2.99
/proc/20680/stat : 20680 (revival) R 20677 20677 20609 0 -1 4194304 624 0 0 0 299 0 0 0 25 0 1 50000 242250335 3399680 526 1992294400 134512640 134537284 4294956384 18446744073709551615 134523899 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20680/statm: 830 526 85 6 0 468 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8680

[startup+6.30117 s]
/proc/loadavg: 0.15 0.27 1.00 2/66 20681
/proc/meminfo: memFree=876488/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=3512 CPUtime=1.55
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 572 0 0 0 155 0 0 0 25 0 1 0 242250800 3596288 556 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 878 556 77 170 0 706 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8872

[startup+12.7019 s]
/proc/loadavg: 0.21 0.28 1.00 2/66 20681
/proc/meminfo: memFree=875592/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=4040 CPUtime=7.94
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 704 0 0 0 794 0 0 0 25 0 1 0 242250800 4136960 688 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1010 688 77 170 0 838 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9400

[startup+25.5014 s]
/proc/loadavg: 0.39 0.32 1.00 2/66 20681
/proc/meminfo: memFree=875144/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=4436 CPUtime=20.73
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 830 0 0 0 2073 0 0 0 25 0 1 0 242250800 4542464 814 1992294400 134512640 135212939 4294956240 18446744073709551615 134539281 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1109 814 77 170 0 937 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9796

[startup+51.1014 s]
/proc/loadavg: 0.60 0.37 1.00 2/66 20681
/proc/meminfo: memFree=874440/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=46.32
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1031 0 0 0 4632 0 0 0 25 0 1 0 242250800 5492736 1015 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1015 77 170 0 1169 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10724

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

[startup+57.5012 s]
/proc/loadavg: 0.63 0.38 1.00 2/66 20681
/proc/meminfo: memFree=874440/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=52.71
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1044 0 0 0 5271 0 0 0 25 0 1 0 242250800 5492736 1028 1992294400 134512640 135212939 4294956240 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1028 77 170 0 1169 0
Current children cumulated CPU time (s) 57.43
Current children cumulated vsize (KiB) 10724

[startup+59.1014 s]
/proc/loadavg: 0.63 0.38 1.00 2/66 20681
/proc/meminfo: memFree=874440/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=54.31
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1048 0 0 0 5431 0 0 0 25 0 1 0 242250800 5492736 1032 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1032 77 170 0 1169 0
Current children cumulated CPU time (s) 59.03
Current children cumulated vsize (KiB) 10724

[startup+59.9015 s]
/proc/loadavg: 0.66 0.39 1.00 2/66 20681
/proc/meminfo: memFree=874376/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=55.12
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1049 0 0 0 5511 1 0 0 25 0 1 0 242250800 5492736 1033 1992294400 134512640 135212939 4294956240 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1033 77 170 0 1169 0
Current children cumulated CPU time (s) 59.84
Current children cumulated vsize (KiB) 10724

[startup+60.3015 s]
/proc/loadavg: 0.66 0.39 1.00 2/66 20681
/proc/meminfo: memFree=874376/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=55.52
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1054 0 0 0 5551 1 0 0 25 0 1 0 242250800 5492736 1038 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1038 77 170 0 1169 0
Current children cumulated CPU time (s) 60.24
Current children cumulated vsize (KiB) 10724

[startup+60.5056 s]
/proc/loadavg: 0.66 0.39 1.00 2/66 20681
/proc/meminfo: memFree=874376/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=55.73
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1059 0 0 0 5572 1 0 0 25 0 1 0 242250800 5492736 1043 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1043 77 170 0 1169 0
Current children cumulated CPU time (s) 60.45
Current children cumulated vsize (KiB) 10724

[startup+60.6016 s]
/proc/loadavg: 0.66 0.39 1.00 2/66 20681
/proc/meminfo: memFree=874376/2055920 swapFree=4180016/4192956
[pid=20677] ppid=20675 vsize=5360 CPUtime=4.72
/proc/20677/stat : 20677 (run.sh) S 20675 20677 20609 0 -1 4194304 343 1155 0 0 0 0 472 0 16 0 1 0 242250326 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20677/statm: 1340 241 197 169 0 51 0
[pid=20681] ppid=20677 vsize=5364 CPUtime=55.82
/proc/20681/stat : 20681 (minisat) R 20677 20677 20609 0 -1 4194304 1061 0 0 0 5581 1 0 0 25 0 1 0 242250800 5492736 1045 1992294400 134512640 135212939 4294956240 18446744073709551615 134538800 0 0 4096 3 0 0 0 17 0 0 0
/proc/20681/statm: 1341 1045 77 170 0 1169 0
Current children cumulated CPU time (s) 60.54
Current children cumulated vsize (KiB) 10724

Child status: 20
Real time (s): 60.6968
CPU time (s): 60.6568
CPU user time (s): 60.6328
CPU system time (s): 0.023996
CPU usage (%): 99.934
Max. virtual memory (cumulated for all children) (KiB): 10724

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

runsolver used 0.06499 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-12 17:30:15
IDJOB=1805790
IDBENCH=24599
IDSOLVER=648
FILE ID=node75/1805790-1242142215
PBS_JOBID= 9289651
Free space on /tmp= 66344 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805790-1242142215/watcher-1805790-1242142215 -o /tmp/evaluation-result-1805790-1242142215/solver-1805790-1242142215 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805790-1242142215.cnf HOME

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=893835492

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        879480 kB
Buffers:         81540 kB
Cached:        1010548 kB
SwapCached:       7200 kB
Active:         219744 kB
Inactive:       881540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879480 kB
SwapTotal:     4192956 kB
SwapFree:      4180016 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            61100 kB
Committed_AS:   735844 kB
PageTables:       1416 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= 66344 MiB
End job on node75 at 2009-05-12 17:31:15