Trace number 1820504

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
BinMiniSat 2009-03-21UNSAT 31.8 31.842

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.01
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	c Parsing...
0.52/0.59	c ==============================================================================
0.52/0.59	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.59	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.59	c ==============================================================================
0.52/0.59	c |         0 |  648970  1721660 |  194690       0        0     nan |  0.000 % |
13.72/13.72	c |         0 |  438148  2475313 |      --       0       --      -- |     --   | -210822/753653
13.72/13.72	c ==============================================================================
13.72/13.72	c Result  :   #vars: 10026   #clauses: 438148   #literals: 2475313
13.72/13.72	c CPU time:   13.52 s
13.72/13.72	c ==============================================================================
14.42/14.51	This is MiniSat 2.0 beta
14.42/14.51	WARNING: for repeatability, setting FPU to use double precision
14.42/14.51	============================[ Problem Statistics ]=============================
14.42/14.51	|                                                                             |
14.42/14.51	|  Number of variables:  10026                                                |
14.42/14.51	|  Number of clauses:    438148                                               |
14.51/14.89	|  Parsing time:         0.33         s                                       |
14.51/14.91	============================[ Search Statistics ]==============================
14.51/14.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.51/14.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.51/14.91	===============================================================================
14.51/14.93	|         0 |   10026   438148  2475313 |   146049        0    nan |  0.000 % |
14.51/15.05	|       100 |   10026   438148  2475313 |   160654      100     16 |  0.000 % |
15.31/15.33	|       250 |   10026   438148  2475313 |   176719      250     19 |  0.000 % |
15.70/15.82	|       475 |   10026   438148  2475313 |   194391      475     22 |  0.000 % |
16.20/16.22	|       813 |   10026   438148  2475313 |   213830      813     26 |  0.000 % |
17.00/17.05	|      1319 |   10026   438148  2475313 |   235213     1319     26 |  0.000 % |
17.20/17.24	|      2080 |   10026   438148  2475313 |   258735     2080     20 |  0.000 % |
19.29/19.40	|      3219 |   10026   438148  2475313 |   284608     3219     22 |  0.000 % |
20.38/20.45	|      4927 |   10026   438148  2475313 |   313069     4927     24 |  0.000 % |
22.68/22.77	|      7489 |   10023   438022  2474567 |   344376     7488     27 |  0.030 % |
26.08/26.19	|     11333 |   10013   436801  2471070 |   378814    11304     30 |  0.170 % |
31.68/31.81	===============================================================================
31.68/31.81	restarts              : 11
31.68/31.81	conflicts             : 16203          (944 /sec)
31.68/31.81	decisions             : 29819          (1.60 % random) (1738 /sec)
31.68/31.81	propagations          : 14754792       (859836 /sec)
31.68/31.81	conflict literals     : 519443         (41.08 % deleted)
31.68/31.81	Memory used           : 29.27 MB
31.68/31.81	CPU time              : 17.16 s
31.68/31.81	
31.68/31.81	UNSATISFIABLE
31.68/31.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1820504-1242449888/watcher-1820504-1242449888 -o /tmp/evaluation-result-1820504-1242449888/solver-1820504-1242449888 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820504-1242449888.cnf 

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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16769
/proc/meminfo: memFree=1232180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=948 CPUtime=0
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 88 0 0 0 0 0 0 0 20 0 1 0 1009489911 970752 24 4294967295 134512640 135223648 3218585776 3218585544 134927997 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16773/statm: 237 35 27 174 0 62 0

[startup+0.074296 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16769
/proc/meminfo: memFree=1232180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=7796 CPUtime=0.07
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 1750 0 0 0 7 0 0 0 21 0 1 0 1009489911 7983104 1686 4294967295 134512640 135223648 3218585776 3218584728 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 1949 1686 47 174 0 1774 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10212

[startup+0.124291 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16769
/proc/meminfo: memFree=1232180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=13204 CPUtime=0.12
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 2882 0 0 0 12 0 0 0 21 0 1 0 1009489911 13520896 2818 4294967295 134512640 135223648 3218585776 3218584728 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 3301 2818 47 174 0 3126 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 15620

[startup+0.32427 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16769
/proc/meminfo: memFree=1232180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=31976 CPUtime=0.31
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 7670 0 0 0 28 3 0 0 21 0 1 0 1009489911 32743424 7606 4294967295 134512640 135223648 3218585776 3218584344 134718983 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 7994 7606 47 174 0 7819 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 34392

[startup+0.724232 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16769
/proc/meminfo: memFree=1232180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=71544 CPUtime=0.71
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 16736 0 0 0 63 8 0 0 22 0 1 0 1009489911 73261056 16388 4294967295 134512640 135223648 3218585776 3218583536 134578212 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 17886 16388 73 174 0 17711 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 73960

[startup+1.52415 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16774
/proc/meminfo: memFree=1165220/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=73312 CPUtime=1.51
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 17121 0 0 0 141 10 0 0 25 0 1 0 1009489911 75071488 16773 4294967295 134512640 135223648 3218585776 3218583776 134548987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 18328 16773 73 174 0 18153 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 75728

[startup+3.124 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16774
/proc/meminfo: memFree=1158896/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=77156 CPUtime=3.11
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 18083 0 0 0 299 12 0 0 25 0 1 0 1009489911 79007744 17735 4294967295 134512640 135223648 3218585776 3218583776 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 19289 17735 73 174 0 19114 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 79572

[startup+6.32368 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16774
/proc/meminfo: memFree=1143032/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=83388 CPUtime=6.31
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 19561 0 0 0 616 15 0 0 25 0 1 0 1009489911 85389312 19213 4294967295 134512640 135223648 3218585776 3218583776 134548984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 20847 19213 73 174 0 20672 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 85804

[startup+12.7231 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16776
/proc/meminfo: memFree=1125388/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2416 CPUtime=0.01
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 367 647 0 0 1 0 0 0 18 0 1 0 1009489910 2473984 277 4294967295 134512640 135169312 3212843856 3212842392 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16769/statm: 604 277 235 161 0 43 0
[pid=16773] ppid=16769 vsize=100256 CPUtime=12.71
/proc/16773/stat : 16773 (SatELite_releas) R 16769 16769 20977 0 -1 4202496 22512 0 0 0 1252 19 0 0 25 0 1 0 1009489911 102662144 21942 4294967295 134512640 135223648 3218585776 3218583872 134585507 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16773/statm: 25064 21942 73 174 0 24889 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 102672

[startup+25.5218 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1171016/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=28884 CPUtime=10.97
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7118 0 0 0 1088 9 0 0 25 0 1 0 1009491362 29577216 7053 4294967295 134512640 135216011 3217330144 3217328496 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7221 7053 71 172 0 7048 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31304

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

[startup+28.7215 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1170552/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=29440 CPUtime=14.17
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7243 0 0 0 1407 10 0 0 25 0 1 0 1009491362 30146560 7178 4294967295 134512640 135216011 3217330144 3217328496 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7360 7178 71 172 0 7187 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 31860

[startup+30.3213 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1170428/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=29704 CPUtime=15.77
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7307 0 0 0 1567 10 0 0 25 0 1 0 1009491362 30416896 7242 4294967295 134512640 135216011 3217330144 3217328496 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7426 7242 71 172 0 7253 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 32124

[startup+31.1212 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1170180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=29968 CPUtime=16.57
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7363 0 0 0 1647 10 0 0 25 0 1 0 1009491362 30687232 7298 4294967295 134512640 135216011 3217330144 3217328496 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7492 7298 71 172 0 7319 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 32388

[startup+31.5212 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1170180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=29968 CPUtime=16.97
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7382 0 0 0 1687 10 0 0 25 0 1 0 1009491362 30687232 7317 4294967295 134512640 135216011 3217330144 3217328384 134724606 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7492 7317 71 172 0 7319 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 32388

[startup+31.7212 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16778
/proc/meminfo: memFree=1170180/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2420 CPUtime=14.51
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 386 24435 0 0 1 0 1428 22 18 0 1 0 1009489910 2478080 278 4294967295 134512640 135169312 3212843856 3212840072 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 605 278 235 161 0 44 0
[pid=16777] ppid=16769 vsize=29968 CPUtime=17.17
/proc/16777/stat : 16777 (minisat_static) R 16769 16769 20977 0 -1 4202496 7388 0 0 0 1707 10 0 0 25 0 1 0 1009491362 30687232 7323 4294967295 134512640 135216011 3217330144 3217328496 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16777/statm: 7492 7323 71 172 0 7319 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 32388

[startup+31.8212 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16779
/proc/meminfo: memFree=1205396/2074464 swapFree=1951868/1959888
[pid=16769] ppid=16767 vsize=2936 CPUtime=31.77
/proc/16769/stat : 16769 (SatELiteGTI) S 16767 16769 20977 0 -1 4194304 475 31835 0 0 1 0 3144 32 19 0 1 0 1009489910 3006464 346 4294967295 134512640 135169312 3212843856 3212839240 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16769/statm: 734 346 237 161 0 173 0
[pid=16779] ppid=16769 vsize=1584 CPUtime=0.01
/proc/16779/stat : 16779 (rm) R 16769 16769 20977 0 -1 4194304 168 0 0 0 0 1 0 0 22 0 1 0 1009493092 1622016 96 4294967295 134512640 134544820 3220935584 3220934780 3086326173 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16779/statm: 396 96 78 8 0 61 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (KiB) 4520

Child status: 20
Real time (s): 31.842
CPU time (s): 31.8
CPU user time (s): 31.45
CPU system time (s): 0.35
CPU usage (%): 99.868
Max. virtual memory (cumulated for all children) (KiB): 102672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.45
system time used= 0.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32494
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= 19
involuntary context switches= 2008

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 06:58:08
IDJOB=1820504
IDBENCH=20421
IDSOLVER=661
FILE ID=tipi10/1820504-1242449888
PBS_JOBID=
Free space on /tmp= 5428 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820504-1242449888/watcher-1820504-1242449888 -o /tmp/evaluation-result-1820504-1242449888/solver-1820504-1242449888 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820504-1242449888.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED= 1474229467

Linux tipi10 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1232180 kB
Buffers:         32984 kB
Cached:         709020 kB
SwapCached:       2896 kB
Active:         388740 kB
Inactive:       363352 kB
HighTotal:     1178688 kB
HighFree:       460392 kB
LowTotal:       895776 kB
LowFree:        771788 kB
SwapTotal:     1959888 kB
SwapFree:      1951868 kB
Dirty:           13692 kB
Writeback:           0 kB
AnonPages:        9196 kB
Mapped:           3160 kB
Slab:            80920 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5428 MiB
End job on tipi10 at 2009-05-16 06:58:41