Trace number 1849568

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
minisat2 070721/coreUNSAT 56.37 56.3685

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.93
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.52/0.52	c ==============================================================================
0.52/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.52	c ==============================================================================
0.52/0.52	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.02/3.10	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.02/3.10	c ==============================================================================
3.02/3.10	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.02/3.10	c CPU time:   2.98 s
3.02/3.10	c ==============================================================================
3.32/3.41	This is MiniSat 2.0 beta
3.32/3.41	WARNING: for repeatability, setting FPU to use double precision
3.32/3.41	============================[ Problem Statistics ]=============================
3.32/3.41	|                                                                             |
3.41/3.41	|  Number of variables:  49470                                                |
3.41/3.41	|  Number of clauses:    300004                                               |
3.41/3.62	|  Parsing time:         0.18         s                                       |
3.41/3.63	============================[ Search Statistics ]==============================
3.41/3.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.41/3.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.41/3.63	===============================================================================
3.41/3.63	|         0 |   49470   300004   826435 |   100001        0    nan |  0.000 % |
3.41/3.78	|       100 |   49132   300004   826435 |   110001       98     41 |  4.473 % |
3.41/3.94	|       250 |   49037   300004   826435 |   121001      243     45 |  6.938 % |
3.41/4.17	|       475 |   49037   300004   826435 |   133101      468     56 |  6.938 % |
4.41/4.50	|       812 |   46038   277092   768673 |   146411      805     70 |  6.938 % |
5.21/5.25	|      1319 |   46008   277003   768433 |   161053     1310     98 |  8.053 % |
6.51/6.59	|      2079 |   45952   277003   768433 |   177158     2068    120 | 10.342 % |
8.21/8.24	|      3218 |   43906   265988   739837 |   194874     3202    129 | 13.918 % |
11.21/11.24	|      4926 |   42064   250940   701534 |   214361     4894    136 | 14.997 % |
17.31/17.31	|      7488 |   41916   250614   700705 |   235797     7448    169 | 16.655 % |
24.41/24.49	|     11333 |   40394   237595   666580 |   259377    10684    170 | 19.131 % |
38.11/38.20	|     17099 |   38205   223071   629009 |   285315    15308    178 | 22.790 % |
56.31/56.35	===============================================================================
56.31/56.35	restarts              : 12
56.31/56.35	conflicts             : 24570          (464 /sec)
56.31/56.35	decisions             : 161665         (1.31 % random) (3055 /sec)
56.31/56.35	propagations          : 68206895       (1289112 /sec)
56.31/56.35	conflict literals     : 3868501        (30.83 % deleted)
56.31/56.35	Memory used           : 31.99 MB
56.31/56.35	CPU time              : 52.91 s
56.31/56.35	
56.31/56.35	UNSATISFIABLE
56.31/56.36	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-1849568-1244840527/watcher-1849568-1244840527 -o /tmp/evaluation-result-1849568-1244840527/solver-1849568-1244840527 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849568-1244840527.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: 1.00 1.00 1.00 2/91 27521
/proc/meminfo: memFree=1319208/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=0 CPUtime=0.01
/proc/27525/stat : 27525 (SatELiteGTI) R 27521 27521 18729 0 -1 4194368 65 0 0 0 0 1 0 0 25 0 1 0 81477899 0 0 4294967295 0 0 0 3212903940 3085875690 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27525/statm: 22 1 0 0 0 22 0

[startup+0.074482 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 27521
/proc/meminfo: memFree=1319208/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=17200 CPUtime=0.08
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 3409 0 0 0 3 5 0 0 25 0 1 0 81477899 17612800 3241 4294967295 134512640 135223648 3219923456 3219922408 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 4300 3242 46 174 0 4125 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19612

[startup+0.11448 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 27521
/proc/meminfo: memFree=1319208/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=22076 CPUtime=0.12
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 4606 0 0 0 5 7 0 0 25 0 1 0 81477899 22605824 4438 4294967295 134512640 135223648 3219923456 3219922040 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 5519 4438 46 174 0 5344 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 24488

[startup+0.314452 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 27521
/proc/meminfo: memFree=1319208/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=34700 CPUtime=0.32
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 7626 0 0 0 22 10 0 0 25 0 1 0 81477899 35532800 7458 4294967295 134512640 135223648 3219923456 3219922416 134528040 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 8675 7458 46 174 0 8500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 37112

[startup+0.714405 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 27521
/proc/meminfo: memFree=1319208/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=52432 CPUtime=0.72
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 13083 0 0 0 61 11 0 0 25 0 1 0 81477899 53690368 11895 4294967295 134512640 135223648 3219923456 3219921392 134577190 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 13108 11895 72 174 0 12933 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 54844

[startup+1.51431 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27526
/proc/meminfo: memFree=1265724/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=60680 CPUtime=1.52
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 14925 0 0 0 140 12 0 0 25 0 1 0 81477899 62136320 13532 4294967295 134512640 135223648 3219923456 3219921472 134586748 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 15170 13532 73 174 0 14995 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 63092

[startup+3.11413 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27526
/proc/meminfo: memFree=1263120/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2412 CPUtime=0
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 81477899 2469888 277 4294967295 134512640 135169312 3212905312 3212903848 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27521/statm: 603 277 235 161 0 42 0
[pid=27525] ppid=27521 vsize=61052 CPUtime=3.12
/proc/27525/stat : 27525 (SatELite_releas) R 27521 27521 18729 0 -1 4202496 17985 0 0 0 299 13 0 0 25 0 1 0 81477899 62517248 13682 4294967295 134512640 135223648 3219923456 3219920260 134822950 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27525/statm: 15263 13682 73 174 0 15088 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 63464

[startup+6.31376 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27527
/proc/meminfo: memFree=1293384/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=19076 CPUtime=2.9
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 4484 0 0 0 287 3 0 0 24 0 1 0 81478240 19533824 4419 4294967295 134512640 135212939 3214806400 3214804864 134526608 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 4769 4419 76 171 0 4597 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 21492

[startup+12.713 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 27527
/proc/meminfo: memFree=1291488/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=21064 CPUtime=9.3
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 5000 0 0 0 927 3 0 0 25 0 1 0 81478240 21569536 4935 4294967295 134512640 135212939 3214806400 3214804864 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 5266 4935 76 171 0 5094 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 23480

[startup+25.5116 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27529
/proc/meminfo: memFree=1286312/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=26080 CPUtime=22.1
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 6246 0 0 0 2206 4 0 0 25 0 1 0 81478240 26705920 6181 4294967295 134512640 135212939 3214806400 3214804576 134529661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 6520 6181 76 171 0 6348 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 28496

[startup+51.1086 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27716
/proc/meminfo: memFree=1279952/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=32228 CPUtime=47.7
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 7765 0 0 0 4766 4 0 0 25 0 1 0 81478240 33001472 7700 4294967295 134512640 135212939 3214806400 3214804864 134526587 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 8057 7700 76 171 0 7885 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 34644

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

[startup+54.3083 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 27717
/proc/meminfo: memFree=1279528/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=32624 CPUtime=50.9
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 7861 0 0 0 5086 4 0 0 25 0 1 0 81478240 33406976 7796 4294967295 134512640 135212939 3214806400 3214804864 134527011 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 8156 7796 76 171 0 7984 0
Current children cumulated CPU time (s) 54.31
Current children cumulated vsize (KiB) 35040

[startup+55.1082 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27717
/proc/meminfo: memFree=1279528/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=32756 CPUtime=51.7
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 7897 0 0 0 5166 4 0 0 25 0 1 0 81478240 33542144 7832 4294967295 134512640 135212939 3214806400 3214804864 134526569 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 8189 7832 76 171 0 8017 0
Current children cumulated CPU time (s) 55.11
Current children cumulated vsize (KiB) 35172

[startup+55.9081 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 27717
/proc/meminfo: memFree=1279528/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=32756 CPUtime=52.5
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 7912 0 0 0 5246 4 0 0 25 0 1 0 81478240 33542144 7847 4294967295 134512640 135212939 3214806400 3214804960 134538879 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 8189 7847 76 171 0 8017 0
Current children cumulated CPU time (s) 55.91
Current children cumulated vsize (KiB) 35172

[startup+56.308 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 27718
/proc/meminfo: memFree=1279436/2074464 swapFree=1959888/1959888
[pid=27521] ppid=27519 vsize=2416 CPUtime=3.41
/proc/27521/stat : 27521 (SatELiteGTI) S 27519 27521 18729 0 -1 4194304 386 18634 0 0 0 0 326 15 20 0 1 0 81477899 2473984 278 4294967295 134512640 135169312 3212905312 3212901528 3085872878 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27521/statm: 604 278 235 161 0 43 0
[pid=27527] ppid=27521 vsize=32756 CPUtime=52.9
/proc/27527/stat : 27527 (minisat_static) R 27521 27521 18729 0 -1 4202496 7920 0 0 0 5286 4 0 0 25 0 1 0 81478240 33542144 7855 4294967295 134512640 135212939 3214806400 3214804960 134538887 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27527/statm: 8189 7855 76 171 0 8017 0
Current children cumulated CPU time (s) 56.31
Current children cumulated vsize (KiB) 35172

Child status: 20
Real time (s): 56.3685
CPU time (s): 56.37
CPU user time (s): 56.17
CPU system time (s): 0.2
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 68820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.17
system time used= 0.2
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27226
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= 18
involuntary context switches= 93

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi07 at 2009-06-12 23:02:07
IDJOB=1849568
IDBENCH=70974
IDSOLVER=690
FILE ID=tipi07/1849568-1244840527
PBS_JOBID=
Free space on /tmp= 15225 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849568-1244840527/watcher-1849568-1244840527 -o /tmp/evaluation-result-1849568-1244840527/solver-1849568-1244840527 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849568-1244840527.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 1312098086

Linux tipi07 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.428
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1319232 kB
Buffers:         49396 kB
Cached:         597476 kB
SwapCached:          0 kB
Active:         189400 kB
Inactive:       468864 kB
HighTotal:     1178688 kB
HighFree:       675516 kB
LowTotal:       895776 kB
LowFree:        643716 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           10408 kB
Writeback:           0 kB
AnonPages:       11356 kB
Mapped:           5312 kB
Slab:            88036 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    86048 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15225 MiB
End job on tipi07 at 2009-06-12 23:03:04