Trace number 1806931

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 145.654 145.701

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.652
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   38430   456120 |   11528       0        0     nan |  0.000 % |
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 45   #clauses: 38430   #literals: 456120
0.00/0.06	c CPU time:   0.057991 s
0.00/0.06	c ==============================================================================
0.18/0.21	c SatElite is done !
0.18/0.21	c revival is preprocessing the formula...#ITERATIONS 1
3.18/3.24	#LEARNT CLAUSES 0
3.29/3.34	done !
3.29/3.34	c Calling MINISAT
3.29/3.34	This is MiniSat 2.0 beta
3.29/3.34	WARNING: for repeatability, setting FPU to use double precision
3.29/3.34	============================[ Problem Statistics ]=============================
3.29/3.34	|                                                                             |
3.29/3.34	|  Number of variables:  45                                                   |
3.29/3.34	|  Number of clauses:    38430                                                |
3.33/3.40	|  Parsing time:         0.05         s                                       |
3.33/3.40	============================[ Search Statistics ]==============================
3.33/3.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.33/3.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.33/3.40	===============================================================================
3.33/3.40	|         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
3.33/3.41	|       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
3.33/3.42	|       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
3.33/3.43	|       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
3.33/3.46	|       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
3.33/3.49	|      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
3.33/3.59	|      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
3.33/3.70	|      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
3.33/3.87	|      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
3.33/4.23	|      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
4.77/4.83	|     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
5.87/5.94	|     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
8.07/8.14	|     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
13.37/13.42	|     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
20.97/21.08	|     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
33.86/33.92	|     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
53.25/53.33	|    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
76.64/76.76	|    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
119.84/119.95	|    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
145.53/145.69	===============================================================================
145.53/145.69	restarts              : 19
145.53/145.69	conflicts             : 359627         (2528 /sec)
145.53/145.69	decisions             : 380172         (1.81 % random) (2672 /sec)
145.53/145.69	propagations          : 2523897        (17739 /sec)
145.53/145.69	conflict literals     : 5095339        (23.74 % deleted)
145.53/145.69	Memory used           : 13.77 MB
145.53/145.69	CPU time              : 142.283 s
145.53/145.69	
145.53/145.69	UNSATISFIABLE
145.53/145.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-1806931-1242153614/watcher-1806931-1242153614 -o /tmp/evaluation-result-1806931-1242153614/solver-1806931-1242153614 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806931-1242153614.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.97 3/65 15679
/proc/meminfo: memFree=1378440/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 288 0 0 0 0 0 0 0 20 0 1 0 243391379 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 238 197 169 0 51 0
[pid=15680] ppid=15679 vsize=684 CPUtime=0
/proc/15680/stat : 15680 (SatElite) R 15679 15679 15271 0 -1 4194304 99 0 0 0 0 0 0 0 21 0 1 0 243391379 700416 82 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/15680/statm: 171 82 51 126 0 42 0

[startup+0.085804 s]
/proc/loadavg: 1.00 1.00 0.97 3/65 15679
/proc/meminfo: memFree=1378440/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 288 0 0 0 0 0 0 0 20 0 1 0 243391379 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 238 197 169 0 51 0
[pid=15680] ppid=15679 vsize=5812 CPUtime=0.07
/proc/15680/stat : 15680 (SatElite) R 15679 15679 15271 0 -1 4194304 1343 0 0 0 7 0 0 0 21 0 1 0 243391379 5951488 1326 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/15680/statm: 1453 1326 66 126 0 1324 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11172

[startup+0.101805 s]
/proc/loadavg: 1.00 1.00 0.97 3/65 15679
/proc/meminfo: memFree=1378440/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 288 0 0 0 0 0 0 0 20 0 1 0 243391379 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 238 197 169 0 51 0
[pid=15680] ppid=15679 vsize=5812 CPUtime=0.09
/proc/15680/stat : 15680 (SatElite) R 15679 15679 15271 0 -1 4194304 1343 0 0 0 9 0 0 0 21 0 1 0 243391379 5951488 1326 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/15680/statm: 1453 1326 66 126 0 1324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11172

[startup+0.301826 s]
/proc/loadavg: 1.00 1.00 0.97 3/65 15679
/proc/meminfo: memFree=1378440/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0.2
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 317 1347 0 0 0 0 19 1 18 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5360

[startup+0.701867 s]
/proc/loadavg: 1.00 1.00 0.97 3/65 15679
/proc/meminfo: memFree=1378440/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0.2
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 317 1347 0 0 0 0 19 1 18 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5360

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 15682
/proc/meminfo: memFree=1373176/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0.2
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 317 1347 0 0 0 0 19 1 18 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15682] ppid=15679 vsize=5508 CPUtime=1.28
/proc/15682/stat : 15682 (revival) R 15679 15679 15271 0 -1 4194304 1410 0 0 0 128 0 0 0 25 0 1 50000 243391400 5640192 1044 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15682/statm: 1377 1044 85 6 0 1015 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10868

[startup+3.10112 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 15682
/proc/meminfo: memFree=1372728/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=0.2
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 317 1347 0 0 0 0 19 1 18 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15682] ppid=15679 vsize=5668 CPUtime=2.88
/proc/15682/stat : 15682 (revival) R 15679 15679 15271 0 -1 4194304 1436 0 0 0 288 0 0 0 25 0 1 50000 243391400 5804032 1070 1992294400 134512640 134537284 4294956384 18446744073709551615 134516740 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15682/statm: 1417 1070 85 6 0 1055 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11028

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 15683
/proc/meminfo: memFree=1369016/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=7488 CPUtime=2.94
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 1718 0 0 0 294 0 0 0 25 0 1 0 243391714 7667712 1702 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 1872 1702 76 170 0 1700 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12848

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 0.98 2/67 15683
/proc/meminfo: memFree=1366968/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=9320 CPUtime=9.34
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 2158 0 0 0 933 1 0 0 25 0 1 0 243391714 9543680 2142 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 2330 2142 76 170 0 2158 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14680

[startup+25.5015 s]
/proc/loadavg: 1.12 1.03 0.98 2/67 15683
/proc/meminfo: memFree=1365688/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=10576 CPUtime=22.14
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 2463 0 0 0 2213 1 0 0 25 0 1 0 243391714 10829824 2447 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 2644 2447 76 170 0 2472 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15936

[startup+51.1011 s]
/proc/loadavg: 1.08 1.03 0.98 2/67 15683
/proc/meminfo: memFree=1364792/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=11652 CPUtime=47.72
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 2710 0 0 0 4771 1 0 0 25 0 1 0 243391714 11931648 2694 1992294400 134512640 135212939 4294956240 18446744073709551615 134534610 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 2913 2694 76 170 0 2741 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17012

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 0.98 2/67 15683
/proc/meminfo: memFree=1363192/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=13488 CPUtime=98.92
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3112 0 0 0 9890 2 0 0 25 0 1 0 243391714 13811712 3088 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3372 3088 76 170 0 3200 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18848

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

[startup+127.901 s]
/proc/loadavg: 1.02 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362616/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=13732 CPUtime=124.51
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3170 0 0 0 12449 2 0 0 25 0 1 0 243391714 14061568 3146 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3433 3146 76 170 0 3261 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 19092

[startup+134.302 s]
/proc/loadavg: 1.02 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362616/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=13920 CPUtime=130.91
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3210 0 0 0 13089 2 0 0 25 0 1 0 243391714 14254080 3186 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3480 3186 76 170 0 3308 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 19280

[startup+140.701 s]
/proc/loadavg: 1.02 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=137.31
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3255 0 0 0 13729 2 0 0 25 0 1 0 243391714 14434304 3223 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3223 76 170 0 3352 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 19456

[startup+143.902 s]
/proc/loadavg: 1.01 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=140.5
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3257 0 0 0 14048 2 0 0 25 0 1 0 243391714 14434304 3225 1992294400 134512640 135212939 4294956240 18446744073709551615 134523986 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3225 76 170 0 3352 0
Current children cumulated CPU time (s) 143.83
Current children cumulated vsize (KiB) 19456

[startup+144.702 s]
/proc/loadavg: 1.01 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=141.3
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3257 0 0 0 14128 2 0 0 25 0 1 0 243391714 14434304 3225 1992294400 134512640 135212939 4294956240 18446744073709551615 134523980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3225 76 170 0 3352 0
Current children cumulated CPU time (s) 144.63
Current children cumulated vsize (KiB) 19456

[startup+145.102 s]
/proc/loadavg: 1.01 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=141.71
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3257 0 0 0 14169 2 0 0 25 0 1 0 243391714 14434304 3225 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3225 76 170 0 3352 0
Current children cumulated CPU time (s) 145.04
Current children cumulated vsize (KiB) 19456

[startup+145.502 s]
/proc/loadavg: 1.01 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=142.1
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3257 0 0 0 14208 2 0 0 25 0 1 0 243391714 14434304 3225 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3225 76 170 0 3352 0
Current children cumulated CPU time (s) 145.43
Current children cumulated vsize (KiB) 19456

[startup+145.602 s]
/proc/loadavg: 1.01 1.02 0.98 2/67 15685
/proc/meminfo: memFree=1362488/2055920 swapFree=4180868/4192956
[pid=15679] ppid=15677 vsize=5360 CPUtime=3.33
/proc/15679/stat : 15679 (run.sh) S 15677 15679 15271 0 -1 4194304 343 2797 0 0 0 0 331 2 16 0 1 0 243391379 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15679/statm: 1340 241 197 169 0 51 0
[pid=15683] ppid=15679 vsize=14096 CPUtime=142.2
/proc/15683/stat : 15683 (minisat) R 15679 15679 15271 0 -1 4194304 3257 0 0 0 14218 2 0 0 25 0 1 0 243391714 14434304 3225 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/15683/statm: 3524 3225 76 170 0 3352 0
Current children cumulated CPU time (s) 145.53
Current children cumulated vsize (KiB) 19456

Child status: 20
Real time (s): 145.701
CPU time (s): 145.654
CPU user time (s): 145.597
CPU system time (s): 0.056991
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 19456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.597
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6419
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= 9
involuntary context switches= 188

runsolver used 0.12798 second user time and 0.411937 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-12 20:40:14
IDJOB=1806931
IDBENCH=71131
IDSOLVER=648
FILE ID=node79/1806931-1242153614
PBS_JOBID= 9289647
Free space on /tmp= 66232 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806931-1242153614/watcher-1806931-1242153614 -o /tmp/evaluation-result-1806931-1242153614/solver-1806931-1242153614 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806931-1242153614.cnf HOME

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1760670570

node79.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.220
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.220
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:       1378856 kB
Buffers:         63648 kB
Cached:         527868 kB
SwapCached:       7224 kB
Active:          63388 kB
Inactive:       537776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378856 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            61816 kB
Committed_AS:   863096 kB
PageTables:       1384 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= 66228 MiB
End job on node79 at 2009-05-12 20:42:39