Trace number 1849334

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 61.28 61.3664

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.08
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c Parsing...
0.81/0.85	c ==============================================================================
0.81/0.85	c |           |     ORIGINAL     |              LEARNT              |          |
0.81/0.85	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.81/0.85	c ==============================================================================
0.81/0.85	c |         0 |  936867  2518386 |  281060       0        0     nan |  0.000 % |
18.98/19.05	c |         0 |  661069  3356557 |      --       0       --      -- |     --   | -275798/838171
18.98/19.05	c ==============================================================================
18.98/19.05	c Result  :   #vars: 11635   #clauses: 661069   #literals: 3356557
18.98/19.05	c CPU time:   18.72 s
18.98/19.05	c ==============================================================================
20.05/20.12	This is MiniSat 2.0 beta
20.05/20.12	WARNING: for repeatability, setting FPU to use double precision
20.05/20.12	============================[ Problem Statistics ]=============================
20.05/20.12	|                                                                             |
20.05/20.13	|  Number of variables:  11635                                                |
20.05/20.13	|  Number of clauses:    661069                                               |
20.06/20.65	|  Parsing time:         0.48         s                                       |
20.06/20.68	============================[ Search Statistics ]==============================
20.06/20.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.06/20.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.06/20.68	===============================================================================
20.06/20.68	|         0 |   11635   661069  3356557 |   220356        0    nan |  0.000 % |
20.75/20.84	|       102 |   11635   661069  3356557 |   242391      102     16 |  0.000 % |
20.95/21.07	|       252 |   11635   661069  3356557 |   266631      252     17 |  0.000 % |
21.25/21.38	|       477 |   11635   661069  3356557 |   293294      477     19 |  0.000 % |
21.65/21.72	|       816 |   11635   661069  3356557 |   322623      816     16 |  0.000 % |
22.55/22.67	|      1322 |   11635   661069  3356557 |   354886     1322     15 |  0.000 % |
23.95/24.10	|      2081 |   11635   661069  3356557 |   390374     2081     16 |  0.000 % |
26.05/26.20	|      3223 |   11635   661069  3356557 |   429412     3223     23 |  0.000 % |
28.84/28.97	|      4931 |   11635   661069  3356557 |   472353     4931     21 |  0.000 % |
32.44/32.58	|      7493 |   11635   661069  3356557 |   519588     7493     22 |  0.000 % |
37.24/37.39	|     11337 |   11635   661069  3356557 |   571547    11337     21 |  0.000 % |
42.74/42.87	|     17104 |   11635   661069  3356557 |   628702    17104     19 |  0.000 % |
51.04/51.21	|     25753 |   11619   660574  3354861 |   691572    12297     13 |  0.138 % |
61.24/61.33	===============================================================================
61.24/61.33	restarts              : 13
61.24/61.33	conflicts             : 36477          (886 /sec)
61.24/61.33	decisions             : 62774          (1.76 % random) (1525 /sec)
61.24/61.33	propagations          : 33915721       (824197 /sec)
61.24/61.33	conflict literals     : 605379         (40.56 % deleted)
61.24/61.33	Memory used           : 38.88 MB
61.24/61.33	CPU time              : 41.15 s
61.24/61.33	
61.24/61.33	UNSATISFIABLE
61.24/61.34	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-1849334-1244797685/watcher-1849334-1244797685 -o /tmp/evaluation-result-1849334-1244797685/solver-1849334-1244797685 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849334-1244797685.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.11 0.04 0.01 2/91 18501
/proc/meminfo: memFree=60516/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) R 18499 18501 18459 0 -1 4194304 363 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704320 134784245 0 0 4 65536 0 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=0 CPUtime=0
/proc/18505/stat : 18505 (SatELiteGTI) R 18501 18501 18459 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 1 0 77194011 0 0 4294967295 0 0 0 3215704244 3085834730 0 0 0 0 0 0 0 17 0 0 0 0
/proc/18505/statm: 203 1 0 0 0 28 0

[startup+0.053494 s]
/proc/loadavg: 0.11 0.04 0.01 2/91 18501
/proc/meminfo: memFree=60516/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=6892 CPUtime=0.05
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 1539 0 0 0 4 1 0 0 21 0 1 0 77194011 7057408 1474 4294967295 134512640 135223648 3220116016 3220114600 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 1723 1474 47 174 0 1548 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9304

[startup+0.11348 s]
/proc/loadavg: 0.11 0.04 0.01 2/91 18501
/proc/meminfo: memFree=60516/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=13528 CPUtime=0.11
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 3076 0 0 0 9 2 0 0 21 0 1 0 77194011 13852672 3011 4294967295 134512640 135223648 3220116016 3220114968 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 3382 3012 47 174 0 3207 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 15940

[startup+0.313465 s]
/proc/loadavg: 0.11 0.04 0.01 2/91 18501
/proc/meminfo: memFree=60516/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=31712 CPUtime=0.31
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 7669 0 0 0 25 6 0 0 21 0 1 0 77194011 32473088 7604 4294967295 134512640 135223648 3220116016 3220114968 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 7928 7604 47 174 0 7753 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 34124

[startup+0.713439 s]
/proc/loadavg: 0.11 0.04 0.01 2/91 18501
/proc/meminfo: memFree=60516/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=80056 CPUtime=0.7
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 16999 0 0 0 56 14 0 0 22 0 1 0 77194011 81977344 16934 4294967295 134512640 135223648 3220116016 3220114896 134543504 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 20014 16934 47 174 0 19839 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 82468

[startup+1.51338 s]
/proc/loadavg: 0.19 0.06 0.01 2/93 18506
/proc/meminfo: memFree=52708/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=105140 CPUtime=1.49
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 23181 0 0 0 132 17 0 0 25 0 1 0 77194011 107663360 22753 4294967295 134512640 135223648 3220116016 3220114032 134586759 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 26285 22753 73 174 0 26110 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 107552

[startup+3.11327 s]
/proc/loadavg: 0.19 0.06 0.01 2/93 18506
/proc/meminfo: memFree=52196/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=108548 CPUtime=3.09
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 24044 0 0 0 291 18 0 0 25 0 1 0 77194011 111153152 23616 4294967295 134512640 135223648 3220116016 3220114016 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 27137 23616 73 174 0 26962 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 110960

[startup+6.31304 s]
/proc/loadavg: 0.19 0.06 0.01 3/93 18506
/proc/meminfo: memFree=52872/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=113464 CPUtime=6.29
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 25170 0 0 0 608 21 0 0 25 0 1 0 77194011 116187136 24742 4294967295 134512640 135223648 3220116016 3220114016 134548984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 28366 24742 73 174 0 28191 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 115876

[startup+12.7126 s]
/proc/loadavg: 0.31 0.09 0.02 4/93 18511
/proc/meminfo: memFree=53564/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2412 CPUtime=0.01
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 77194011 2469888 276 4294967295 134512640 135169312 3215705616 3215704152 3085831918 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18501/statm: 603 276 235 161 0 42 0
[pid=18505] ppid=18501 vsize=122320 CPUtime=12.68
/proc/18505/stat : 18505 (SatELite_releas) R 18501 18501 18459 0 -1 4202496 27423 0 0 0 1243 25 0 0 25 0 1 0 77194011 125255680 26707 4294967295 134512640 135223648 3220116016 3220114368 134601303 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18505/statm: 30580 26709 73 174 0 30405 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124732

[startup+25.5117 s]
/proc/loadavg: 0.42 0.12 0.03 2/97 18527
/proc/meminfo: memFree=126088/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=37732 CPUtime=5.39
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9335 0 0 0 535 4 0 0 25 0 1 0 77196024 38637568 9270 4294967295 134512640 135212939 3217569824 3217568288 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9433 9270 76 171 0 9261 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40148

[startup+51.1199 s]
/proc/loadavg: 0.69 0.20 0.06 2/93 18714
/proc/meminfo: memFree=124324/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=30.98
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9844 0 0 0 3094 4 0 0 25 0 1 0 77196024 40759296 9779 4294967295 134512640 135212939 3217569824 3217568288 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9779 76 171 0 9779 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 42220

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

[startup+57.5194 s]
/proc/loadavg: 0.74 0.23 0.07 2/93 18716
/proc/meminfo: memFree=124436/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=37.38
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9847 0 0 0 3734 4 0 0 25 0 1 0 77196024 40759296 9782 4294967295 134512640 135212939 3217569824 3217568288 134526857 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9782 76 171 0 9779 0
Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 42220

[startup+59.1193 s]
/proc/loadavg: 0.74 0.23 0.07 2/93 18716
/proc/meminfo: memFree=124436/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=38.98
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9847 0 0 0 3894 4 0 0 25 0 1 0 77196024 40759296 9782 4294967295 134512640 135212939 3217569824 3217568288 134526557 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9782 76 171 0 9779 0
Current children cumulated CPU time (s) 59.04
Current children cumulated vsize (KiB) 42220

[startup+60.7192 s]
/proc/loadavg: 0.74 0.23 0.07 2/93 18716
/proc/meminfo: memFree=124452/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=40.58
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9847 0 0 0 4054 4 0 0 25 0 1 0 77196024 40759296 9782 4294967295 134512640 135212939 3217569824 3217568288 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9782 76 171 0 9779 0
Current children cumulated CPU time (s) 60.64
Current children cumulated vsize (KiB) 42220

[startup+61.1191 s]
/proc/loadavg: 0.74 0.23 0.07 2/93 18716
/proc/meminfo: memFree=124452/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=40.98
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9847 0 0 0 4094 4 0 0 25 0 1 0 77196024 40759296 9782 4294967295 134512640 135212939 3217569824 3217568288 134526557 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9782 76 171 0 9779 0
Current children cumulated CPU time (s) 61.04
Current children cumulated vsize (KiB) 42220

[startup+61.3191 s]
/proc/loadavg: 0.74 0.23 0.07 2/93 18716
/proc/meminfo: memFree=124452/2074464 swapFree=1959888/1959888
[pid=18501] ppid=18499 vsize=2416 CPUtime=20.06
/proc/18501/stat : 18501 (SatELiteGTI) S 18499 18501 18459 0 -1 4194304 385 33268 0 0 0 0 1972 34 18 0 1 0 77194011 2473984 277 4294967295 134512640 135169312 3215705616 3215701832 3085831918 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18501/statm: 604 277 235 161 0 43 0
[pid=18527] ppid=18501 vsize=39804 CPUtime=41.18
/proc/18527/stat : 18527 (minisat_static) R 18501 18501 18459 0 -1 4202496 9847 0 0 0 4114 4 0 0 25 0 1 0 77196024 40759296 9782 4294967295 134512640 135212939 3217569824 3217568288 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/18527/statm: 9951 9782 76 171 0 9779 0
Current children cumulated CPU time (s) 61.24
Current children cumulated vsize (KiB) 42220

Child status: 20
Real time (s): 61.3664
CPU time (s): 61.28
CPU user time (s): 60.87
CPU system time (s): 0.41
CPU usage (%): 99.8593
Max. virtual memory (cumulated for all children) (KiB): 143116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.87
system time used= 0.41
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43785
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= 24
involuntary context switches= 769

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 11:08:05
IDJOB=1849334
IDBENCH=20430
IDSOLVER=690
FILE ID=tipi06/1849334-1244797685
PBS_JOBID=
Free space on /tmp= 15803 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849334-1244797685/watcher-1849334-1244797685 -o /tmp/evaluation-result-1849334-1244797685/solver-1849334-1244797685 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849334-1244797685.cnf

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED= 803673919

Linux tipi06 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.461
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.461
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.76

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:         62384 kB
Buffers:         71684 kB
Cached:        1769988 kB
SwapCached:          0 kB
Active:         736100 kB
Inactive:      1116756 kB
HighTotal:     1178688 kB
HighFree:         4616 kB
LowTotal:       895776 kB
LowFree:         57768 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           18960 kB
Writeback:           0 kB
AnonPages:       11208 kB
Mapped:           5428 kB
Slab:           151456 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85604 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15803 MiB
End job on tipi06 at 2009-06-12 11:09:09